tutorial:registry_types
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tutorial:registry_types [2020/09/06 11:10] – ↷ Links adapted because of a move operation 194.154.255.198 | tutorial:registry_types [2025/02/08 20:31] (current) – registries was spelled wrong in warning. 3xpl0173d | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Standard Registries ====== | ====== Standard Registries ====== | ||
| + | |||
| + | DELETEME Outdated page and not necessary. | ||
| Minecraft has registries for many kinds of objects, such as blocks, items or entities. These are the registries in vanilla: | Minecraft has registries for many kinds of objects, such as blocks, items or entities. These are the registries in vanilla: | ||
| + | |||
| + | > :!: The page is **outdated**. For version 1.19.3 and above, please replace '' | ||
| + | > :!: Some of the registries may not exist in latest versions, as they are data-driven. For example, you cannot find biome registries in '' | ||
| ===== General registries ===== | ===== General registries ===== | ||
| Line 16: | Line 21: | ||
| * Contains the '' | * Contains the '' | ||
| * '' | * '' | ||
| - | * Contains all [[https:// | + | * Contains all [[status_effects|status effects]], like invisibility or night vision. |
| * '' | * '' | ||
| - | * Contains all [[https:// | + | * Contains all [[particles|particle types]]. |
| * '' | * '' | ||
| * Contains all [[tutorial: | * Contains all [[tutorial: | ||
| Line 30: | Line 35: | ||
| * Contains all screen handlers. Screen handlers are used to synchronize GUI state between the server and the client. | * Contains all screen handlers. Screen handlers are used to synchronize GUI state between the server and the client. | ||
| * '' | * '' | ||
| - | * Contains all [[https:// | + | * Contains all [[recipe_types_introduction|recipe |
| * '' | * '' | ||
| * Contains all recipe serializers. Recipe serializers are used to load recipes, and there can be many serializers for a single type (such as both shaped and shapeless crafting recipes). | * Contains all recipe serializers. Recipe serializers are used to load recipes, and there can be many serializers for a single type (such as both shaped and shapeless crafting recipes). | ||
| Line 71: | Line 76: | ||
| * '' | * '' | ||
| - | * Contains all [[tutorial:biomes|biomes]]. | + | * Contains all [[tutorial:biomes_old|biomes]]. |
| * '' | * '' | ||
| * Contains all [[tutorial: | * Contains all [[tutorial: | ||
| * '' | * '' | ||
| - | * Contains all [[tutorial:structures|structure features]]. | + | * Contains all [[tutorial:structures_old|structure features]]. |
| * '' | * '' | ||
| * Contains all carvers. Carvers are used to create caves and ravines. | * Contains all carvers. Carvers are used to create caves and ravines. | ||
tutorial/registry_types.1599390642.txt.gz · Last modified: 2020/09/06 11:10 by 194.154.255.198