Fixed boulder sprites

This commit is contained in:
Anuken
2019-06-20 00:16:22 -04:00
parent c5e0db8de9
commit 478d86677d
21 changed files with 29 additions and 3 deletions

View File

@@ -384,7 +384,7 @@ public class Blocks implements ContentList{
darkMetal = new StaticWall("dark-metal");
pebbles = new OverlayFloor("pebbles");
pebbles = new DoubleOverlayFloor("pebbles");
tendrils = new OverlayFloor("tendrils");

View File

@@ -19,7 +19,7 @@ public class Zones implements ContentList{
@Override
public void load(){
groundZero = new Zone("groundZero", new MapGenerator("groundZero", 1).decor(new Decoration(Blocks.snow, Blocks.snowrock, 0.01))){{
groundZero = new Zone("groundZero", new MapGenerator("groundZero", 1)){{
baseLaunchCost = ItemStack.with(Items.copper, -100);
startingItems = ItemStack.list(Items.copper, 100);
alwaysUnlocked = true;