Started by
TheDuckKnight_Mc
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make a chest-like block that can be moved with pistons, but don't know how to do it (and obviously it has to keep the contents inside after being moved). Is it even possible?
Please help :)
That I know, but I thought there would be a work-around using replacing blocks and copying the contents or stuff, just didn't know how to do it.
Place the block next to it
get conten from block A
Apply it to Block B
Remove Block A
In the next update you can get the contents of the block I think