Requesting items from StorageDrawers controller using Corporea network causes exceptions or crash depending on setup
Zarathul opened this issue ยท 0 comments
Log: https://gist.github.com/Zarathul/b48fbe9d4bcc14e7d1d1c8b5d0738e86
Left button produces the crash, right button causes same exception but no crash. With more complex setups a world can become unloadable because it crashes everytime (happened with mine).
Briefly looking over the log and code, it seems like the controller only supports capabilities (no IInventory) while the drawers themselves support both. Botanias StorageDrawers wrapper expects IInventory so shit goes boom.