Plex-FAWE/src/main/java/com/sk89q/worldedit/schematic
2012-08-24 16:02:38 -07:00
..
MCEditSchematicFormat.java Fixed incorrect schematic handling code being used when AddBlocks is present. The old code did not properly handle the signed nature of the byte, nor did it properly shift and add the extra 4 bits in AddBlocks. 2012-08-24 13:40:26 -07:00
SchematicFormat.java Changed SchematicFormat to create only BaseBlocks rather than their subclasses, to prevent data loss. 2012-08-24 16:02:38 -07:00