blob: f198e1efc7b3f65cbd9722001ae86164c18784c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
{
"parent": "minecraft:ygasi/nature2",
"criteria": {
"gotten_previous": {
"conditions": {
"advancement_identifier": "minecraft:ygasi/nature2"
},
"trigger": "revelationary:advancement_gotten"
},
"unlocked_nature3": {
"trigger": "minecraft:impossible"
}
},
"display": {
"announce_to_chat": false,
"description": {
"translate": "advancements.ygasi.druidry.nature3.description"
},
"frame": "task",
"hidden": true,
"icon": {
"item": "minecraft:grass_block"
},
"show_toast": false,
"title": {
"translate": "advancements.ygasi.druidry.nature3.title"
}
},
"requirements": [
[
"unlocked_nature3"
],
[
"gotten_previous"
]
],
"rewards": {
"experience": 1
}
}
|