Started by vlonabuser on Tue, 08/02/2022 - 13:47 Topic category: Help with Minecraft modding (Java Edition) I tred to add more hp by on initial spawn procedure, but it doesnt seem to be working Jump to top From what i know, minecraft limits max health to 1024 hp. Jump to top Permalink Log in or register to post comments Add another mod called "Attributes Fix". It will allow you to go higher than 1024 to up 64K i believe? But that's only in-game, MCreator will still only allow you to 1024. So spawn your mob with the /summon command and set its HP to whatever you want. Ex: /summon creeper ~ ~ ~ {Health:30000,Attributes:[{Name:"generic.maxHealth",Base:30000b}]} I think this is right. Jump to top Permalink Log in or register to post comments
From what i know, minecraft limits max health to 1024 hp. Jump to top Permalink Log in or register to post comments
Add another mod called "Attributes Fix". It will allow you to go higher than 1024 to up 64K i believe? But that's only in-game, MCreator will still only allow you to 1024. So spawn your mob with the /summon command and set its HP to whatever you want. Ex: /summon creeper ~ ~ ~ {Health:30000,Attributes:[{Name:"generic.maxHealth",Base:30000b}]} I think this is right. Jump to top Permalink Log in or register to post comments
From what i know, minecraft limits max health to 1024 hp.
Add another mod called "Attributes Fix". It will allow you to go higher than 1024 to up 64K i believe?
But that's only in-game, MCreator will still only allow you to 1024. So spawn your mob with the /summon command and set its HP to whatever you want.
Ex: /summon creeper ~ ~ ~ {Health:30000,Attributes:[{Name:"generic.maxHealth",Base:30000b}]}
I think this is right.