All checks were successful
Draft Release / deploy-prod (push) Successful in 5s
Updated custom_name to item_name
36 lines
869 B
JSON
36 lines
869 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"category": "equipment",
|
|
"pattern": [
|
|
" ",
|
|
"s ",
|
|
" dd"
|
|
],
|
|
"key": {
|
|
"s": "minecraft:stick",
|
|
"d": "minecraft:diamond"
|
|
},
|
|
"result": {
|
|
"id": "minecraft:carrot_on_a_stick",
|
|
"count": 1,
|
|
"components": {
|
|
"minecraft:max_damage": 4500,
|
|
"minecraft:item_name": {
|
|
"text": "Diamond Trowel",
|
|
"color": "aqua",
|
|
"italic": false
|
|
},
|
|
"minecraft:custom_model_data": {
|
|
"strings": [
|
|
"lzstools:trowel_diamond"
|
|
]
|
|
},
|
|
"minecraft:custom_data": {
|
|
"lzstools": [
|
|
"trowel",
|
|
"trowel_diamond"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |