Ender Gate recipes produce stacks of 4 unstackable items
andrewsf opened this issue ยท 0 comments
Version:
- Minecraft: 1.18.2
- Forge: 40.1.74
- Powah: 3.0.4-beta
Issue description:
These recipes all produce 4 Ender Gate:
- ender_gate_starter
- ender_gate_basic
- ender_gate_hardened
- ender_gate_blazing
- ender_gate_niotic
- ender_gate_spirited
- ender_gate_nitro
but these are non-stackable items: EnderGateBlock
I believe this can lead to an illegal condition of holding a stack of 4 unstackable objects. In the case of AE2, that's dangerous or impossible.
Consider making Ender Gate stackable until they have metadata, like most other items in the mod and other mods and vanilla.
See Applied-Energistics-2 issue #4976 (closed) which describes how AE2 blocks the crafting operation to prevent data loss.
Either they need to change their recipe to only produce 1 item or allow them to stack to at least 4 items.