Applied-energistics-2: Identity Annihilation Plane not silk-touching

Created on 30 Jan 2019  路  8Comments  路  Source: AppliedEnergistics/Applied-Energistics-2

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
bug wont-fix

Most helpful comment

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
        ...
    }

All 8 comments

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

Hello,

is there any update to this issue?

Kind regards
zISKo666

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.

I鈥檓 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

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

It works for Refined Storage (destructor with Silk Touch upgrade), but there might be a dupe bug associated with that; I鈥檓 not sure. I鈥檝e not used RS in a while, so I can鈥檛 say.

If you鈥檙e not going to fix this, though, I鈥檇 suggest removing the identity annihilation plane from the mod鈥攐r at least remove its recipe or add a tooltip stating that it doesn鈥檛 work, but that鈥檚 up to you.

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
        ...
    }

@zISKo666 That would be great!

Was this page helpful?
0 / 5 - 0 ratings