Add a XP reward to the alternative ending advancement
This commit is contained in:
parent
f535cc2e95
commit
d635a29824
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -18,5 +18,8 @@
|
|||
},
|
||||
"show_toast": true
|
||||
},
|
||||
"requirements": [["reached_limit"]]
|
||||
"requirements": [["reached_limit"]],
|
||||
"rewards": {
|
||||
"experience": 2500
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue