FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

Pasting above the 15th Y-value of a chunk makes some TileEntities invisible

tatteaid opened this issue ยท 0 comments

commented

Server Implementation

Paper

Server Version

1.18.2

Describe the bug

Whenever pasting in the 16th Y-value chunk or above, some TileEntities become invisible. From my testing, these are:

  • Banners
  • Beds
  • Chests
  • Conduits
  • Skulls
  • Ender Chests
  • Signs
  • Shulker Box

All I have tested is that chests and shulker boxes lose their contents.

To Reproduce

  1. Start up a freshly installed server.
  2. Create a small platform with some TileEntities (chests, signs, etc).
  3. Copy the small platform with the TileEntities.
  4. Go up above the 16th Y-value of the chunk (https://i.imgur.com/sRR1Qbf.png).
  5. Paste your platform and you will notice that the TileEntities are invisible.

Expected behaviour

The TileEntities are not supposed to be invisible and they are not supposed to lose their contents.

Screenshots / Videos

https://i.imgur.com/sRR1Qbf.png
https://i.imgur.com/ABxkRTG.png

Error log (if applicable)

No errors

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/5082f1afa99244d9b9a60a7afcea47ac

Fawe Version

FastAsyncWorldEdit version 2.3.1-SNAPSHOT-203

Checklist

Anything else?

No response