This commit is contained in:
Anuken
2021-10-15 14:24:40 -04:00
parent 816ab161df
commit f683496440
3 changed files with 5 additions and 5 deletions

View File

@@ -237,10 +237,7 @@ public class Blocks implements ContentList{
canShadow = false;
}};
empty = new EmptyFloor("empty"){{
placeableOn = false;
solid = true;
}};
empty = new EmptyFloor("empty");
stone = new Floor("stone");