Applied Energistics 2

Applied Energistics 2

137M Downloads

Identity Annihilation Plane not silk-touching

RGBoorman opened this issue · 8 comments

commented

Description

Simple enough, I've found that the identity annihilation plane is acting as a normal annihilation plane - whenever a coal ore block is placed in front of it, the system receives one coal. This also applies to all other ores, one ore always producing one 'ingot' rather than the block itself.
https://ibb.co/VBLTWLr for a setup screenshot. This has been moved and rebuilt a couple times.

Environment

Running on a standalone Windows server. Low user count.
Complete mod list https://pastebin.com/hrNRt1Vq

  • Minecraft Version: 1.12.2
  • AE2 Version: rv6-stable-6
  • Forge Version: 1.12.2-14.23.5.2796-universal
commented

I can confirm this. Having the same issue on a Multiplayer Server.

Minecraft: 1.12.2
Forge: 1.12.2-14.23.5.2811
AE2: rv6-stable-6

commented

Hello,

is there any update to this issue?

Kind regards
zISKo666

commented

Hello,

I found the problem here.
https://github.com/AppliedEnergistics/Applied-Energistics-2/blob/rv6-1.12/src/main/java/appeng/parts/automation/PartAnnihilationPlane.java#L419

obtainBlockDrops successfully returns the result of applying silk touch.
However, breakBlockAndStoreItems, which actually breaks blocks, performs normal block break process.

commented

I’m having the same issue. I hope this gets fixed soon, as currently, the ME identity annihilation plane behaves identically to the regular ME annihilation plane, which is, of course, not how the block is supposed to behave.

Versions

commented

It works for Refined Storage (destructor with Silk Touch upgrade), but there might be a dupe bug associated with that; I’m not sure. I’ve not used RS in a while, so I can’t say.

If you’re not going to fix this, though, I’d suggest removing the identity annihilation plane from the mod—or at least remove its recipe or add a tooltip stating that it doesn’t work, but that’s up to you.

commented

I currently do not see a way to fix it. Reintroducing it will also enable vanilla dupe bugs again.

commented

@zISKo666 That would be great!

commented

Suggestion!

Reintroduce it (with vanilla dupe bugs expected) and make the config option like:

    networkbuses {
        ...
        # default for IdentityAnnihilationPlane=false, if set to true then you might expect some vanilla dupe bugs #
        B:IdentityAnnihilationPlane=false
        ...
    }