* It still doesn't work, but hopefully this is closer to working now * Also fixed indenting in a few materials files
23 lines
544 B
JSON
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}
|
|
}
|