Connecting Block Models Without Procedures

Started by Raithion on

Topic category: Help with modding (Java Edition)

Last seen on 19:11, 3. Sep 2021
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Connecting Block Models Without Procedures
Sat, 08/21/2021 - 11:18 (edited)

Hello, I'm currently making a furniture mod and am trying to implement connected models. Basically one registered block that changes model based on the blocks next to it. Take the sofas in MyCrayfish's furniture mod for example:

Couch Example

 

These are 2 of the same block placed next to eachother. They connect to eachother automatically similar to fences. This is what I'm trying to accomplish. If anyone actually knows of a tutorial on the subject, I'd appreciate it very much, as I've searched MCreator's knowledge base far and wide with no luck.

Edited by Raithion on Sat, 08/21/2021 - 11:18
Last seen on 03:23, 19. Dec 2021
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make it so that if one of…
Sun, 08/22/2021 - 21:14

Make it so that if one of the same block is next to it it sets itself and the other block to a different block. So you would have 2 blocks, one that is half a sofa and one that is a chair. The easiest way to do this is with procedures

Last seen on 15:44, 1. Apr 2023
Joined Jan 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hello, were you able to…
Mon, 02/28/2022 - 23:14

Hello, were you able to achieve this effect with the procedures? How did you do it?