This commit is contained in:
Anuken
2022-09-09 14:28:36 -04:00
parent 687bc11e54
commit f3002ef7c1
3 changed files with 4 additions and 4 deletions

View File

@@ -623,7 +623,7 @@ public class Blocks{
}};
sandWall = new StaticWall("sand-wall"){{
sandWater.asFloor().wall = water.asFloor().wall = deepwater.asFloor().wall = this;
sandWater.asFloor().wall = water.asFloor().wall = deepwater.asFloor().wall = sand.asFloor().wall = this;
attributes.set(Attribute.sand, 2f);
}};