#help with custom mob

1 messages · Page 1 of 1 (latest)

naive lion
#

Im trying to make a mob that just extends zombieEntity and does everything a zombie does just with a different texture but im having trouble finding anything online I even went as far as to ask ChatGPT which i hate doing and still didnt get an answer

1.19.2

midnight heart
#

what are you having trouble with, exactly? creating the custom entity class? Rendering it? Adding behavior?

naive lion
#

I'm making a burned which is essentially a drowned but made in lava I have all the spawning done and the game loads but when I try to /summon the mob I get an "unable to summon" error I'm not sure where I messed up

I even tried to just redo everything and just make the mob with nothing special just a new entity that extended zombie with a different texture and nothing else and I couldn't even get that to work

left fossil
#

did you forget to register attributes?
set a breakpoint in the constructor and step over the code to find the error

naive lion
naive lion
#

all im looking for is how to make a new mob that uses existing models and animations from the Vanilla Zombie but it has a different texture.