diff --git a/src/main/java/com/minelittlepony/unicopia/structure/GroundDungeon.java b/src/main/java/com/minelittlepony/unicopia/structure/GroundDungeon.java index 868fc8b0..2e5fc002 100644 --- a/src/main/java/com/minelittlepony/unicopia/structure/GroundDungeon.java +++ b/src/main/java/com/minelittlepony/unicopia/structure/GroundDungeon.java @@ -16,7 +16,8 @@ public class GroundDungeon extends TemplateBasedFeature { new ResourceLocation(Unicopia.MODID, "ground/tower"), new ResourceLocation(Unicopia.MODID, "ground/temple_with_book"), new ResourceLocation(Unicopia.MODID, "ground/temple_without_book"), - new ResourceLocation(Unicopia.MODID, "ground/wizard_tower_red") + new ResourceLocation(Unicopia.MODID, "ground/wizard_tower_red"), + new ResourceLocation(Unicopia.MODID, "ground/wizard_tower_blue") }; public GroundDungeon() { diff --git a/src/main/resources/assets/unicopia/structures/ground/wizard_tower_blue.nbt b/src/main/resources/assets/unicopia/structures/ground/wizard_tower_blue.nbt new file mode 100644 index 00000000..24a871ef Binary files /dev/null and b/src/main/resources/assets/unicopia/structures/ground/wizard_tower_blue.nbt differ diff --git a/src/main/resources/assets/unicopia/structures/ground/wizard_tower_red.nbt b/src/main/resources/assets/unicopia/structures/ground/wizard_tower_red.nbt index 90848940..36956a54 100644 Binary files a/src/main/resources/assets/unicopia/structures/ground/wizard_tower_red.nbt and b/src/main/resources/assets/unicopia/structures/ground/wizard_tower_red.nbt differ