mc_rebalance/data/tetra/materials/metal/gold.json
Sergeant Acoustic a89998047f Added tetra hammer schematic module
* It still doesn't work, but hopefully this is closer to working now
* Also fixed indenting in a few materials files
2025-08-24 01:30:44 +01:00

23 lines
544 B
JSON

{
"replace":true,
"key": "gold",
"category": "metal",
"primary": 4,
"secondary": 4.6,
"tertiary": 3,
"durability": 998,
"integrityCost": 2,
"integrityGain": 3,
"magicCapacity": 132,
"toolLevel": 4,
"toolEfficiency": 12,
"tints": {
"glyph": "gold_glyph",
"texture": "gold"
},
"textures": ["shiny","metal","default"],
"material": {"items": ["minecraft:gold_ingot"]},
"effects": {"stabilizing": 15},
"requiredTools": {"hammer_dig": 3}
}