File tree Expand file tree Collapse file tree 2 files changed +14
-50
lines changed
src/main/java/org/spongepowered/api/tag Expand file tree Collapse file tree 2 files changed +14
-50
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -49,8 +49,22 @@ public final class StructureTags {
4949
5050 public static final DefaultedTag <Structure > OCEAN_RUIN = StructureTags .key (ResourceKey .minecraft ("ocean_ruin" ));
5151
52+ public static final DefaultedTag <Structure > ON_DESERT_VILLAGE_MAPS = StructureTags .key (ResourceKey .minecraft ("on_desert_village_maps" ));
53+
54+ public static final DefaultedTag <Structure > ON_JUNGLE_EXPLORER_MAPS = StructureTags .key (ResourceKey .minecraft ("on_jungle_explorer_maps" ));
55+
5256 public static final DefaultedTag <Structure > ON_OCEAN_EXPLORER_MAPS = StructureTags .key (ResourceKey .minecraft ("on_ocean_explorer_maps" ));
5357
58+ public static final DefaultedTag <Structure > ON_PLAINS_VILLAGE_MAPS = StructureTags .key (ResourceKey .minecraft ("on_plains_village_maps" ));
59+
60+ public static final DefaultedTag <Structure > ON_SAVANNA_VILLAGE_MAPS = StructureTags .key (ResourceKey .minecraft ("on_savanna_village_maps" ));
61+
62+ public static final DefaultedTag <Structure > ON_SNOWY_VILLAGE_MAPS = StructureTags .key (ResourceKey .minecraft ("on_snowy_village_maps" ));
63+
64+ public static final DefaultedTag <Structure > ON_SWAMP_EXPLORER_MAPS = StructureTags .key (ResourceKey .minecraft ("on_swamp_explorer_maps" ));
65+
66+ public static final DefaultedTag <Structure > ON_TAIGA_VILLAGE_MAPS = StructureTags .key (ResourceKey .minecraft ("on_taiga_village_maps" ));
67+
5468 public static final DefaultedTag <Structure > ON_TREASURE_MAPS = StructureTags .key (ResourceKey .minecraft ("on_treasure_maps" ));
5569
5670 public static final DefaultedTag <Structure > ON_TRIAL_CHAMBERS_MAPS = StructureTags .key (ResourceKey .minecraft ("on_trial_chambers_maps" ));
You can’t perform that action at this time.
0 commit comments