Started by
LeDamy
on
Topic category: Help with Minecraft modding (Java Edition)
Hello everyone,
im currently making a technology mod and instead of making the classing block cables, i wanted to make connector cables like in immersive engineering and that one create addon (i forgot the name)
I cant find any tutorials on it and cant wrap my head around how to do it at all, can anyone help me with this?
Immersive Engineering is open source, you can just look at how they do it, https://github.com/BluSunrize/ImmersiveEngineering
understanding what's actually going on with the code is probably near impossible if you don't know java, so I'm probably going to try to understand it myself and then simplify it here.
If someone wants to look into it themselves, please, the WireType interface and Connection class might be good places to start.
I'm mostly leaving this comment so I don't lose or forget about the thread.