Skip to content

Commit

Permalink
Tall Dry Grass recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
TheClassic36 committed Feb 5, 2025
1 parent dc60fce commit 6fee627
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
32 changes: 32 additions & 0 deletions data/crafting/advancement/recipes/misc/tall_dry_grass.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"crafting:tall_dry_grass"
]
},
"criteria": {
"has_short_dry_grass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:short_dry_grass"
}
]
}
},
"has_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "crafting:tall_dry_grass"
}
}
},
"requirements": [
[
"has_short_dry_grass",
"has_recipe"
]
]
}
14 changes: 14 additions & 0 deletions data/crafting/recipe/tall_dry_grass.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"G",
"G"
],
"key": {
"G": "minecraft:short_dry_grass"
},
"result": {
"id": "minecraft:tall_dry_grass",
"count": 1
}
}

0 comments on commit 6fee627

Please sign in to comment.