This commit is contained in:
Anuken
2021-07-20 17:59:47 -04:00
parent 447562b2f1
commit 14e4203ee7

View File

@@ -304,7 +304,7 @@ public class Blocks implements ContentList{
shale = new Floor("shale"){{
variants = 3;
attributes.set(Attribute.oil, 1f);
attributes.set(Attribute.oil, 1.6f);
}};
stoneWall = new StaticWall("stone-wall"){{