tutorial:terms
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tutorial:terms [2020/08/20 11:55] – Updated tags section as part of renovation of the tag convention page. mounderfod | tutorial:terms [2026/09/03 16:59] (current) – Make phrasing more internally consistent mcgambingpro | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| + | Before starting with Fabric modding, it's important to understand some of the key terms and phrases used in future tutorial pages. It's also good to know basic conventions for things such as package structure and Mod ID naming. Knowing these early will help you to understand tutorials better and enable you to ask better questions when needed. | ||
| - | Before starting with Fabric modding, it's important | + | ===== Mod ID ===== |
| + | Throughout the documentation, we'll often refer to a **Mod ID**, or **modid** in code. Mod ID stands for "Mod Identifier," | ||
| - | ==== Mod ID ==== | + | A mod ID is often a compact version |
| - | Throughout the documentation, | + | |
| - | A mod ID is often a compact version | + | Some of the starter tutorials will use a placeholder |
| - | Some of the starter tutorials will use a placeholder mod ID and register items and blocks under a placeholder namespace, and you can think of it as a starter template-- while leaving this unchanged is not dangerous for testing, remember to change it if you intend to release your project. | + | ===== Tags ===== |
| - | ==== Tags ==== | + | **Tags** are groups of blocks, items, fluids, entities and so on. For example, the block tag '' |
| - | Tags are groups of blocks, items or fluids | + | Minecraft uses tags to determine many things. For example, blocks |
| - | Information | + | |
| - | Read more on what tags are on the [[https:// | + | ===== Entrypoints and Initializers ===== |
| + | Fabric Loader uses '' | ||
| - | ==== Entry Points and Initializers ==== | + | In order to change or add initializers, |
| - | Fabric Loader use '' | + | |
| - | + | ||
| - | A mod usually contains at least one initializer class which should implement one of '' | + | |
| <code java> | <code java> | ||
| Line 38: | Line 36: | ||
| </ | </ | ||
| - | By implementing | + | By implementing |
| - | Also, there is a block called '' | + | For more information on entry points, see [[documentation: |
| - | ==== Maven Group & Package Names ==== | + | ===== Maven Group & Package Names ===== |
| According to Oracle' | According to Oracle' | ||
tutorial/terms.1597924522.txt.gz · Last modified: 2020/08/20 11:55 by mounderfod