Started by
Teyko
on
Topic category: Help with Minecraft modding (Java Edition)
Hi everyone !
I would like to make my energy cable connected at corner but i dont knopw how to do this.
My cable for now :
I would like to make this :
Topic category: Help with Minecraft modding (Java Edition)
Hi everyone !
I would like to make my energy cable connected at corner but i dont knopw how to do this.
My cable for now :
I would like to make this :
That's a bit complicated tho.
You should make a procedure where it checks if there are blocks near that one.
Fore example in that image, check if there is a block on y+1 and x/z + - 1 then replace that block with the connection.
I test it but didn't work :(
He meant that you should replace the block itself that the procedure is running on with the corner, as basically you're checking if there's another pipe/connector block next to it, make sense?