Port advancements
This commit is contained in:
parent
609694372f
commit
dd08055e08
|
|
@ -3,10 +3,14 @@
|
|||
"block.mc_rebalance.emerald_plush":"Emerald Plush",
|
||||
"item.mc_rebalance.acoustic_plush":"Acoustic Plush",
|
||||
"item.mc_rebalance.emerald_plush":"Emerald Plush",
|
||||
"advancements.end.thanks_sarge.title":"Proof of Thanks",
|
||||
"advancements.end.thanks_sarge.description":"Earn a developer item for your hard work",
|
||||
"advancements.nether.thanks_emerald.title":"Thank You and Farewell",
|
||||
"advancements.nether.thanks_emerald.description":"Kill the Wither and earn a developer item",
|
||||
"advancement.mc_rebalance.thanks_sarge.title":"Proof of Thanks",
|
||||
"advancement.mc_rebalance.thanks_sarge.description":"Earn a developer item for your hard work",
|
||||
"advancement.mc_rebalance.thanks_emerald.title":"Thank You and Farewell",
|
||||
"advancement.mc_rebalance.thanks_emerald.description":"Kill the Wither and earn a developer item",
|
||||
"advancement.mc_rebalance.mine_gold.description": "Delve deeper and find gold. Or wait - is this gold?",
|
||||
"advancement.mc_rebalance.mine_gold.title": "We're Rich!",
|
||||
"advancement.mc_rebalance.wooden_paxel.description": "Craft a Wooden Paxel",
|
||||
"advancement.mc_rebalance.wooden_paxel.title": "A New Beginning",
|
||||
"item.mc_rebalance.wooden_paxel": "Wooden Paxel",
|
||||
"item.mc_rebalance.stone_paxel": "Stone Paxel",
|
||||
"item.mc_rebalance.copper_paxel": "Copper Paxel",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"parent": "minecraft:story/smelt_iron",
|
||||
"criteria": {
|
||||
"gold_ingot": {
|
||||
"conditions": {"items": [{"items": "minecraft:raw_gold"}]},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"description": {"translate": "advancement.mc_rebalance.mine_gold.description"},
|
||||
"icon": {"id": "minecraft:raw_gold"},
|
||||
"title": {"translate": "advancement.mc_rebalance.mine_gold.title"}
|
||||
},
|
||||
"requirements": [["gold_ingot"]]
|
||||
}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"parent": "minecraft:story/root",
|
||||
"criteria": {
|
||||
"wooden_paxel": {
|
||||
"conditions": {"items": [{"items": "mc_rebalance:wooden_paxel"}]},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"description": {"translate": "advancement.mc_rebalance.wooden_paxel.description"},
|
||||
"icon": {"id": "mc_rebalance:wooden_paxel"},
|
||||
"title": {"translate": "advancement.mc_rebalance.wooden_paxel.title"}
|
||||
},
|
||||
"requirements": [["wooden_paxel"]]
|
||||
}
|
||||
|
|
@ -16,12 +16,12 @@
|
|||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {"translate": "advancements.nether.thanks_emerald.description"},
|
||||
"description": {"translate": "advancement.mc_rebalance.thanks_emerald.description"},
|
||||
"frame": "task",
|
||||
"hidden": true,
|
||||
"icon": {"id": "mc_rebalance:emerald_plush"},
|
||||
"show_toast": true,
|
||||
"title": {"translate": "advancements.nether.thanks_emerald.title"}
|
||||
"title": {"translate": "advancement.mc_rebalance.thanks_emerald.title"}
|
||||
},
|
||||
"requirements": [["killed_wither"]],
|
||||
"rewards":{"loot":["mc_rebalance:blocks/emerald_plush"]}
|
||||
|
|
|
|||
|
|
@ -16,12 +16,12 @@
|
|||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {"translate": "advancements.end.thanks_sarge.description"},
|
||||
"description": {"translate": "advancement.mc_rebalance.thanks_sarge.description"},
|
||||
"frame": "task",
|
||||
"hidden": true,
|
||||
"icon": {"id": "mc_rebalance:acoustic_plush"},
|
||||
"show_toast": true,
|
||||
"title": {"translate": "advancements.end.thanks_sarge.title"}
|
||||
"title": {"translate": "advancement.mc_rebalance.thanks_sarge.title"}
|
||||
},
|
||||
"requirements": [["killed_dragon"]],
|
||||
"rewards":{"loot":["mc_rebalance:blocks/acoustic_plush"]}
|
||||
|
|
|
|||
Loading…
Reference in a new issue