Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
DEMnetwork authored May 22, 2023
1 parent 17473db commit cdccf15
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Recycling/data/crafting/recipes/leather_boots.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:leather_boots"
}
],
"result": {
"item": "minecraft:leather",
"count": 4
},
"group": "leather"
}
13 changes: 13 additions & 0 deletions Recycling/data/crafting/recipes/leather_chestplate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:leather_chestplate"
}
],
"result": {
"item": "minecraft:leather",
"count": 8
},
"group": "leather"
}
13 changes: 13 additions & 0 deletions Recycling/data/crafting/recipes/leather_helmet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:leather_helmet"
}
],
"result": {
"item": "minecraft:leather",
"count": 5
},
"group": "leather"
}
13 changes: 13 additions & 0 deletions Recycling/data/crafting/recipes/leather_leggings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:leather_leggings"
}
],
"result": {
"item": "minecraft:leather",
"count": 7
},
"group": "leather"
}
12 changes: 12 additions & 0 deletions Recycling/data/crafting/recipes/spruce_boat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:spruce_boat"
}
],
"result": {
"item": "minecraft:spruce_planks",
"count": 5
}
}

0 comments on commit cdccf15

Please sign in to comment.