Skip to content

Commit

Permalink
Carmot Stone advancement
Browse files Browse the repository at this point in the history
Signed-off-by: Noaaan <[email protected]>
  • Loading branch information
Noaaan committed Jun 9, 2023
1 parent 761d7c2 commit 4f1b365
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/assets/mythicmetals/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,8 @@
"advancement.mythicmetals.banglum_chunk.title": "Chunks From Exploding Winds",
"advancement.mythicmetals.bronze.description": "Forge Bronze, a classic alloy from Copper and Tin",
"advancement.mythicmetals.bronze.title": "Bronze Age Collapse",
"advancement.mythicmetals.carmot_stone.description": "Find a Carmot Stone rarely when mining Carmot Ores",
"advancement.mythicmetals.carmot_stone.title": "The Exchange Project",
"advancement.mythicmetals.carmot_template.description": "Craft a Carmot Smithing Template from Smooth Basalt, Carmot Ingots and Diamonds",
"advancement.mythicmetals.carmot_template.title": "Fortune or Looting?",
"advancement.mythicmetals.carmot.description": "Find Carmot around the top of the Deepslate layer",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "mythicmetals:carmot",
"display": {
"title": {
"translate": "advancement.mythicmetals.carmot_stone.title"
},
"description": {
"translate": "advancement.mythicmetals.carmot_stone.description"
},
"icon": {
"item": "mythicmetals:carmot_stone"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"super_bang": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"mythicmetals:carmot_stone"
]
}
]
}
}
}
}

0 comments on commit 4f1b365

Please sign in to comment.