This commit is contained in:
Anuken
2021-06-12 14:09:24 -04:00
parent ecbf0dcf31
commit 3d76609f42
2 changed files with 2 additions and 2 deletions

View File

@@ -390,7 +390,7 @@ public class Blocks implements ContentList{
yellowStoneWall = new StaticWall("yellow-stone-wall"){{
variants = 2;
yellowStone.asFloor().wall = this;
yellowStone.asFloor().wall = slag.asFloor().wall = this;
}};
rhyoliteWall = new StaticWall("rhyolite-wall"){{