This commit is contained in:
Anuken
2021-06-09 17:15:22 -04:00
parent 8c32c00e2b
commit 1ce6772601
2 changed files with 4 additions and 6 deletions

View File

@@ -308,6 +308,7 @@ public class Blocks implements ContentList{
}};
graphiticStone = new Floor("graphitic-stone"){{
attributes.set(Attribute.water, -1f);
variants = 4;
}};