How to change the texture of a model, with procedures?

Started by Lumipo@Py on

Topic category: Help with modding (Java Edition)

Last seen on 16:37, 9. Sep 2021
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to change the texture of a model, with procedures?

Hello,
I would like to know, is there any way to change the texture of a model with a procedure?

Last seen on 05:23, 7. Jul 2021
Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't think you can chance…
Sun, 04/11/2021 - 23:45

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. 

Last seen on 19:04, 29. Oct 2022
Joined Apr 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do you swap the mob? if…
Sat, 05/29/2021 - 03:38

how do you swap the mob? if you have time to answer of course

Last seen on 05:23, 7. Jul 2021
Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
To swap a mob for another…
Mon, 06/07/2021 - 01:35

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. 

Last seen on 07:42, 26. Jun 2021
Joined Apr 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It's easy to implement…
Mon, 06/07/2021 - 07:38

It's easy to implement through editing entity source code, but only if you are familiar with java

 

Last seen on 19:04, 29. Oct 2022
Joined Apr 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I never did say thank you…
Wed, 09/14/2022 - 00:32

I never did say thank you for taking the time to answer my question so thank you very much

Last seen on 19:04, 29. Oct 2022
Joined Apr 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i actually wound up back on…
Wed, 09/14/2022 - 00:35

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.