FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

Block states saved incorrectly in structure schematics

senseiwells opened this issue ยท 0 comments

commented

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

  1. Place some blocks that have different block states, see examples above
  2. Make a selection of the blocks using the wand
  3. Run //copy
  4. Run //schem save blockstates structure
  5. Run //schem load blockstates.nbt
  6. 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:

image

States having pasted the schematic:

image

Error log (if applicable)

No response

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/00e083cc941e4a509bbe24d7ace80e45

Fawe Version

2.10.1-SNAPSHOT-802;4a5ff8e

Checklist

Anything else?

No response