@@ -43,8 +43,12 @@ public final class BlockTypeTags {
4343 // @formatter:off
4444 public static final DefaultedRegistryReference <Tag <BlockType >> ACACIA_LOGS = BlockTypeTags .key (ResourceKey .minecraft ("acacia_logs" ));
4545
46+ public static final DefaultedRegistryReference <Tag <BlockType >> ANIMALS_SPAWNABLE_ON = BlockTypeTags .key (ResourceKey .minecraft ("animals_spawnable_on" ));
47+
4648 public static final DefaultedRegistryReference <Tag <BlockType >> ANVIL = BlockTypeTags .key (ResourceKey .minecraft ("anvil" ));
4749
50+ public static final DefaultedRegistryReference <Tag <BlockType >> AXOLOTLS_SPAWNABLE_ON = BlockTypeTags .key (ResourceKey .minecraft ("axolotls_spawnable_on" ));
51+
4852 public static final DefaultedRegistryReference <Tag <BlockType >> BAMBOO_PLANTABLE_ON = BlockTypeTags .key (ResourceKey .minecraft ("bamboo_plantable_on" ));
4953
5054 public static final DefaultedRegistryReference <Tag <BlockType >> BANNERS = BlockTypeTags .key (ResourceKey .minecraft ("banners" ));
@@ -61,6 +65,8 @@ public final class BlockTypeTags {
6165
6266 public static final DefaultedRegistryReference <Tag <BlockType >> BEEHIVES = BlockTypeTags .key (ResourceKey .minecraft ("beehives" ));
6367
68+ public static final DefaultedRegistryReference <Tag <BlockType >> BIG_DRIPLEAF_PLACEABLE = BlockTypeTags .key (ResourceKey .minecraft ("big_dripleaf_placeable" ));
69+
6470 public static final DefaultedRegistryReference <Tag <BlockType >> BIRCH_LOGS = BlockTypeTags .key (ResourceKey .minecraft ("birch_logs" ));
6571
6672 public static final DefaultedRegistryReference <Tag <BlockType >> BUTTONS = BlockTypeTags .key (ResourceKey .minecraft ("buttons" ));
@@ -125,8 +131,12 @@ public final class BlockTypeTags {
125131
126132 public static final DefaultedRegistryReference <Tag <BlockType >> FLOWERS = BlockTypeTags .key (ResourceKey .minecraft ("flowers" ));
127133
134+ public static final DefaultedRegistryReference <Tag <BlockType >> FOXES_SPAWNABLE_ON = BlockTypeTags .key (ResourceKey .minecraft ("foxes_spawnable_on" ));
135+
128136 public static final DefaultedRegistryReference <Tag <BlockType >> GEODE_INVALID_BLOCKS = BlockTypeTags .key (ResourceKey .minecraft ("geode_invalid_blocks" ));
129137
138+ public static final DefaultedRegistryReference <Tag <BlockType >> GOATS_SPAWNABLE_ON = BlockTypeTags .key (ResourceKey .minecraft ("goats_spawnable_on" ));
139+
130140 public static final DefaultedRegistryReference <Tag <BlockType >> GOLD_ORES = BlockTypeTags .key (ResourceKey .minecraft ("gold_ores" ));
131141
132142 public static final DefaultedRegistryReference <Tag <BlockType >> GUARDED_BY_PIGLINS = BlockTypeTags .key (ResourceKey .minecraft ("guarded_by_piglins" ));
@@ -151,7 +161,7 @@ public final class BlockTypeTags {
151161
152162 public static final DefaultedRegistryReference <Tag <BlockType >> LAPIS_ORES = BlockTypeTags .key (ResourceKey .minecraft ("lapis_ores" ));
153163
154- public static final DefaultedRegistryReference <Tag <BlockType >> LAVA_POOL_STONE_REPLACEABLES = BlockTypeTags .key (ResourceKey .minecraft ("lava_pool_stone_replaceables " ));
164+ public static final DefaultedRegistryReference <Tag <BlockType >> LAVA_POOL_STONE_CANNOT_REPLACE = BlockTypeTags .key (ResourceKey .minecraft ("lava_pool_stone_cannot_replace " ));
155165
156166 public static final DefaultedRegistryReference <Tag <BlockType >> LEAVES = BlockTypeTags .key (ResourceKey .minecraft ("leaves" ));
157167
@@ -169,6 +179,8 @@ public final class BlockTypeTags {
169179
170180 public static final DefaultedRegistryReference <Tag <BlockType >> MINEABLE_SHOVEL = BlockTypeTags .key (ResourceKey .minecraft ("mineable/shovel" ));
171181
182+ public static final DefaultedRegistryReference <Tag <BlockType >> MOOSHROOMS_SPAWNABLE_ON = BlockTypeTags .key (ResourceKey .minecraft ("mooshrooms_spawnable_on" ));
183+
172184 public static final DefaultedRegistryReference <Tag <BlockType >> MOSS_REPLACEABLE = BlockTypeTags .key (ResourceKey .minecraft ("moss_replaceable" ));
173185
174186 public static final DefaultedRegistryReference <Tag <BlockType >> MUSHROOM_GROW_BLOCK = BlockTypeTags .key (ResourceKey .minecraft ("mushroom_grow_block" ));
@@ -187,16 +199,22 @@ public final class BlockTypeTags {
187199
188200 public static final DefaultedRegistryReference <Tag <BlockType >> OCCLUDES_VIBRATION_SIGNALS = BlockTypeTags .key (ResourceKey .minecraft ("occludes_vibration_signals" ));
189201
202+ public static final DefaultedRegistryReference <Tag <BlockType >> PARROTS_SPAWNABLE_ON = BlockTypeTags .key (ResourceKey .minecraft ("parrots_spawnable_on" ));
203+
190204 public static final DefaultedRegistryReference <Tag <BlockType >> PIGLIN_REPELLENTS = BlockTypeTags .key (ResourceKey .minecraft ("piglin_repellents" ));
191205
192206 public static final DefaultedRegistryReference <Tag <BlockType >> PLANKS = BlockTypeTags .key (ResourceKey .minecraft ("planks" ));
193207
208+ public static final DefaultedRegistryReference <Tag <BlockType >> POLAR_BEARS_SPAWNABLE_ON_IN_FROZEN_OCEAN = BlockTypeTags .key (ResourceKey .minecraft ("polar_bears_spawnable_on_in_frozen_ocean" ));
209+
194210 public static final DefaultedRegistryReference <Tag <BlockType >> PORTALS = BlockTypeTags .key (ResourceKey .minecraft ("portals" ));
195211
196212 public static final DefaultedRegistryReference <Tag <BlockType >> PRESSURE_PLATES = BlockTypeTags .key (ResourceKey .minecraft ("pressure_plates" ));
197213
198214 public static final DefaultedRegistryReference <Tag <BlockType >> PREVENT_MOB_SPAWNING_INSIDE = BlockTypeTags .key (ResourceKey .minecraft ("prevent_mob_spawning_inside" ));
199215
216+ public static final DefaultedRegistryReference <Tag <BlockType >> RABBITS_SPAWNABLE_ON = BlockTypeTags .key (ResourceKey .minecraft ("rabbits_spawnable_on" ));
217+
200218 public static final DefaultedRegistryReference <Tag <BlockType >> RAILS = BlockTypeTags .key (ResourceKey .minecraft ("rails" ));
201219
202220 public static final DefaultedRegistryReference <Tag <BlockType >> REDSTONE_ORES = BlockTypeTags .key (ResourceKey .minecraft ("redstone_ores" ));
@@ -261,6 +279,8 @@ public final class BlockTypeTags {
261279
262280 public static final DefaultedRegistryReference <Tag <BlockType >> WITHER_SUMMON_BASE_BLOCKS = BlockTypeTags .key (ResourceKey .minecraft ("wither_summon_base_blocks" ));
263281
282+ public static final DefaultedRegistryReference <Tag <BlockType >> WOLVES_SPAWNABLE_ON = BlockTypeTags .key (ResourceKey .minecraft ("wolves_spawnable_on" ));
283+
264284 public static final DefaultedRegistryReference <Tag <BlockType >> WOODEN_BUTTONS = BlockTypeTags .key (ResourceKey .minecraft ("wooden_buttons" ));
265285
266286 public static final DefaultedRegistryReference <Tag <BlockType >> WOODEN_DOORS = BlockTypeTags .key (ResourceKey .minecraft ("wooden_doors" ));
0 commit comments