Energy cubes empty after breaking
Amcro opened this issue ยท 6 comments
Issue description:
Energy cubes don't keep energy after breaking.
Steps to reproduce:
- Place and charge energy cube
- Break energy cube
- Place it back down
Version (make sure you are on the latest version before reporting):
Forge: 30.0.36
Mekanism: 9.9.2
Turns out the item and block have a different NBT tag name wise for keeping track of energy. At some point I probably will unify the tag they use, but for now I am just going to make sure it copies it to the correct tag.
I couldn't wait for 9.9.3 so I replaced the files in the .jar, and it actually worked. Never really have thing like this work for me. I used winrar to open the .jar file.
I couldn't wait for 9.9.3 so I replaced the files in the .jar, and it actually worked. Never really have thing like this work for me. I used winrar to open the .jar file.
You don't even have to replace the files in the jar you can just make a new data pack that overrides those specific files.
Up to you if you bother, given there isn't really an issue playing single player with just overriding the jsons directly in the jars. More just mentioned it if anyone else wants to know a more "proper" way that they can fix it themselves without waiting.