Added rocks again

This commit is contained in:
Anuken
2018-06-22 23:04:58 -04:00
parent 98cfb4d5ed
commit 0a6614d1b3
5 changed files with 79 additions and 71 deletions

View File

@@ -133,7 +133,9 @@ public class Blocks extends BlockList implements ContentList{
minimapColor = Color.valueOf("549d5b");
}};
shrub = new Rock("shrub");
shrub = new Rock("shrub"){{
shadow = "shrubshadow";
}};
rock = new Rock("rock") {{
variants = 2;