Added rocks again
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user