Started by
Lumipo@Py
on
Topic category: Help with Minecraft modding (Java Edition)
Hello,
I would like to know, is there any way to change the texture of a model with a procedure?
Topic category: Help with Minecraft modding (Java Edition)
Hello,
I would like to know, is there any way to change the texture of a model with a procedure?
I don't think you can chance the model with procedures, what I have been doing is making a copy of the mob with the different texture and model, and then swapping them.
how do you swap the mob? if you have time to answer of course
To swap a mob for another with a different model your first have to make both mobs. Then you go to the trigger section of the first mob and select the one you want to trigger the change (say, "when entity is hurt") and there you have to make a procedure with the blocks "despawn target entity", and then "spawn at x y z living entity" being the second entity. You can add a few more things, but that's the basic.
It's easy to implement through editing entity source code, but only if you are familiar with java
I never did say thank you for taking the time to answer my question so thank you very much
i actually wound up back on this post because i'm now trying to figure out how if possible to do it while riding the mob. i have a construction vehicles mo and i want to make the fork lifts go up and down by hitting the "R" button.