Started by
Pandabeys31
on
Topic category: Help with Minecraft modding (Java Edition)
When this boss's health drops below one hundred, he will spawn four scaffolds and throw fireballs at us every five seconds. I am using mcreator version 2024.1
(I'm sorry my English is bad, it's not my native language)
Edited by Pandabeys31 on Sat, 10/26/2024 - 15:51
I would use nbt data and have every entity tick update add 1 to the number nbt and when it hits 100 set the nbt to 0 and fire a frieball
Thank you but I don't know how to use NBT data. Can you help me?
sure but what is the scaffolding for
i did the fireball bit but i dont know what you mean by scaffolds so here is the fireball bit of the code, just do what i did and it should work https://imgur.com/a/tGgSdgA
I'm very sorry, English is not my language, that's why I meant to say skeleton. :D
i also forgot to tell you that the entire procedure i sent you needs to be put inside of a if current health is less than or equal to 150
here is the skeleton bit https://imgur.com/GKCvcK3
thank you so much you saved my life