Started by
KTst533
on
Topic category: Advanced modding
Hey guys, im making small tech oriented mod and well, i made consumers, producers and im stuck on cables. Is there any guide or could someone help me to create em? Like im trying to make this cables for few days and i cant find solution. It keeps me frustrated.
GLHF and take care all.
What kind of energy system are you using? Forge energy? If so I'd be interested in knowing how to use FE with MCreator... And I bet you can look at some source code of some other tech mods, maybe that helps.
from what ive noticed of my time using mcreator, you will need to use written code to implement forge energy properly but it is usable if you dont mind hand coding parts
Hi, the cable can be divided into 2 parts - this is the appearance( connection to other blocks) and the logic itself
The appearance I have long been able to implement ( my guide in the form )without a code ( yes, it can be called a crutch ) but it works.
The logic in the cable is very simple -and it collects information about neighboring blocks and evenly distributes its charge over all of them(And this is implemented through the procedure)
FE is already implemented