Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features

This commit is contained in:
Anuken
2021-10-15 17:10:30 -04:00
4 changed files with 10 additions and 11 deletions

View File

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