Block optimizations

This commit is contained in:
Anuken
2019-01-22 19:35:00 -05:00
parent 33f5215e6d
commit 55e1759b47
4 changed files with 33 additions and 8 deletions

View File

@@ -205,10 +205,8 @@ public class Blocks implements ContentList{
variants = 1;
}};
rocks = new Rock("rocks"){{
rocks = new StaticWall("rocks"){{
variants = 2;
breakable = alwaysReplace = false;
solid = true;
}};
//endregion