18 lines
274 B
JSON
18 lines
274 B
JSON
|
|
{
|
||
|
|
"type": "minecraft:crafting_shaped",
|
||
|
|
"category":"equipment",
|
||
|
|
"pattern": [
|
||
|
|
"111",
|
||
|
|
"121",
|
||
|
|
"111"
|
||
|
|
],
|
||
|
|
"key": {
|
||
|
|
"1":{"tag":"minecraft:planks"},
|
||
|
|
"2":{"item":"minecraft:amethyst_shard"}
|
||
|
|
},
|
||
|
|
"result": {
|
||
|
|
"item":"minecraft:jukebox"
|
||
|
|
},
|
||
|
|
"show_notification":true
|
||
|
|
}
|