Mine Cells - Dead Cells Mod

Mine Cells - Dead Cells Mod

5M Downloads

[1.19.2] Tall Cages are not pushed by pistons as a whole and when mined, it dupes

kingkuys2123 opened this issue ยท 3 comments

commented

So I was in a middle of trapping a mob inside a Cage then this happened.. This also happened when being moved with Create contraptions, it only moves a part of the cage.

2022-12-27_12 50 14

When I mined them, each of the block drop it's own cage items

I tried fixing the dupe issue with this, it works but when I mined the top part of the cage it won't drop the item except when I mined the bottom one first.

{ "type": "minecraft:block", "pools": [ { "bonus_rolls": 0.0, "conditions": [ { "condition": "minecraft:survives_explosion" } ], "entries": [ { "type": "minecraft:item", "conditions": [ { "block": "minecells:cage", "condition": "minecraft:block_state_property", "properties": { "flipped": "false" } } ], "name": "minecells:cage" } ], "rolls": 1.0 } ] }

commented

Fixed the drop issue in b7719e7! Your loot table was correct, it was just one boolean in my code that made it work improperly ๐Ÿ˜„

Should I leave the cages pushable or make them break when pushed? There doesn't seem to be any way to make them both move at once without modifying pistons' code

commented

Hmm, I think its fine that you left the cages pushable because earlier I made a small cage (with a parrot inside) using only the top part of the tall cage soooo yeah a lot of building opportunities pops up in mind ๐Ÿ˜„ thank you for the fix! ๐Ÿ˜„

commented

No problem! The issue is resolved, then. Closing :)