1
0
Fork 0
mirror of https://github.com/xHyroM/aetheria.git synced 2024-09-20 05:13:20 +02:00
aetheria/packwiz/1.20.1/config/adpother/Items/respirator.cfg

42 lines
1.3 KiB
INI
Raw Normal View History

2024-06-14 19:06:44 +02:00
# Configuration file
diamond_respirator {
# Defines durability of the item. [range: 0 ~ 65535, default: 144]
I:durability=144
# Defines anvil repair materials.
# You can define several materials by separating them with commas (e.g.: minecraft:leather, #wool) [default: #forge:leather]
S:repair=#forge:leather
# If true, repair cost will grow for this item after each repair using an anvil. [default: false]
B:repairCostGrow=false
}
gold_respirator {
# Defines durability of the item. [range: 0 ~ 65535, default: 72]
I:durability=72
# Defines anvil repair materials.
# You can define several materials by separating them with commas (e.g.: minecraft:leather, #wool) [default: #forge:leather]
S:repair=#forge:leather
# If true, repair cost will grow for this item after each repair using an anvil. [default: false]
B:repairCostGrow=false
}
iron_respirator {
# Defines durability of the item. [range: 0 ~ 65535, default: 60]
I:durability=60
# Defines anvil repair materials.
# You can define several materials by separating them with commas (e.g.: minecraft:leather, #wool) [default: #forge:leather]
S:repair=#forge:leather
# If true, repair cost will grow for this item after each repair using an anvil. [default: false]
B:repairCostGrow=false
}