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:
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
|
@ -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…
Add table
Reference in a new issue