Started by
BurntDonut
on
Topic category: Help with Minecraft modding (Java Edition)
I made a block and I wanted it to work like a furnace but instead of smelting it gains "electricity" and that electricity can be used to make Charged Electric cells using Electric cell containers. I've already watched a lot of tutorials to use and to come up with my own procedures to make it gain electricity but to no avail. How do I manage to do this?
Depends on whether you mean 'forge' energy, (the sort that's used in all the tech mods), or just your own custom energy. In the later case, you'd just want to add a custom number NBT tag to your block that increases every time it finishes smelting an item. (And decreases whenever you use it to make an energy cell.)