[1.10] Compacting drawers not registering item types correctly.
MrNinja93 opened this issue ยท 1 comments
Similar to my previous report #338 and same as a 1.7.10 report #290 (Note: Nuggets no longer in the game for osmium in 1.10)
Turns out the fix for the EnderIO nuggets didn't catch all ingots etc.
Mekanism's Osmium fails to register ingots in the compacting drawers if blocks are used (incredibly minor but just incase it crops up again)
Debug logs
Inserting block
[16:51:47] [Client thread/INFO] [StorageDrawers]: BlockDrawers.onBlockActivated
[16:51:47] [Client thread/INFO] [StorageDrawers]: 1xtile.BasicBlock@0
[16:51:47] [Server thread/INFO] [StorageDrawers]: BlockDrawers.onBlockActivated
[16:51:47] [Server thread/INFO] [StorageDrawers]: 1xtile.BasicBlock@0
[16:51:47] [Server thread/INFO] [StorageDrawers]: Finding ascending candidates for 1xtile.BasicBlock@0
[16:51:47] [Server thread/INFO] [StorageDrawers]: No candidates found
[16:51:47] [Server thread/INFO] [StorageDrawers]: Finding descending candidates for 1xtile.BasicBlock@0
[16:51:47] [Server thread/INFO] [StorageDrawers]: No candidates found
Inserting ingot
[16:52:25] [Client thread/INFO] [StorageDrawers]: BlockDrawers.onBlockActivated
[16:52:25] [Client thread/INFO] [StorageDrawers]: 1xitem.Ingot@1
[16:52:25] [Server thread/INFO] [StorageDrawers]: BlockDrawers.onBlockActivated
[16:52:25] [Server thread/INFO] [StorageDrawers]: 1xitem.Ingot@1
[16:52:25] [Server thread/INFO] [StorageDrawers]: Finding ascending candidates for 1xitem.Ingot@1
[16:52:25] [Server thread/INFO] [StorageDrawers]: Found ascending candidate for 1xitem.Ingot@1: 1xtile.BasicBlock@0 size=1, inverse=9xitem.Ingot@1
[16:52:25] [Server thread/INFO] [StorageDrawers]: Picked candidate 1xtile.BasicBlock@0 with conv=9
[16:52:25] [Server thread/INFO] [StorageDrawers]: Finding ascending candidates for 1xtile.BasicBlock@0
[16:52:25] [Server thread/INFO] [StorageDrawers]: No candidates found
[16:52:25] [Server thread/INFO] [StorageDrawers]: Finding descending candidates for 1xitem.Ingot@1
[16:52:25] [Server thread/INFO] [StorageDrawers]: No candidates found
Versions
Storage Drawers: 3.2.7
Forge 2094
If you need any other info or testing let me know.