mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-24 05:47:59 +01:00
Added a blue variant of wizard towers
This commit is contained in:
parent
54246ab8a7
commit
a1da66272b
3 changed files with 2 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue