Skip to content

Commit

Permalink
bucket recipe fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MBatt1 committed Nov 7, 2024
1 parent 7fef22b commit 636a0d5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"key": {
"#": {
"tag": "paradise_lost:planks"
"tag": "paradise_lost:paradise_planks"
}
},
"result": {
Expand Down
15 changes: 15 additions & 0 deletions src/main/resources/data/paradise_lost/recipe/olvite_bucket.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"# #",
" # "
],
"key": {
"#": {
"item": "paradise_lost:olvite"
}
},
"result": {
"id": "minecraft:bucket"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"replace": false,
"values": [
"paradise_lost:aurel_planks",
"paradise_lost:mother_aurel_planks",
"paradise_lost:orange_planks",
"paradise_lost:wisteria_planks"
]
}

0 comments on commit 636a0d5

Please sign in to comment.