[Changes] Generate Advancements in DataGen
This commit is contained in:
parent
9f8af3085e
commit
0f0682bb94
670 changed files with 36362 additions and 40 deletions
37
src/main/generated/data/betterend/advancements/infusion.json
Normal file
37
src/main/generated/data/betterend/advancements/infusion.json
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"parent": "betterend:root",
|
||||
"criteria": {
|
||||
"infusion_pedestal": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"betterend:infusion_pedestal"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.betterend.infusion.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "betterend:infusion_pedestal"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.betterend.infusion.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"infusion_pedestal"
|
||||
]
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue