cleanup
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user