mt-mods / signs_lib

Other
4 stars 12 forks source link

Sign entities stick around weirdly if signs are removed via voxelmanip #8

Closed fluxionary closed 2 years ago

fluxionary commented 2 years ago

They turn into inscrutable "white pixels": screenshot_20220510_105435

Steps to reproduce:

  1. place a sign
  2. add some text
  3. use voxelmanip to remove the sign (e.g. //s air)
  4. the entity persists.
  5. unload the area, and return
  6. the entity is now a white pixel.
BuckarooBanzay commented 2 years ago

I'm not sure how to fix that, do you have some ideas?

fluxionary commented 2 years ago

Yes, should be simple, testing out the fix rn.