Plex-FAWE/worldedit-core/src/main/java/com/boydti/fawe/jnbt
dordsor21 fbfe3221d7
Fix fast schematic reader/writer
- Have both sponge and fast r/w available but default to "fast"
 - Correctly "offset" entities in the schematic, and add a legacy mode for loading old FAWE schematics with entities required.
 - Lazily reading means it's read in order of appearance in the inputstream so we need to read schematic version first (skip past everything) and then reset the stream. Fixes #740
 - Add an FAWEVersion to the metadata
 - Correctly actually return a BlockArrayClipboard when required. Fixes #454
2021-01-01 15:01:35 +00:00
..
anvil idk why I did &3 2020-12-16 12:34:54 +00:00
streamer Fix fast schematic reader/writer 2021-01-01 15:01:35 +00:00
JSON2NBT.java Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
NBTException.java Updated many exception classes 2020-08-24 21:29:34 -04:00