Skip to content

Commit

Permalink
Added advancement for Growmeal
Browse files Browse the repository at this point in the history
  • Loading branch information
Scillman committed Jul 11, 2024
1 parent 69c4843 commit eb61055
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.21+build.9
loader_version=0.15.11

# Mod Properties
mod_version=1.2.0
mod_version=1.2.1
maven_group=com.builtbroken.sbmgrowmeal
archives_base_name=growmeal-fabric

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bonemeal": {
"conditions": {
"items": [
{
"items": "minecraft:bone_meal"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:bone_meal"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_bonemeal"
]
],
"rewards": {
"recipes": [
"sbmgrowmeal:growmeal"
]
}
}

0 comments on commit eb61055

Please sign in to comment.