Started by
lazardemon 92
on
Topic category: Help with Minecraft modding (Java Edition)
I am working on a battery block that stores energy.
I also want to make the block pushable by pistons, but when a piston pushes the block, it loses all of its energy
is there any way around this?
This cannot be done because the block loses its energy information after the piston is pushed. All blocks-entities in Minecraft cannot be moved by a piston (like an furnace or a chest)