|
40 | 40 | @RegistryScopes(scopes = RegistryScope.GAME) |
41 | 41 | public final class ItemTypes { |
42 | 42 |
|
43 | | - public static final DefaultedRegistryReference<ItemType> ABANDONED_CAMPSITE_MAP = ItemTypes.key(ResourceKey.minecraft("abandoned_campsite_map")); |
| 43 | + public static final DefaultedRegistryReference<ItemType> ABANDONED_CAMP_MAP = ItemTypes.key(ResourceKey.minecraft("abandoned_camp_map")); |
44 | 44 |
|
45 | 45 | public static final DefaultedRegistryReference<ItemType> ACACIA_BOAT = ItemTypes.key(ResourceKey.minecraft("acacia_boat")); |
46 | 46 |
|
@@ -92,8 +92,6 @@ public final class ItemTypes { |
92 | 92 |
|
93 | 93 | public static final DefaultedRegistryReference<ItemType> AMETHYST_SHARD = ItemTypes.key(ResourceKey.minecraft("amethyst_shard")); |
94 | 94 |
|
95 | | - public static final DefaultedRegistryReference<ItemType> ANCIENT_CITY_MAP = ItemTypes.key(ResourceKey.minecraft("ancient_city_map")); |
96 | | - |
97 | 95 | public static final DefaultedRegistryReference<ItemType> ANCIENT_DEBRIS = ItemTypes.key(ResourceKey.minecraft("ancient_debris")); |
98 | 96 |
|
99 | 97 | public static final DefaultedRegistryReference<ItemType> ANDESITE = ItemTypes.key(ResourceKey.minecraft("andesite")); |
@@ -448,6 +446,10 @@ public final class ItemTypes { |
448 | 446 |
|
449 | 447 | public static final DefaultedRegistryReference<ItemType> BUNDLE = ItemTypes.key(ResourceKey.minecraft("bundle")); |
450 | 448 |
|
| 449 | + public static final DefaultedRegistryReference<ItemType> BURIED_ANCIENT_CITY_MAP = ItemTypes.key(ResourceKey.minecraft("buried_ancient_city_map")); |
| 450 | + |
| 451 | + public static final DefaultedRegistryReference<ItemType> BURIED_MINESHAFT_MAP = ItemTypes.key(ResourceKey.minecraft("buried_mineshaft_map")); |
| 452 | + |
451 | 453 | public static final DefaultedRegistryReference<ItemType> BURIED_TREASURE_MAP = ItemTypes.key(ResourceKey.minecraft("buried_treasure_map")); |
452 | 454 |
|
453 | 455 | public static final DefaultedRegistryReference<ItemType> BURN_POTTERY_SHERD = ItemTypes.key(ResourceKey.minecraft("burn_pottery_sherd")); |
@@ -1788,8 +1790,6 @@ public final class ItemTypes { |
1788 | 1790 |
|
1789 | 1791 | public static final DefaultedRegistryReference<ItemType> MINER_POTTERY_SHERD = ItemTypes.key(ResourceKey.minecraft("miner_pottery_sherd")); |
1790 | 1792 |
|
1791 | | - public static final DefaultedRegistryReference<ItemType> MINESHAFT_MAP = ItemTypes.key(ResourceKey.minecraft("mineshaft_map")); |
1792 | | - |
1793 | 1793 | public static final DefaultedRegistryReference<ItemType> MOJANG_BANNER_PATTERN = ItemTypes.key(ResourceKey.minecraft("mojang_banner_pattern")); |
1794 | 1794 |
|
1795 | 1795 | public static final DefaultedRegistryReference<ItemType> MOOSHROOM_SPAWN_EGG = ItemTypes.key(ResourceKey.minecraft("mooshroom_spawn_egg")); |
|
0 commit comments