Submodule pymclevel updated.
Submodule pymclevel:
> 07c8024 - BoundingBox: Made BoundingBox immutable and added immutable Vector class
> f5e4fd1 - FakeChunk now uses TAG_List for its fake Entities and TileEntities instead of lists.
> 3e4a9b8 - NBT: TAG_List now accepts item assignment using slices.
> 30cfb1d - Test: testFillBlocks calls fillBlocks with a blocksToReplace argument
> 3fb1b0c - Fixed: Scan the unsaved work folder and _loadedChunkData in addition to the world folder when listing chunks.
> fae5e61 - Fixed: Scan the unsaved work folder in addition to the world folder when listing chunks.
Submodule pymclevel updated.
Submodule pymclevel:
> 428a950 - Refactor: Simplify ZipSchematic code and move it to schematic.py
> 36e7972 - Fixed: AnvilWorldFolder.getRegionFilename calls getFolderPath to ensure the folder exists
> 208ba76 - Fixed: Call sanitizeBlocks when saving a chunk.
> 85d79d6 - Normalized line endings
> 28209fe - Refactor: Move chunk and region loading code out of MCInfdevOldLevel into a new class.
> 8d0f6c0 - Change pocket_test to load an Anvil world instead of an MCR world.
> 89c535f - Refactor: Change TagProperty to accept either a value or a function for the default value.
> 81f5bbf - Test: testServerGen asserts that the newly created chunk contains any non-air blocks.
MCServerChunkGenerator was moved to minecraft_server.py
Some strings were changed from single- to double-quoted while removing statically declared tag names.Submodule pymclevel updated.
Submodule pymclevel:
> f4b4091 - Fixed: Statement seems to have no effect
> b7ce019 - Fixed: Remove redundant parentheses
> 55c2369 - Fixed: Incorrect call arguments
> bca5e18 - Fixed: Default argument value is mutable
> 6fa9249 - Refactor: Remove dead class members.
> 79f4e1a - Refactor: Remove dead function.
> a749389 - Fixed: Comparison with None performed with equality operators
> 670bb46 - Refactor: Move MCServerChunkGenerator and related classes and functions to a new file minecraft_server.py
> 0b55db7 - Refactor: Remove tag names statically declared as string constants.
> 50f9ee5 - Add .gitattributes with core.autocrlf
> 78e45ae - Refactor: Remove compressedChunks and related methods and data from MCInfdevOldLevel and AnvilChunk