Shadows-of-Fire / Apotheosis

All things that should have been.
Other
175 stars 127 forks source link

Enchanted Anvils drops improperly #105

Closed LordXerus closed 5 years ago

LordXerus commented 5 years ago

Overview

When an anvil(that is overwritten by Apotheosis, regardless of enchantments) is broken by a Integrated Dynamics/Tunnels World Block Importer, the anvil doesn't drop itself(it doesn't go into the Integrated network). An existing workaround is to break it with an Integrated User Simulator set to break blocks instead, then pick it up with a World Item Importer.

This might be caused by non-standard drop handling.

Another issue is when the anvil lands on an incomplete block(Project Red framed wires, Integrated* logic pipes), it drops without the enchantments.

I suspect the issue is here, so I haven't submitted an issue on the Integrated* side yet. Game Version: 1.12.2

Test

ID network used: (Chest)(f)---(i)(A)

(Chest) Acts as the inventory of the network. (f) Item Interface that connects the chest to the network - A Logic Pipe from Integrated Dynamics (i) World Block Importer (A) Apotheosis Enchanted Anvil

Mods

Relevant Mods:

Relevant Mod Dependencies:

All Other Installed Mods:

Mods.zip

Shadows-of-Fire commented 5 years ago

This is likely caused by the non-standard drop handling, but it is necessary as the drop is dependent on the tile entity. The breaker would probably experience the same issue with shulker boxes (The same issue the AA breaker (currently) and the Mek digital miner (previously) had).

Not really anything that can be done about it from my end tho.