Skip to content

Commit

Permalink
1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
agmass committed Sep 20, 2024
1 parent bf80908 commit 1355b7c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.16.5
# Mod Properties
mod_version=1.0.7
mod_version=1.0.9
maven_group=org.agmas
archives_base_name=Scythes
# Dependencies
Expand Down
35 changes: 35 additions & 0 deletions src/main/resources/data/scythes/advancement/cloudscythe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"display": {
"icon": {
"id": "minecraft:iron_hoe "
},
"title": {
"text": "To the skies!"
},
"description": {
"text": "Obtain a cloud scythe."
}
},
"parent": "minecraft:adventure/root",
"criteria": {
"diamond": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"player": {},
"items": [
{
"items": [
"scythes:cloud_scythe"
]
}
]
}
}
},
"requirements": [
[
"diamond"
]
],
"sends_telemetry_event": true
}

0 comments on commit 1355b7c

Please sign in to comment.