Started by
DimaFsn
on
Topic category: Help with Minecraft modding (Java Edition)
Is it possible to combine models into one block, so that, for example, take a pizza (block) and put it in the oven, for example, and the pizza will be displayed (inserted) in it, and so that this is without creating a separate model (oven with pizza inside).
I'm afraid to get started: I know how to do it, but to create an oven with a pizza inside, I have to create a separate model, and I still have a bunch of such mechanics, I just don't want to clog up the workspace. If you know, write how to combine several models into one block. I don't know, maybe NBT tags can be used here, but I don't know anything about them at all and how to use them in general.
Afaik Mcreator doesn't natively support this without making a new model
Maybe make it a GeckoLib animated model and just make an animation to make the inside of the oven invisible until you put a pizza in, then it'll change its animation to be visible
This is the only work around I know of to the multiple models