
[Question] How do you change the amount of kills needed to upgrade a faulty model?
kienerxyzzy opened this issue ยท 1 comments
All answers to this question require you to use a datapack to change something:
- If you want to add a new tier between
faulty
andbasic
such that it upgrades earlier, you can create a newModelTier
. - If you want to make all models upgrade from
faulty
tobasic
faster, you can override thebasic.json
to reduce therequired_data
. - If you want to change how fast a specific model upgrades to
basic
, you will need to override that mob's data model and change therequired_data
.