Skip to content

Commit

Permalink
Add log to ladder recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Nincodedo committed Jul 8, 2023
1 parent 1daf069 commit 494a8bb
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions datapacks/ocw-stuff/data/minecraft/recipes/ladder.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"group": "ladder",
"pattern": [
"# #",
"###",
"# #"
],
"key": {
"#": {
"item": "minecraft:stick"
}
},
"result": {
"item": "minecraft:ladder",
"count": 3
}
}
18 changes: 18 additions & 0 deletions datapacks/ocw-stuff/data/nincodedo/recipes/logs_to_ladder.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"group": "ladder",
"pattern": [
"# #",
"###",
"# #"
],
"key": {
"#": {
"tag": "minecraft:logs"
}
},
"result": {
"item": "minecraft:ladder",
"count": 24
}
}

0 comments on commit 494a8bb

Please sign in to comment.