add first patch
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"parent": "bakery:main/place_stove",
|
||||
"criteria": {
|
||||
"pudding_slice": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"bakery:pudding_slice"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancement.bakery.eat_pudding_slice.desc"
|
||||
},
|
||||
"frame": "goal",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "bakery:pudding_slice"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancement.bakery.eat_pudding_slice"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"pudding_slice"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"experience": 25
|
||||
},
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
{
|
||||
"parent": "bakery:main/place_stove",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "bakery:jar"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancement.bakery.get_all_jams"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancement.bakery.get_all_jams.desc"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"rewards": {
|
||||
"experience": 50
|
||||
},
|
||||
"criteria": {
|
||||
"bakery:strawberry_jam": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:strawberry_jam"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:chocolate_jam": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:chocolate_jam"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:apple_jam": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:apple_jam"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:glowberry_jam": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:glowberry_jam"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:sweetberry_jam": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:sweetberry_jam"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"bakery:strawberry_jam"
|
||||
],
|
||||
[
|
||||
"bakery:chocolate_jam"
|
||||
],
|
||||
[
|
||||
"bakery:apple_jam"
|
||||
],
|
||||
[
|
||||
"bakery:glowberry_jam"
|
||||
],
|
||||
[
|
||||
"bakery:sweetberry_jam"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,496 @@
|
||||
{
|
||||
"parent": "bakery:main/get_yeast",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "bakery:bundt_cake"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancement.bakery.get_everything"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancement.bakery.get_everything.desc"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"rewards": {
|
||||
"experience": 800,
|
||||
"loot": [
|
||||
"bakery:advancements/completionist"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"bakery:crusty_bread": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:crusty_bread"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:bread": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:bread"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:braided_bread": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:braided_bread"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:bun": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:bun"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:baguette": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:baguette"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:glowberry_tart": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:glowberry_tart"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:chocolate_tart": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:chocolate_tart"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:croissant": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:croissant"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:apple_pie": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:apple_pie"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:waffle": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:waffle"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:bundt_cake": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:bundt_cake"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:linzer_tart": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:linzer_tart"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:vegetable_sandwich": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:vegetable_sandwich"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:sandwich": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:sandwich"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:strawberry_jam": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:strawberry_jam"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:chocolate_jam": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:chocolate_jam"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:apple_jam": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:apple_jam"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:glowberry_jam": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:glowberry_jam"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:sweetberry_jam": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:sweetberry_jam"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:chocolate_cake": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:chocolate_cake"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:sweetberry_cake": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:sweetberry_cake"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:strawberry_cake": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:strawberry_cake"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:strawberry_glazed_cookie": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:strawberry_glazed_cookie"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:chocolate_glazed_cookie": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:chocolate_glazed_cookie"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:sweetberry_glazed_cookie": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:sweetberry_glazed_cookie"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:apple_cupcake": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:apple_cupcake"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:sweetberry_cupcake": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:sweetberry_cupcake"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:strawberry_cupcake": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:strawberry_cupcake"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:misslilitu_biscuit": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:misslilitu_biscuit"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:jam_roll": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:jam_roll"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"bakery:cornet": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:cornet"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"bakery:crusty_bread"
|
||||
],
|
||||
[
|
||||
"bakery:bread"
|
||||
],
|
||||
[
|
||||
"bakery:braided_bread"
|
||||
],
|
||||
[
|
||||
"bakery:bun"
|
||||
],
|
||||
[
|
||||
"bakery:baguette"
|
||||
],
|
||||
[
|
||||
"bakery:glowberry_tart"
|
||||
],
|
||||
[
|
||||
"bakery:chocolate_tart"
|
||||
],
|
||||
[
|
||||
"bakery:croissant"
|
||||
],
|
||||
[
|
||||
"bakery:apple_pie"
|
||||
],
|
||||
[
|
||||
"bakery:waffle"
|
||||
],
|
||||
[
|
||||
"bakery:bundt_cake"
|
||||
],
|
||||
[
|
||||
"bakery:linzer_tart"
|
||||
],
|
||||
[
|
||||
"bakery:vegetable_sandwich"
|
||||
],
|
||||
[
|
||||
"bakery:sandwich"
|
||||
],
|
||||
[
|
||||
"bakery:strawberry_jam"
|
||||
],
|
||||
[
|
||||
"bakery:chocolate_jam"
|
||||
],
|
||||
[
|
||||
"bakery:apple_jam"
|
||||
],
|
||||
[
|
||||
"bakery:glowberry_jam"
|
||||
],
|
||||
[
|
||||
"bakery:sweetberry_jam"
|
||||
],
|
||||
[
|
||||
"bakery:chocolate_cake"
|
||||
],
|
||||
[
|
||||
"bakery:sweetberry_cake"
|
||||
],
|
||||
[
|
||||
"bakery:strawberry_cake"
|
||||
],
|
||||
[
|
||||
"bakery:chocolate_cake"
|
||||
],
|
||||
[
|
||||
"bakery:strawberry_glazed_cookie"
|
||||
],
|
||||
[
|
||||
"bakery:chocolate_glazed_cookie"
|
||||
],
|
||||
[
|
||||
"bakery:sweetberry_glazed_cookie"
|
||||
],
|
||||
[
|
||||
"bakery:apple_cupcake"
|
||||
],
|
||||
[
|
||||
"bakery:sweetberry_cupcake"
|
||||
],
|
||||
[
|
||||
"bakery:strawberry_cupcake"
|
||||
],
|
||||
[
|
||||
"bakery:misslilitu_biscuit"
|
||||
],
|
||||
[
|
||||
"bakery:jam_roll"
|
||||
],
|
||||
[
|
||||
"bakery:cornet"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:baking_station"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_brick": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:brick"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:baking_station"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_brick",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:bread_basket"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_tray": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:tray"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:bread_basket"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_tray",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:bread_box"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_stick": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:stick"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:bread_box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_stick",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:bread_crate"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_tray": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"bakery:tray"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:bread_crate"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_tray",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:bread_knife"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_iron_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_ingot"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:bread_knife"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_iron_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:brick_counter"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_oak_planks": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:oak_planks"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:brick_counter"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_oak_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"farm_and_charm:yeast"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_water_bucket": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:water_bucket"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "farm_and_charm:yeast"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_water_bucket",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:cabinet"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_oak_planks": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:oak_planks"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:cabinet"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_oak_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:cake_display"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_glass_pane": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:glass_pane"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:cake_display"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_glass_pane",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:cake_dough"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_sugar": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:sugar"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:cake_dough"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_sugar",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:cake_stand"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_brick": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:brick"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:cake_stand"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_brick",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:chocolate_box"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_oak_planks": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:oak_planks"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:chocolate_box"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_oak_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:cobblestone_stove"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_iron_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_ingot"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:cobblestone_stove"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_iron_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:cupcake_display"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_stick": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:stick"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:cupcake_display"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_stick",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:deepslate_stove"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_iron_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_ingot"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:deepslate_stove"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_iron_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:dough"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_sugar": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:sugar"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:dough"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_sugar",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:drawer"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_oak_planks": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:oak_planks"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:drawer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_oak_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:end_bricks_stove"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_iron_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_ingot"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:end_bricks_stove"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_iron_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:faucet"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_iron_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_ingot"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:faucet"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_iron_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:granite_stove"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_iron_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_ingot"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:granite_stove"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_iron_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:iron_chair"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_iron_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_ingot"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:iron_chair"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_iron_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:iron_table"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_iron_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_ingot"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:iron_table"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_iron_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:jar"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_glass_pane": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:glass_pane"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:jar"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_glass_pane",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:kitchen_sink"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_iron_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_ingot"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:kitchen_sink"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_iron_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:mud_bricks_stove"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_iron_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_ingot"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:mud_bricks_stove"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_iron_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:quartz_stove"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_iron_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_ingot"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:quartz_stove"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_iron_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:red_nether_bricks_stove"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_iron_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_ingot"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:red_nether_bricks_stove"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_iron_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:rolling_pin"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_oak_planks": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:oak_planks"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:rolling_pin"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_oak_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:sandstone_stove"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_iron_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_ingot"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:sandstone_stove"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_iron_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:sandwich"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_bread": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:bread"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:sandwich"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_bread",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:small_cooking_pot"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_iron_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_ingot"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:small_cooking_pot"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_iron_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:stone_bricks_stove"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_iron_ingot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_ingot"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:stone_bricks_stove"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_iron_ingot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:strawberry_chocolate"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_strawberry": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"farm_and_charm:strawberry"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:strawberry_chocolate"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_strawberry",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:street_sign"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_oak_planks": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:oak_planks"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:street_sign"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_oak_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:sweet_dough"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_sugar": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:sugar"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:sweet_dough"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_sugar",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:tray"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_oak_planks": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:oak_planks"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:tray"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_oak_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:vegetable_sandwich"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_carrot": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:carrot"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:vegetable_sandwich"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_carrot",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bakery:wall_cabinet"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_oak_planks": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:oak_planks"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "bakery:wall_cabinet"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_oak_planks",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "create:mixing",
|
||||
"results": [
|
||||
{
|
||||
"item": "bakery:cake_dough",
|
||||
"count": 12
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "bakery:wheat"
|
||||
},
|
||||
{
|
||||
"tag": "forge:sugar"
|
||||
},
|
||||
{
|
||||
"tag": "forge:eggs"
|
||||
},
|
||||
{
|
||||
"amount": 250,
|
||||
"fluid": "society:milk"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "create:mixing",
|
||||
"results": [
|
||||
{
|
||||
"item": "farm_and_charm:dough",
|
||||
"count": 5
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "farm_and_charm:flour"
|
||||
},
|
||||
{
|
||||
"item": "farm_and_charm:yeast"
|
||||
},
|
||||
{
|
||||
"amount": 250,
|
||||
"fluid": "minecraft:water"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "create:mixing",
|
||||
"results": [
|
||||
{
|
||||
"item": "bakery:dough"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "bakery:wheat"
|
||||
},
|
||||
{
|
||||
"item": "bakery:yeast"
|
||||
},
|
||||
{
|
||||
"amount": 250,
|
||||
"fluidTag": "forge:water"
|
||||
},
|
||||
{
|
||||
"tag": "forge:sugar"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "create:mixing",
|
||||
"results": [
|
||||
{
|
||||
"item": "bakery:sweet_dough",
|
||||
"count": 12
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "bakery:wheat"
|
||||
},
|
||||
{
|
||||
"tag": "forge:sugar"
|
||||
},
|
||||
{
|
||||
"tag": "forge:eggs"
|
||||
},
|
||||
{
|
||||
"amount": 250,
|
||||
"fluid": "minecraft:water"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "chocolate_jar",
|
||||
"pattern": [
|
||||
"GG",
|
||||
"GG"
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "minecraft:glass_bottle"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "bakery:jar",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"type": "meadow:cooking",
|
||||
"result": {
|
||||
"item": "bakery:chocolate_jam"
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "society:large_milk"
|
||||
},
|
||||
{
|
||||
"tag": "bakery:chocolate"
|
||||
},
|
||||
{
|
||||
"tag": "forge:sugar"
|
||||
}
|
||||
],
|
||||
"container": {
|
||||
"item": "bakery:jar"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "bakery"
|
||||
},
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "meadow"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "meadow:cooking",
|
||||
"result": {
|
||||
"item": "bakery:chocolate_truffle",
|
||||
"count": 4
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:wheat"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cocoa_beans"
|
||||
},
|
||||
{
|
||||
"tag": "society:small_milk"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "bakery"
|
||||
},
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "meadow"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "meadow:cooking",
|
||||
"result": {
|
||||
"item": "atmospheric:orange_pudding",
|
||||
"count": 1
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:eggs"
|
||||
},
|
||||
{
|
||||
"item": "atmospheric:orange"
|
||||
},
|
||||
{
|
||||
"tag": "society:large_milk"
|
||||
}
|
||||
],
|
||||
"container": {
|
||||
"item": "minecraft:bowl"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "meadow:cooking",
|
||||
"result": {
|
||||
"item": "bakery:pudding",
|
||||
"count": 1
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:eggs"
|
||||
},
|
||||
{
|
||||
"tag": "bakery:jam"
|
||||
},
|
||||
{
|
||||
"tag": "society:large_milk"
|
||||
}
|
||||
],
|
||||
"container": {
|
||||
"item": "minecraft:bowl"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "bakery"
|
||||
},
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "meadow"
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": []
|
||||
}
|
||||
Reference in New Issue
Block a user