Lythom / capsule

A minecraft mod : Bring your base! Capsules can capture a region containing any blocks or machines, then deploy and undeploy at will. Inspired by Dragon Ball capsules.
MIT License
16 stars 13 forks source link

Issue with wires from projectred transmission #56

Open Lythom opened 2 years ago

Lythom commented 2 years ago

Hey, found a capsule issue. Don't expect it to be fixed for 1.12, but might be an issue with 1.16. I made a capsule that contained some Framed Red Insulated Wire from ProjectRed Transmission (they are block form wires). Put those blocks in a chest, linked capsule to that chest, built the structure, and those wires are not consumed. As another test, I then removed all those wires from the chest, and I could assemble the structure just fine (I am in survival mode smile ) Naturally this results in a dupe bug. Somehow the capsule content check is missing the Wires within the structure. The fault is most likely with ProjectRed as those wires are a special model and I'm assuming not registered correctly within Minecraft, they also break a bit odd too.