Add crafting recipes for Chipper tools and armor: axe, boots, chestplate, helmet, hoe, leggings, pickaxe, shovel, and sword
This commit is contained in:
parent
613965f989
commit
0d8a24c7dc
23
src/main/resources/data/chipi/recipes/chipper_axe.json
Normal file
23
src/main/resources/data/chipi/recipes/chipper_axe.json
Normal 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
|
||||
}
|
||||
20
src/main/resources/data/chipi/recipes/chipper_boots.json
Normal file
20
src/main/resources/data/chipi/recipes/chipper_boots.json
Normal 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
|
||||
}
|
||||
@ -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
|
||||
}
|
||||
20
src/main/resources/data/chipi/recipes/chipper_helmet.json
Normal file
20
src/main/resources/data/chipi/recipes/chipper_helmet.json
Normal 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
|
||||
}
|
||||
23
src/main/resources/data/chipi/recipes/chipper_hoe.json
Normal file
23
src/main/resources/data/chipi/recipes/chipper_hoe.json
Normal 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
|
||||
}
|
||||
20
src/main/resources/data/chipi/recipes/chipper_leggings.json
Normal file
20
src/main/resources/data/chipi/recipes/chipper_leggings.json
Normal 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
|
||||
}
|
||||
23
src/main/resources/data/chipi/recipes/chipper_pickaxe.json
Normal file
23
src/main/resources/data/chipi/recipes/chipper_pickaxe.json
Normal 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
|
||||
}
|
||||
23
src/main/resources/data/chipi/recipes/chipper_shovel.json
Normal file
23
src/main/resources/data/chipi/recipes/chipper_shovel.json
Normal 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
|
||||
}
|
||||
23
src/main/resources/data/chipi/recipes/chipper_sword.json
Normal file
23
src/main/resources/data/chipi/recipes/chipper_sword.json
Normal 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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user