MCreator-Examples / Feedback

The Feedback Repository is a place where the community can suggest ideas for future videos. In some cases, I will pick things from this repository if I feel motivated or have an idea of how to add them.
https://github.com/MCreator-Examples
6 stars 0 forks source link

Connecting Models Using Blockstates #26

Open Raithion opened 3 years ago

Raithion commented 3 years ago

DESCRIPTION (Required)

Hello, I've been trying to make some custom furniture with connected models. Presumably this is done using blockstates and a little bit of custom code, although I've not been able to find a simple way to do this... For clarification, my objective is to not make multiple blocks and connect them using procedures; that would take an extremely long time and add unnecessary bloat to my mod with all the separate blocks being registered. I'm trying to create one block, and have it change only the model using blockstates.

I've seen many furniture mods do this with sofa blocks, where the sofas automatically connect to eachother when placed. Again, using block-replacing procedures to accomplish this is not my goal, for reasons explained above.

LIST OF KEY FEATURES (Required)

There aren't really any features I want added; just a proper tutorial on how to make connecting models as none exist anywhere. If this could be done, I'd be super appreciative!

ADDITIONAL CONTEXT (Optional)

Untitled A picture of a sofa in another furniture mod, Adorn. Shown is a single block that changes model depending on if other sofa blocks are placed next to it.