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
}
}