26 lines
388 B
JSON
26 lines
388 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
" H ",
|
|
"RAR",
|
|
" L "
|
|
],
|
|
"key": {
|
|
"H": {
|
|
"tag": "minecraft:skulls"
|
|
},
|
|
"R": {
|
|
"item": "minecraft:redstone_torch"
|
|
},
|
|
"A": {
|
|
"item": "minecraft:armor_stand"
|
|
},
|
|
"L": {
|
|
"item":"minecraft:lodestone"
|
|
}
|
|
},
|
|
"result": {
|
|
"id": "minions:minion",
|
|
"count": 1
|
|
}
|
|
} |