File Details
artifactory-1.21.1-2.1.0.jar
- R
- May 10, 2025
- 303.24 KB
- 85
- 1.21.1
- NeoForge
File Name
artifactory-1.21.1-2.1.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Added ability to apply an attunement configuration to a list of items using "apply_to_items". You can add this to a json like so:
"apply_to_items": [
"minecraft:iron_boots",
"minecraft:iron_chestplate",
"minecraft:iron_leggings",
"minecraft:iron_helmet"
]
If you do this it will apply the configuration to all of the items in the list if they are valid. It will no longer add the item in the name of the json file, so make sure you have all of the items in the list you want for this configuration. You can name the json whatever you want in this case, so you may name this one iron_armors.json.

