Started by
WeaponGod243
on
Topic category: Help with Minecraft modding (Java Edition)
Is it possible to do something with the procedures and make an energy transferring system? Or do you have to hardcode it? Either way, can I get some guidance?
Okay, Thanks!
you can make a custom block model(it gives me a pink and black block tho) and in the block properties check it so it can make power
If you want make an energy system, first create a global variable "energy" , then create a GUI where you can see your global variables.
-For generate energy: you can create a solar pannel and you create a procedure that increase the global variable "energy" every time the solar pannel can see the sky and the sun.
You can do this concept for every machine you want.
-To consume it, just decrease the global variables "energy" when a specific action is made.
(sorry my english is not perfect)
Excuse me but can you make a tutorial?
Sorry but I'm not English.