Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user