[1.14] Persistent crashing after Rannuncarpus tried to place Storage Drawer
aMerryElk opened this issue ยท 2 comments
Version Information
Forge version: 28.2.3
Botania version: 1.11-379
Further Information
Similar to VazkiiMods/Quark#2049 except involving a Rannuncarpus instead of a dispenser - and worse, since there's no blacklist option available
Link to crash log: https://gist.github.com/aMerryElk/03846602252e898b96bb72f8c70a80ab
Steps to reproduce:
- Throw a storage drawer from the Storage Drawers mod at a Rannuncarpus
- Crash
- Cry
What I expected to happen:
Rannuncarpus placing storage drawer
What happened instead:
World corruption
Thank you for your time.
This issue is stale because it has been open for a while with no activity. Remove stale label or comment or this will be closed soon.
World corruption seems to be a big overexaggeration - if you set removeErroringTileEntities = false
to true
in forge-server.toml
in the savefile local config folder, the Rannuncarpus TE should be removed instead of crashing.
Now this crash isn't unique to Botania or Quark - see jaquadro/StorageDrawers#820. The player is explicitly nullable and should've been checked by the other mod, though a bit of safety from our side shouldn't hurt.