Add crafting recipes for Chipper tools and armor: axe, boots, chestplate, helmet, hoe, leggings, pickaxe, shovel, and sword

This commit is contained in:
Chipperfluff 2025-12-21 12:35:18 +01:00
parent 613965f989
commit 0d8a24c7dc
9 changed files with 195 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"group": "chipi",
"category": "misc",
"pattern": [
" XX",
" YX",
" Y "
],
"key": {
"X": {
"item": "chipi:chipper_ingot"
},
"Y": {
"item": "minecraft:stick"
}
},
"result": {
"item": "chipi:chipper_axe",
"count": 1
},
"show_notification": true
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"group": "chipi",
"category": "misc",
"pattern": [
"X X",
"X X",
" "
],
"key": {
"X": {
"item": "chipi:chipper_ingot"
}
},
"result": {
"item": "chipi:chipper_boots",
"count": 1
},
"show_notification": true
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"group": "chipi",
"category": "misc",
"pattern": [
"X X",
"XXX",
"XXX"
],
"key": {
"X": {
"item": "chipi:chipper_ingot"
}
},
"result": {
"item": "chipi:chipper_chestplate",
"count": 1
},
"show_notification": true
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"group": "chipi",
"category": "misc",
"pattern": [
"XXX",
"X X",
" "
],
"key": {
"X": {
"item": "chipi:chipper_ingot"
}
},
"result": {
"item": "chipi:chipper_helmet",
"count": 1
},
"show_notification": true
}

View File

@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"group": "chipi",
"category": "misc",
"pattern": [
" XX",
" Y ",
" Y "
],
"key": {
"X": {
"item": "chipi:chipper_ingot"
},
"Y": {
"item": "minecraft:stick"
}
},
"result": {
"item": "chipi:chipper_hoe",
"count": 1
},
"show_notification": true
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"group": "chipi",
"category": "misc",
"pattern": [
"XXX",
"X X",
"X X"
],
"key": {
"X": {
"item": "chipi:chipper_ingot"
}
},
"result": {
"item": "chipi:chipper_leggings",
"count": 1
},
"show_notification": true
}

View File

@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"group": "chipi",
"category": "misc",
"pattern": [
"XXX",
" Y ",
" Y "
],
"key": {
"X": {
"item": "chipi:chipper_ingot"
},
"Y": {
"item": "minecraft:stick"
}
},
"result": {
"item": "chipi:chipper_pickaxe",
"count": 1
},
"show_notification": true
}

View File

@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"group": "chipi",
"category": "misc",
"pattern": [
"X",
"Y",
"Y"
],
"key": {
"X": {
"item": "chipi:chipper_ingot"
},
"Y": {
"item": "minecraft:stick"
}
},
"result": {
"item": "chipi:chipper_shovel",
"count": 1
},
"show_notification": true
}

View File

@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"group": "chipi",
"category": "misc",
"pattern": [
"X",
"X",
"Y"
],
"key": {
"X": {
"item": "chipi:chipper_ingot"
},
"Y": {
"item": "minecraft:stick"
}
},
"result": {
"item": "chipi:chipper_sword",
"count": 1
},
"show_notification": true
}