Editing armor stats #74
-
I'm trying to edit the frost bite sets armor rating to be the same as chainmail, currently my friends and I are playing a mod called origins and he really wanted to use this set since he's race is elytrian and that this has slow falling. I'm only hoping to write a datapack if possible as I'm starting to learn how to code with java as well. I would appreciate any kind of help :D |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, @BlackFrost0! So, one of the things that we place a lot of importance on at Timefall Development is customisation. So, the way that you can make these edits can be handled right in the configs, no need for a datapack. If you go into your I've attached a picture of what the section of the config looks like. Don't hesitate to ping us if you need any more help! :D |
Beta Was this translation helpful? Give feedback.
Hi, @BlackFrost0!
So, one of the things that we place a lot of importance on at Timefall Development is customisation. So, the way that you can make these edits can be handled right in the configs, no need for a datapack. If you go into your
config
directory, you'll see a directory calledmcda
. In that directory, you'll see a file calledmcda_armor_stats.json5
. Once you're in that file, you can search forFROST_BITE
and then under theprotection
section, just change the values of theFEET
,LEGS
,CHEST
andHEAD
fields and it will change the armour values for the Frost Bite Armour. Just make sure that you have the same config file on the server AND the client; otherwise, the values won't be…