Mod incompatibility (create)
mmis1000 opened this issue ยท 0 comments
Version Information
Minecraft: 1.15.2
Forge: 31.2.9
Iron Chests: 10.0.3
Report Information
The Create
mod checks whether block can be used as storage based on forge capability system.
However, the iron chest did not implement this method correctly.
Some other mod (like refined relocation2) do have implemented this correctly so it just work
Steps to Reproduce
- Install both
iron chest
andcreate
andrefined relocation2
. - attach vanilla chest and chest from both of them to the create structure and draw item from them.
Expect
Create
draws item from all of them
Actual
Create
draws item only from vanilla chest and refined relocation2
chest
Crash Log
No crash