Skip to content

Commit

Permalink
tapped recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
MBatt1 committed Mar 23, 2024
1 parent 7060473 commit b751eed
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions src/main/resources/data/paradise_lost/recipes/tree_tap/honey.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"type": "paradise_lost:tree_tap",
"ingredient": {
"item": "minecraft:glass_bottle"
},
"tapped_block": "minecraft:bee_nest",
"result": {
"item": "minecraft:honey_bottle",
},
"chance": 4
}
11 changes: 11 additions & 0 deletions src/main/resources/data/paradise_lost/recipes/tree_tap/stew.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"type": "paradise_lost:tree_tap",
"ingredient": {
"item": "minecraft:bowl"
},
"tapped_block": "minecraft:mushroom_stem",
"result": {
"item": "minecraft:mushroom_stew",
},
"chance": 3
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ingredient": {
"item": "minecraft:glass_bottle"
},
"tapped_block": "paradise_lost:aurel_log",
"tapped_block": "paradise_lost:wisteria_log",
"result": {
"item": "minecraft:potion",
"nbt": "{Potion: \"minecraft:water\"}"
Expand Down

0 comments on commit b751eed

Please sign in to comment.