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/03/29 08:14] – container -> screenhandler juuz | 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). | ||
* '' | * '' | ||
- | * Contains all painting | + | * Contains all painting |
* '' | * '' | ||
* Contains all different [[tutorial: | * Contains all different [[tutorial: | ||
Line 49: | Line 54: | ||
* '' | * '' | ||
- | * Contains the '' | + | * Contains the '' |
* '' | * '' | ||
* Contains schedules for entities (usually villagers). Schedules control their activities based on the time of day. | * Contains schedules for entities (usually villagers). Schedules control their activities based on the time of day. | ||
Line 71: | Line 76: | ||
* '' | * '' | ||
- | * Contains all [[tutorial:biome|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.1585469654.txt.gz · Last modified: 2020/03/29 08:14 by juuz