Skip to content

Commit 92ddc65

Browse files
committed
Update tags
1 parent 9ea95cf commit 92ddc65

File tree

2 files changed

+14
-50
lines changed

2 files changed

+14
-50
lines changed

src/main/java/org/spongepowered/api/tag/CatTypeTags.java

Lines changed: 0 additions & 50 deletions
This file was deleted.

src/main/java/org/spongepowered/api/tag/StructureTags.java

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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"));

0 commit comments

Comments
 (0)