Fixed comments

master
bzt 2021-03-09 05:30:49 +01:00
parent 04901d0e6b
commit 1ec89edecb
1 changed files with 4 additions and 2 deletions

View File

@ -27,7 +27,8 @@ These are [Minecraft NBT](https://minecraft.gamepedia.com/Schematic_file_format)
editors. Typical extension is `.schematic`. Only the [Blocks](https://minecraft.gamepedia.com/Java_Edition_data_values/Pre-flattening/Block_IDs)
and Data chunks are parsed, and only used to import schematics. MTSEdit does not save .schematic files.
Limitations: rotation info are not imported properly, but works for basic nodes most of the time.
Limitations: rotation info are not imported properly, but works for basic nodes most of the time (when it is stored in Data
block's least significant 2 bits).
Sponge Schematic Files
----------------------
@ -36,7 +37,8 @@ These are [Minecraft NBT](https://minecraft.gamepedia.com/Schematic_file_format)
is `.schematic` too, or sometimes `.schem`. Instead of Blocks and Data chunks, these have [BlockData](https://github.com/SpongePowered/Schematic-Specification/blob/master/versions/schematic-2.md)
and Palette chunks. Although BlockData is a byte array, it contains bigger than 255 values using some messed up "varint" encoding.
Limitations: rotation info are not imported at all.
Limitations: rotation info are not imported properly, but works for basic nodes most of the time (when it's stored in in the
Palette as "facing=north", "facing="west" etc.).
Model 3D Files
--------------