Started by
tfuel2
on
Topic category: Help with MCreator software
hello for a mod I want to make a dragon but I don't know top much.
what I made:
model
texture
tamable
wat I need:
fly
despawn after 1 minute and 30 seconds
shoot fire.
also sorry for bad English
Check "is this entity flying entity" (or something like that), then in the AI tasks, replace the "walk around" block with the "fly around" one. For the "shooting fire," have it shoot a custom ranged item. The despawn one is a bit trickier, but there are ways to create timers (they use ticks, not seconds, and 1 second = 20 ticks).