Identity Annihilation Plane not silk-touching
RGBoorman opened this issue · 8 comments
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
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,
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’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
- Minecraft: 1.12.2
- Forge: 14.23.5.2781
- Modpack: Enigmatica 2 (version 1.63a, latest)
- Applied Energistics 2: rv6-stable-6 (latest)
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.
I currently do not see a way to fix it. Reintroducing it will also enable vanilla dupe bugs again.
@zISKo666 That would be great!