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

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