Skip to content

Commit

Permalink
Add a XP reward to the alternative ending advancement
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoticByte committed Nov 2, 2024
1 parent f535cc2 commit d635a29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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.3+build.2
loader_version=0.16.9

# Mod Properties
mod_version=0.2.0
mod_version=0.3.0
maven_group=net.chaoticbyte.truncated
archives_base_name=truncated

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
},
"show_toast": true
},
"requirements": [["reached_limit"]]
"requirements": [["reached_limit"]],
"rewards": {
"experience": 2500
}
}

0 comments on commit d635a29

Please sign in to comment.