Posted December 20, 20204 yr Hello guys, i'm trying to make a mod that have some batteries blocks but i don't find any documentation of "how i implement a battery" inside a block and/or item, i know that forge have the Energy implementation, but i can't find anything that explain how to make a block store FE. Edited December 20, 20204 yr by Eduardu44
December 20, 20204 yr Howdy Forge Energy is stored using a Capability There are some working examples of Capability in this tutorial project: https://github.com/TheGreyGhost/MinecraftByExample/tree/master/src/main/java/minecraftbyexample/mbe65_capability and https://github.com/TheGreyGhost/MinecraftByExample/tree/master/src/main/java/minecraftbyexample/mbe32_inventory_item -TGG
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.