Started by
TopazCrysst
on
Topic category: Help with Minecraft modding (Java Edition)
I want to create a mob with two different models, a lizard, with and without a tail, how can I make the models change with the procedure?
Topic category: Help with Minecraft modding (Java Edition)
I want to create a mob with two different models, a lizard, with and without a tail, how can I make the models change with the procedure?
Try making three different entities: Lizard with tail, Lizard without tail, and tail. Make the Lizard without tail and tail spawn once the Lizard with tail is hit or whatever the split condition is. You can maker a timer so the Lizard without a tail turns back into a Lizard with a tail after an amount of time.
if you know how, make so when when happens, change mob texture to the SAME MODEL, with no tail texture.