Recipe
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" H ",
|
||||
"SAS",
|
||||
" L "
|
||||
],
|
||||
"key": {
|
||||
"H": "#minions:heads",
|
||||
"S": "minecraft:stick",
|
||||
"A": "minecraft:armor_stand",
|
||||
"L": "minecraft:lodestone"
|
||||
},
|
||||
"result": {
|
||||
"id": "minions:minion",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"values": [
|
||||
"minecraft:creeper_head",
|
||||
"minecraft:zombie_head",
|
||||
"minecraft:piglin_head",
|
||||
"minecraft:wither_skeleton_skull",
|
||||
"minecraft:skeleton_skull",
|
||||
"minecraft:dragon_head",
|
||||
"minecraft:player_head"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user