1
0
Fork 0
mirror of https://github.com/Sollace/Unicopia.git synced 2025-03-06 18:21:28 +01:00

Added a blue variant of wizard towers

This commit is contained in:
Sollace 2019-02-21 13:56:19 +02:00
parent 54246ab8a7
commit a1da66272b
3 changed files with 2 additions and 1 deletions
src/main
java/com/minelittlepony/unicopia/structure
resources/assets/unicopia/structures/ground

View file

@ -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() {