Fixed inaccessible gaps in Serpulo generator

This commit is contained in:
Anuken
2021-07-16 10:05:59 -04:00
parent 278c4f17e5
commit 822fe9ab7a
2 changed files with 5 additions and 2 deletions

View File

@@ -426,6 +426,9 @@ public class Blocks implements ContentList{
darkMetal = new StaticWall("dark-metal");
Seq.with(metalFloor, metalFloorDamaged, metalFloor2, metalFloor3, metalFloor4, metalFloor5, darkPanel1, darkPanel2, darkPanel3, darkPanel4, darkPanel5, darkPanel6)
.each(b -> b.asFloor().wall = darkMetal);
pebbles = new DoubleOverlayFloor("pebbles");
tendrils = new OverlayFloor("tendrils");