Skip to content

Commit

Permalink
Update advancements
Browse files Browse the repository at this point in the history
  • Loading branch information
Chikorita-Lover committed Jan 2, 2024
1 parent 874b648 commit 2ce0455
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/main/resources/assets/caffeinated/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"advancements.husbandry.brew_coffee.title": "Wake Up and Smell the Coffee",
"advancements.husbandry.brew_coffee.description": "Add Ground Coffee to Water in a Campfire with Cauldron to brew Coffee",
"advancements.husbandry.eat_tiramisu.title": "I Tira-Miss-U",
"advancements.husbandry.eat_tiramisu.description": "Bake and take a bite of a Tiramisu",
"advancements.husbandry.brew_all_coffee.description": "Brew every type of Coffee Bottle",
"advancements.husbandry.brew_all_coffee.title": "Caffeinated",
"advancements.husbandry.brew_coffee.description": "Add Ground Coffee to Water in a Campfire with Cauldron to brew Black Coffee",
"advancements.husbandry.brew_coffee.title": "Stop and Smell the Coffee",
"advancements.husbandry.eat_tiramisu.description": "Prepare a dish of Tiramisu",
"advancements.husbandry.eat_tiramisu.title": "Pick Me Up Buttercup",

"block.caffeinated.cauldron_campfire": "Campfire with Cauldron",
"block.caffeinated.coffee_bean_block": "Coffee Bean Block",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"parent": "caffeinated:husbandry/brew_coffee",
"criteria": {
"coffee_bottle": {
"trigger": "caffeinated:brew_coffee",
"conditions": {
"item": {
"items": [
"caffeinated:coffee_bottle"
]
}
}
},
"latte_coffee_bottle": {
"trigger": "caffeinated:brew_coffee",
"conditions": {
"item": {
"items": [
"caffeinated:latte_coffee_bottle"
]
}
}
}
},
"display": {
"icon": {
"item": "caffeinated:latte_coffee_bottle"
},
"title": {
"translate": "advancements.husbandry.brew_all_coffee.title"
},
"description": {
"translate": "advancements.husbandry.brew_all_coffee.description"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"requirements": [
[
"coffee_bottle"
],
[
"latte_coffee_bottle"
]
],
"rewards": {
"experience": 100
},
"sends_telemetry_event": true
}

0 comments on commit 2ce0455

Please sign in to comment.