Material Json
โช Last updated 2024โ ๏ธ Install Order ยท 2 steps
Install in this order, then this mod last โ most mods fail to load without their framework and dependencies in place.
Preview

๐ Analysis
- ๐ 1.3% endorsement rate โ high engagement, a strong quality signal
- ๐ #165 of 307 equipment mods in this game by downloads
๐ About This Mod
๐จ _1.20.5: Please note that due to changes in Minecraft's code, support for the latest version will take a while_ # Material Json **Ever wanted to change the durability of all Iron Tools? What about changing the protection amounts of Diamond Armor? Or the mining speed of Netherite? Well, with Material Json you can! Simple editing through Minecraft's datapack structure and .json files, allow you to do anything!** # โ Features - **Synced** from server to client, instantly change anything on datapack reload! - **Support for mods** that add new Weapons, Armor & Tools. - **Configuration** allows for changing of any material for any Weapon, Armor or Tool. # โ๏ธ Tool Material Configuration Tool materials can be configured in a datapack under ```<namespace>:materials/tool/<path>.json```. Please note that datapacks can choose to override a single field from a datapack below it, by only specifying that field.\ The .json file contains the following fields: - ```durability```: (https://minecraft.wiki/w/Argument_types#integer) - Specifies the durability.\ Must be a 32-bit integer number at least ```1```. - ```mining_speed```: (https://minecraft.wiki/w/Argument_types#float) - Specifies the mining speed.\ Must be a single-precision floating-point number at least ```0.0```. - ```attack_damage```: (https://minecraft.wiki/w/Argument_types#float) - Specifies the attack damage. Please note that individual items (e.g. swords) might add a bonus or malus to this.\ Must be a single-precision floating-point number. - ```mining_level```: (https://minecraft.wiki/w/Argument_types#integer) - Specifies the (https://minecraft.wiki/w/Tiers#Mining_level). \ Must be a 32-bit integer number at least ```-1```. - ```enchantability```: (https://minecraft.wiki/w/Argument_types#integer) - Specifies the (https://minecraft.wiki/w/Enchanting_mechanics#Enchantability). \ Must be a 32-bit integer number at least. - ```ingredient```: (https://minecraft.wiki/w/Argument_types#minecraft:resource_or_tag) - Specifies the ingredient used for repairing. \ Must be a single item ID or a hash-prefixed item tag. # ๐ Armour Material Configuration Tool materials can be configured in a datapack under ```<namespace>:materials/tool/<path>.json```. Please note that datapacks can choose to override a single field from a datapack below it, by only specifying that field.\ The .json file contains the following fields: - ```durability```: - ```helmet```|```chestplate```|```leggings```|```boots```: (https://minecraft.wiki/w/Argument_types#integer) - Specifies the durability of the piece. \ Must be a 32-bit integer number at least ```1```. - ```protection```: - ```helmet```|```chestplate```|```leggings```|```boots```: (https://minecraft.wiki/w/Argument_types#integer) - Specifies the protection of the piece. \ Must be a 32-bit integer number at least ```0```. - ```enchantability```: (https://minecraft.wiki/w/Argument_types#integer) - Specifies the (https://minecraft.wiki/w/Enchanting_mechanics#Enchantability). \ Must be a 32-bit integer number at least. - ```equip_sound```: (https://minecraft.wiki/w/Argument_types#resource_location) - Specifies the sound when the armor is equipped. \ Must be a sound event as defined in (https://minecraft.wiki/w/Sounds.json#Sound_events). - ```ingredient```: (https://minecraft.wiki/w/Argument_types#minecraft:resource_or_tag) - Specifies the ingredient used for repairing. \ Must be a single item ID or a hash-prefixed item tag. - ```toughness```: (https://minecraft.wiki/w/Argument_types#float) - Specifies the armor toughness.\ Must be a single-precision floating-point number. - ```knockback_resistance```: (https://minecraft.wiki/w/Argument_types#float) - Specifies the knockback resistance.\ Must be a single-precision floating-point number.
๐จ _1. 20. 5: Please note that due to changes in Minecraft's code, support for the latest version will take a while_ # Material Json Ever wanted to change the durability of all Iron Tools? What about changing the protection amounts of Diamond Armor? Or the mining speed of Netherite? Well, with Material Json you can! Simple editing through Minecraft's datapack structure and .json files, allow you to do anything!
# โ Features - Synced from server to client, instantly change anything on datapack reload! - Support for mods that add new Weapons, Armor & Tools. - Configuration allows for changing of any material for any Weapon, Armor or Tool.
# โ๏ธ Tool Material Configuration
Tool materials can be configured in a datapack under ```
- ```durability```: (https://minecraft.wiki/w/Argument_types#integer)
- - Specifies the durability.\
- Must be a 32-bit integer number at least ```1```.
- ```mining_speed```: (https://minecraft.wiki/w/Argument_types#float)
- - Specifies the mining speed.\
- Must be a single-precision floating-point number at least ```0. 0```.
- ```attack_damage```: (https://minecraft.wiki/w/Argument_types#float)
- - Specifies the attack damage. Please note that individual items (e.g. swords) might add a bonus or malus to this.\
- Must be a single-precision floating-point number.
- ```mining_level```: (https://minecraft.wiki/w/Argument_types#integer)
- - Specifies the (https://minecraft.wiki/w/Tiers#Mining_level). \
- Must be a 32-bit integer number at least ```-1```.
- ```enchantability```: (https://minecraft.wiki/w/Argument_types#integer)
- - Specifies the (https://minecraft.wiki/w/Enchanting_mechanics#Enchantability). \
- Must be a 32-bit integer number at least.
- ```ingredient```: (https://minecraft.wiki/w/Argument_types#minecraft:resource_or_tag)
- - Specifies the ingredient used for repairing. \
- Must be a single item ID or a hash-prefixed item tag.
# ๐ Armour Material Configuration
Tool materials can be configured in a datapack under ```
- ```durability```:
- - ```helmet```|```chestplate```|```leggings```|```boots```: (https://minecraft.wiki/w/Argument_types#integer)
- - Specifies the durability of the piece. \
- Must be a 32-bit integer number at least ```1```.
- ```protection```:
- - ```helmet```|```chestplate```|```leggings```|```boots```: (https://minecraft.wiki/w/Argument_types#integer)
- - Specifies the protection of the piece. \
- Must be a 32-bit integer number at least ```0```.
- ```enchantability```: (https://minecraft.wiki/w/Argument_types#integer)
- - Specifies the (https://minecraft.wiki/w/Enchanting_mechanics#Enchantability). \
- Must be a 32-bit integer number at least.
- ```equip_sound```: (https://minecraft.wiki/w/Argument_types#resource_location)
- - Specifies the sound when the armor is equipped. \
- Must be a sound event as defined in (https://minecraft.wiki/w/Sounds.json#Sound_events).
- ```ingredient```: (https://minecraft.wiki/w/Argument_types#minecraft:resource_or_tag)
- - Specifies the ingredient used for repairing. \
- Must be a single item ID or a hash-prefixed item tag.
- ```toughness```: (https://minecraft.wiki/w/Argument_types#float)
- - Specifies the armor toughness.\
- Must be a single-precision floating-point number.
- ```knockback_resistance```: (https://minecraft.wiki/w/Argument_types#float)
- - Specifies the knockback resistance.\
- Must be a single-precision floating-point number.
๐ Mod Details
- Game
- Minecraft Mods
- Author
- boyonk
- Version
- 1.0
- Downloads
- 520
- Endorsements
- 7
- Category
- equipment
- Created
- 4/5/2024
- Updated
- 4/4/2024
- Game Versions
- 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
- Tags
- equipment, library, management
๐ง How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Mods โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Mods versions does Material Json support?
The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4. Other versions may work but are untested by the author.
What is the latest version of Material Json?
Version 1.0, published 2024-04-04 with 520 downloads recorded at the source.
Keep browsing โ more Minecraft Mods mods await