Deprecated DoubleOverlayFloor

This commit is contained in:
Anuken
2021-09-04 16:29:14 -04:00
parent 0a5b1d1380
commit 23d0dfe6bf
2 changed files with 3 additions and 13 deletions

View File

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