mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Add xp rewards for some of the advancements
This commit is contained in:
parent
425a987776
commit
86d9e3a2d8
3 changed files with 9 additions and 0 deletions
|
@ -15,6 +15,9 @@
|
|||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"rewards": {
|
||||
"experience": 55
|
||||
},
|
||||
"criteria": {
|
||||
"has_the_jar": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"rewards": {
|
||||
"experience": 90
|
||||
},
|
||||
"criteria": {
|
||||
"one": {
|
||||
"trigger": "unicopia:custom",
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
"announce_to_chat": true,
|
||||
"hidden": true
|
||||
},
|
||||
"rewards": {
|
||||
"experience": 120
|
||||
},
|
||||
"criteria": {
|
||||
"red_apple": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
|
|
Loading…
Reference in a new issue