Help to create a connected model.

Started by Teyko on

Topic category: Help with modding (Java Edition)

Last seen on 14:56, 1. Oct 2023
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help to create a connected model.

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 :

Last seen on 17:03, 1. Mar 2024
Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That's a bit complicated tho…
Sat, 09/19/2020 - 13:33

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.

 

Last seen on 14:56, 1. Oct 2023
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I test it but didn't work :(
Sat, 09/19/2020 - 16:02

I test it but didn't work :(

Last seen on 10:47, 6. Jun 2021
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
He meant that you should…
Fri, 02/05/2021 - 21:54

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?