[Changes] Generate Advancements in DataGen
This commit is contained in:
parent
9f8af3085e
commit
0f0682bb94
670 changed files with 36362 additions and 40 deletions
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"parent": "betterend:root",
|
||||
"criteria": {
|
||||
"armored": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"betterend:elytra_armored"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"crystalite": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"betterend:elytra_crystalite"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"vanilla": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:elytra"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.betterend.all_elytras.description"
|
||||
},
|
||||
"frame": "goal",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "betterend:elytra_crystalite",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.betterend.all_elytras.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"vanilla"
|
||||
],
|
||||
[
|
||||
"crystalite"
|
||||
],
|
||||
[
|
||||
"armored"
|
||||
]
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue