File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/main/java/org/spongepowered/api Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,8 @@ public final class ItemTypeTags {
179179
180180 public static final Tag <ItemType > FISHES = ItemTypeTags .key (ResourceKey .minecraft ("fishes" ));
181181
182+ public static final Tag <ItemType > FLOWERS = ItemTypeTags .key (ResourceKey .minecraft ("flowers" ));
183+
182184 public static final Tag <ItemType > FOOT_ARMOR = ItemTypeTags .key (ResourceKey .minecraft ("foot_armor" ));
183185
184186 public static final Tag <ItemType > FOX_FOOD = ItemTypeTags .key (ResourceKey .minecraft ("fox_food" ));
Original file line number Diff line number Diff line change @@ -142,6 +142,8 @@ public final class GameRules {
142142
143143 public static final DefaultedRegistryReference <GameRule <Boolean >> SPECTATORS_GENERATE_CHUNKS = GameRules .key (ResourceKey .sponge ("spectators_generate_chunks" ));
144144
145+ public static final DefaultedRegistryReference <GameRule <Boolean >> TNT_EXPLODES = GameRules .key (ResourceKey .sponge ("tnt_explodes" ));
146+
145147 public static final DefaultedRegistryReference <GameRule <Boolean >> TNT_EXPLOSION_DROP_DECAY = GameRules .key (ResourceKey .sponge ("tnt_explosion_drop_decay" ));
146148
147149 public static final DefaultedRegistryReference <GameRule <Boolean >> UNIVERSAL_ANGER = GameRules .key (ResourceKey .sponge ("universal_anger" ));
You can’t perform that action at this time.
0 commit comments