Block states saved incorrectly in structure schematics
senseiwells opened this issue ยท 0 comments
Server Implementation
Paper
Server Version
1.20.5/6
Describe the bug
When saving a schematic with the Minecraft structure format many blockstates do not save correctly.
Some examples include:
- Slab types
- Any directional blocks
- Waterlogged blocks
- Fence and wall connections.
This seems to be an issue with saving schematics, as loading saved schematics using fawe with a structure block yields the same errors.
To Reproduce
- Place some blocks that have different block states, see examples above
- Make a selection of the blocks using the wand
- Run
//copy
- Run
//schem save blockstates structure
- Run
//schem load blockstates.nbt
- Run
//paste
Observe the blockstates were not saved correctly.
Expected behaviour
That the blockstates of the original structure are saved correctly.
Screenshots / Videos
States when saving the schematic:
States having pasted the schematic:
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/00e083cc941e4a509bbe24d7ace80e45
Fawe Version
2.10.1-SNAPSHOT-802;4a5ff8e
Checklist
- I have included a Fawe debugpaste.
- I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
Anything else?
No response