Frinn38 / Custom-Machinery

A Minecraft Mod about creating custom machines that works
GNU Lesser General Public License v3.0
45 stars 17 forks source link

Is it possible to combine multiple blocks and use a model together #43

Closed StarZeroRI closed 2 years ago

StarZeroRI commented 2 years ago

Is it possible to combine multiple blocks and use a model together. It's like Immersive Engineering. image This is a machine model that takes up 5x5x5 blocks

Frinn38 commented 2 years ago

That's not possible right now, and probably won't be in the future. This mod is not really intended to create multiblocs machines, maybe when all other features are added and bugs fixed I will start implementing some multiblocks features such as this, but that won't be before a very long time.

Note: As long as the model can be loaded by Minecraft/Forge you can use it, so having a model bigger than 1 block is technically possible, but that wont stop the rendering of other blocks around the machine and the model will not have a collision box.