mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-12-18 07:57:59 +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,
|
"announce_to_chat": true,
|
||||||
"hidden": false
|
"hidden": false
|
||||||
},
|
},
|
||||||
|
"rewards": {
|
||||||
|
"experience": 55
|
||||||
|
},
|
||||||
"criteria": {
|
"criteria": {
|
||||||
"has_the_jar": {
|
"has_the_jar": {
|
||||||
"trigger": "minecraft:inventory_changed",
|
"trigger": "minecraft:inventory_changed",
|
||||||
|
|
|
@ -15,6 +15,9 @@
|
||||||
"announce_to_chat": true,
|
"announce_to_chat": true,
|
||||||
"hidden": false
|
"hidden": false
|
||||||
},
|
},
|
||||||
|
"rewards": {
|
||||||
|
"experience": 90
|
||||||
|
},
|
||||||
"criteria": {
|
"criteria": {
|
||||||
"one": {
|
"one": {
|
||||||
"trigger": "unicopia:custom",
|
"trigger": "unicopia:custom",
|
||||||
|
|
|
@ -15,6 +15,9 @@
|
||||||
"announce_to_chat": true,
|
"announce_to_chat": true,
|
||||||
"hidden": true
|
"hidden": true
|
||||||
},
|
},
|
||||||
|
"rewards": {
|
||||||
|
"experience": 120
|
||||||
|
},
|
||||||
"criteria": {
|
"criteria": {
|
||||||
"red_apple": {
|
"red_apple": {
|
||||||
"trigger": "minecraft:inventory_changed",
|
"trigger": "minecraft:inventory_changed",
|
||||||
|
|
Loading…
Reference in a new issue