Files
ATM8/minecraft/kubejs/data/tetra/materials/metal/create_brass.json
2023-12-18 20:22:40 +00:00

24 lines
569 B
JSON

{
"key" : "create_brass",
"category" : "metal",
"primary" : 5.5,
"secondary" : 4.0,
"tertiary" : 3.2,
"durability" : 462,
"integrityCost" : 2,
"integrityGain" : 6,
"magicCapacity" : 87,
"toolLevel" : "minecraft:iron",
"toolEfficiency" : 6.5,
"tints" : {
"glyph" : "ffc940",
"texture" : "ffc940"
},
"textures" : [ "metal", "default" ],
"material" : {
"items" : [ "alltheores:brass_ingot" ]
},
"requiredTools" : {
"hammer_dig" : "minecraft:stone"
}
}