This commit is contained in:
skippyall
2024-09-13 19:37:38 +02:00
parent a236abdd5c
commit c497884884
34 changed files with 537 additions and 87 deletions
@@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"RGR",
"GDG",
"RGR"
],
"key": {
"R": {
"item":"minecraft:redstone_block"
},
"G": {
"item": "minecraft:gold_ingot"
},
"D": {
"item": "minecraft:diamond_block"
}
},
"result": {
"id": "minions:basic_upgrade_base",
"count": 1
}
}
@@ -2,14 +2,22 @@
"type": "minecraft:crafting_shaped",
"pattern": [
" H ",
"SAS",
"RAR",
" L "
],
"key": {
"H": "#minions:heads",
"S": "minecraft:stick",
"A": "minecraft:armor_stand",
"L": "minecraft:lodestone"
"H": {
"tag": "minions:heads"
},
"R": {
"item": "minecraft:redstone_torch"
},
"A": {
"item": "minecraft:armor_stand"
},
"L": {
"item":"minecraft:lodestone"
}
},
"result": {
"id": "minions:minion",
@@ -0,0 +1,15 @@
{
"type": "minecraft:smithing_transform",
"base": {
"item": "minions:basic_upgrade_base"
},
"addition": {
"item": "minecraft:minecart"
},
"template": {
"item": "minecraft:netherite_upgrade_smithing_template"
},
"result": {
"id": "minions:mount_module"
}
}
@@ -0,0 +1,15 @@
{
"type": "minecraft:smithing_transform",
"base": {
"item": "minions:basic_upgrade_base"
},
"addition": {
"item": "minecraft:iron_boots"
},
"template": {
"item": "minecraft:netherite_upgrade_smithing_template"
},
"result": {
"id": "minions:move_module"
}
}