Skip to content

Commit

Permalink
Added recipe unlock advancements
Browse files Browse the repository at this point in the history
  • Loading branch information
pluto7073 committed Feb 2, 2023
1 parent d00dd0c commit 65f9135
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"display": {
"icon": {
"item": "minecraft:stone"
},
"title": "",
"description": "",
"show_toast": false,
"announce_to_chat": false,
"hidden": true
},
"criteria": {
"requirement": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:sugar"
]
}
]
}
}
},
"rewards": {
"recipes": [
"plutoscoffee:caramel"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"display": {
"icon": {
"item": "minecraft:stone"
},
"title": "",
"description": "",
"show_toast": false,
"announce_to_chat": false,
"hidden": true
},
"criteria": {
"requirement": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"plutoscoffee:coffee_berry"
]
}
]
}
}
},
"rewards": {
"recipes": [
"plutoscoffee:roasted_coffee_bean",
"plutoscoffee:medium_roast",
"plutoscoffee:dark_roast",
"plutoscoffee:coffee_berry",
"plutoscoffee:coffee_bean"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"display": {
"icon": {
"item": "minecraft:stone"
},
"title": "",
"description": "",
"show_toast": false,
"announce_to_chat": false,
"hidden": true
},
"criteria": {
"requirement": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "plutoscoffee:roasted_coffee_beans"
}
]
}
}
},
"rewards": {
"recipes": [
"plutoscoffee:ground_light_roast",
"plutoscoffee:ground_medium_roast",
"plutoscoffee:ground_dark_roast",
"plutoscoffee:ground_espresso"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"display": {
"icon": {
"item": "minecraft:milk_bucket"
},
"title": "",
"description": "",
"show_toast": false,
"announce_to_chat": false,
"hidden": true
},
"criteria": {
"requirement": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:milk_bucket"
]
}
]
}
}
},
"rewards": {
"recipes": [
"plutoscoffee:milk_bottle",
"plutoscoffee:milk_bucket"
]
}
}

0 comments on commit 65f9135

Please sign in to comment.