shale buff (#11419)

This commit is contained in:
DX-36
2025-12-15 00:07:10 -05:00
committed by GitHub
parent 65d6c1cc9e
commit 7e0fb2707b

View File

@@ -573,7 +573,7 @@ public class Blocks{
shale = new Floor("shale"){{
variants = 3;
attributes.set(Attribute.oil, 1.6f);
attributes.set(Attribute.oil, 2f);
}};
moss = new Floor("moss"){{