This commit is contained in:
skippyall
2024-09-01 19:52:35 +02:00
parent b4d8df9e8e
commit a236abdd5c
2 changed files with 29 additions and 0 deletions
@@ -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"
]
}