Started by
Raithion
on
Topic category: Help with Minecraft modding (Java Edition)
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:
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
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
Hello, were you able to achieve this effect with the procedures? How did you do it?