New item bars / Map bugfixes / Stub wave editing

This commit is contained in:
Anuken
2019-03-13 21:26:53 -04:00
parent ecb77b0283
commit f2662045ed
31 changed files with 163 additions and 56 deletions

View File

@@ -250,7 +250,7 @@ public class Blocks implements ContentList{
shale = new Floor("shale"){{
variants = 3;
attributes.set(Attribute.oil, 0.3f);
attributes.set(Attribute.oil, 0.15f);
}};
shaleRocks = new StaticWall("shalerocks"){{