Skip to content

Commit

Permalink
Created pack, added recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
ACascarino committed Feb 3, 2021
0 parents commit b498ec4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
21 changes: 21 additions & 0 deletions data/vegcraft/recipes/leather.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:string"
},
{
"item": "minecraft:rotten_flesh"
},
{
"item": "minecraft:rotten_flesh"
},
{
"item": "minecraft:rotten_flesh"
}
],
"result": {
"item": "minecraft:leather",
"count": 1
}
}
6 changes: 6 additions & 0 deletions pack.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 6,
"description": "VegCraft"
}
}

0 comments on commit b498ec4

Please sign in to comment.