30 lines
609 B
JSON
30 lines
609 B
JSON
{
|
|
"key": "blackstone",
|
|
"category": "stone",
|
|
"primary": 4.5,
|
|
"secondary": 4.5,
|
|
"tertiary": 0,
|
|
"durability": 500,
|
|
"integrityCost": 1,
|
|
"integrityGain": 4,
|
|
"magicCapacity": 90,
|
|
"toolLevel": "minecraft:iron",
|
|
"toolEfficiency": 5,
|
|
"tints": {
|
|
"glyph": "blackstone_glyph",
|
|
"texture": "blackstone"
|
|
},
|
|
"textures": [
|
|
"grainy",
|
|
"crude",
|
|
"default"
|
|
],
|
|
"material": {
|
|
"tag": "forge:blackstone"
|
|
},
|
|
"requiredTools": {
|
|
"hammer_dig": "minecraft:stone"
|
|
},
|
|
"features": [ "gilded","polished" ]
|
|
}
|