File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
src/main/java/org/spongepowered/api/tag Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,10 @@ public final class BlockTypeTags {
4949
5050 public static final DefaultedRegistryReference <Tag <BlockType >> AXOLOTLS_SPAWNABLE_ON = BlockTypeTags .key (ResourceKey .minecraft ("axolotls_spawnable_on" ));
5151
52+ public static final DefaultedRegistryReference <Tag <BlockType >> AZALEA_GROWS_ON = BlockTypeTags .key (ResourceKey .minecraft ("azalea_grows_on" ));
53+
54+ public static final DefaultedRegistryReference <Tag <BlockType >> AZALEA_ROOT_REPLACEABLE = BlockTypeTags .key (ResourceKey .minecraft ("azalea_root_replaceable" ));
55+
5256 public static final DefaultedRegistryReference <Tag <BlockType >> BAMBOO_PLANTABLE_ON = BlockTypeTags .key (ResourceKey .minecraft ("bamboo_plantable_on" ));
5357
5458 public static final DefaultedRegistryReference <Tag <BlockType >> BANNERS = BlockTypeTags .key (ResourceKey .minecraft ("banners" ));
@@ -219,6 +223,8 @@ public final class BlockTypeTags {
219223
220224 public static final DefaultedRegistryReference <Tag <BlockType >> REDSTONE_ORES = BlockTypeTags .key (ResourceKey .minecraft ("redstone_ores" ));
221225
226+ public static final DefaultedRegistryReference <Tag <BlockType >> REPLACEABLE_PLANTS = BlockTypeTags .key (ResourceKey .minecraft ("replaceable_plants" ));
227+
222228 public static final DefaultedRegistryReference <Tag <BlockType >> SAND = BlockTypeTags .key (ResourceKey .minecraft ("sand" ));
223229
224230 public static final DefaultedRegistryReference <Tag <BlockType >> SAPLINGS = BlockTypeTags .key (ResourceKey .minecraft ("saplings" ));
@@ -255,6 +261,8 @@ public final class BlockTypeTags {
255261
256262 public static final DefaultedRegistryReference <Tag <BlockType >> TALL_FLOWERS = BlockTypeTags .key (ResourceKey .minecraft ("tall_flowers" ));
257263
264+ public static final DefaultedRegistryReference <Tag <BlockType >> TERRACOTTA = BlockTypeTags .key (ResourceKey .minecraft ("terracotta" ));
265+
258266 public static final DefaultedRegistryReference <Tag <BlockType >> TRAPDOORS = BlockTypeTags .key (ResourceKey .minecraft ("trapdoors" ));
259267
260268 public static final DefaultedRegistryReference <Tag <BlockType >> UNDERWATER_BONEMEALS = BlockTypeTags .key (ResourceKey .minecraft ("underwater_bonemeals" ));
Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ public final class ItemTypeTags {
8181
8282 public static final DefaultedRegistryReference <Tag <ItemType >> DIAMOND_ORES = ItemTypeTags .key (ResourceKey .minecraft ("diamond_ores" ));
8383
84+ public static final DefaultedRegistryReference <Tag <ItemType >> DIRT = ItemTypeTags .key (ResourceKey .minecraft ("dirt" ));
85+
8486 public static final DefaultedRegistryReference <Tag <ItemType >> DOORS = ItemTypeTags .key (ResourceKey .minecraft ("doors" ));
8587
8688 public static final DefaultedRegistryReference <Tag <ItemType >> EMERALD_ORES = ItemTypeTags .key (ResourceKey .minecraft ("emerald_ores" ));
@@ -157,6 +159,8 @@ public final class ItemTypeTags {
157159
158160 public static final DefaultedRegistryReference <Tag <ItemType >> TALL_FLOWERS = ItemTypeTags .key (ResourceKey .minecraft ("tall_flowers" ));
159161
162+ public static final DefaultedRegistryReference <Tag <ItemType >> TERRACOTTA = ItemTypeTags .key (ResourceKey .minecraft ("terracotta" ));
163+
160164 public static final DefaultedRegistryReference <Tag <ItemType >> TRAPDOORS = ItemTypeTags .key (ResourceKey .minecraft ("trapdoors" ));
161165
162166 public static final DefaultedRegistryReference <Tag <ItemType >> WALLS = ItemTypeTags .key (ResourceKey .minecraft ("walls" ));
You can’t perform that action at this time.
0 commit comments