tutorial:terms
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tutorial:terms [2024/08/25 12:01] – solidblock | tutorial:terms [2026/09/03 16:59] (current) – Make phrasing more internally consistent mcgambingpro | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Basic Conventions & Terminology ====== | ====== Basic Conventions & Terminology ====== | ||
| - | 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 modid 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 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. |
| ===== Mod ID ===== | ===== Mod ID ===== | ||
| Throughout the documentation, | Throughout the documentation, | ||
| - | A mod ID is often a compact version of the name of the mod which makes it short but recognizable and prevents naming conflicts. Conventionally, | + | A mod ID is often a compact version of the name of the mod which makes it short but recognizable and prevents naming conflicts. Conventionally, |
| 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. In Fabric Wiki, we use '' | 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. In Fabric Wiki, we use '' | ||
| Line 14: | Line 14: | ||
| **Tags** are groups of blocks, items, fluids, entities and so on. For example, the block tag '' | **Tags** are groups of blocks, items, fluids, entities and so on. For example, the block tag '' | ||
| - | Minecraft uses tags to determine many things. For example, blocks with tag '' | + | Minecraft uses tags to determine many things. For example, blocks with tag '' |
| ===== Entrypoints and Initializers ===== | ===== Entrypoints and Initializers ===== | ||
| - | Fabric Loader uses '' | + | Fabric Loader uses '' |
| In order to change or add initializers, | In order to change or add initializers, | ||
| Line 36: | Line 36: | ||
| </ | </ | ||
| - | By implementing '' | + | By implementing '' |
| For more information on entry points, see [[documentation: | For more information on entry points, see [[documentation: | ||
tutorial/terms.1724587284.txt.gz · Last modified: 2024/08/25 12:01 by solidblock