Recipes Data

This commit is contained in:
Frank 2023-04-29 15:46:05 +02:00
parent 5fe6ac1a22
commit f18080a845
1450 changed files with 38936 additions and 0 deletions

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dragon_tree_log": {
"conditions": {
"items": [
{
"items": [
"betterend:dragon_tree_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:dragon_tree_bark"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_dragon_tree_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:dragon_tree_bark"
]
}
}

View file

@ -0,0 +1,47 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_book": {
"conditions": {
"items": [
{
"items": [
"minecraft:book"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_dragon_tree_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:dragon_tree_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:dragon_tree_bookshelf"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_book",
"has_dragon_tree_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:dragon_tree_bookshelf"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dragon_tree_bark": {
"conditions": {
"items": [
{
"items": [
"betterend:dragon_tree_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:dragon_tree_log"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_dragon_tree_bark",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:dragon_tree_log"
]
}
}

View file

@ -0,0 +1,49 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dragon_tree_log_dragon_tree_bark_drago": {
"conditions": {
"items": [
{
"items": [
"betterend:dragon_tree_log"
]
},
{
"items": [
"betterend:dragon_tree_bark"
]
},
{
"items": [
"betterend:dragon_tree_stripped_log"
]
},
{
"items": [
"betterend:dragon_tree_stripped_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:dragon_tree_planks"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_dragon_tree_log_dragon_tree_bark_drago",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:dragon_tree_planks"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dragon_tree_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:dragon_tree_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:dragon_tree_slab"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_dragon_tree_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:dragon_tree_slab"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dragon_tree_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:dragon_tree_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:dragon_tree_stairs"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_dragon_tree_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:dragon_tree_stairs"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dragon_tree_stripped_log": {
"conditions": {
"items": [
{
"items": [
"betterend:dragon_tree_stripped_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:dragon_tree_stripped_bark"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_dragon_tree_stripped_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:dragon_tree_stripped_bark"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dragon_tree_stripped_bark": {
"conditions": {
"items": [
{
"items": [
"betterend:dragon_tree_stripped_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:dragon_tree_stripped_log"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_dragon_tree_stripped_bark",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:dragon_tree_stripped_log"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_end_lotus_log": {
"conditions": {
"items": [
{
"items": [
"betterend:end_lotus_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:end_lotus_bark"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_end_lotus_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:end_lotus_bark"
]
}
}

View file

@ -0,0 +1,47 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_book": {
"conditions": {
"items": [
{
"items": [
"minecraft:book"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_end_lotus_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:end_lotus_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:end_lotus_bookshelf"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_book",
"has_end_lotus_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:end_lotus_bookshelf"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_end_lotus_bark": {
"conditions": {
"items": [
{
"items": [
"betterend:end_lotus_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:end_lotus_log"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_end_lotus_bark",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:end_lotus_log"
]
}
}

View file

@ -0,0 +1,49 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_end_lotus_log_end_lotus_bark_end_lotus": {
"conditions": {
"items": [
{
"items": [
"betterend:end_lotus_log"
]
},
{
"items": [
"betterend:end_lotus_bark"
]
},
{
"items": [
"betterend:end_lotus_stripped_log"
]
},
{
"items": [
"betterend:end_lotus_stripped_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:end_lotus_planks"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_end_lotus_log_end_lotus_bark_end_lotus",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:end_lotus_planks"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_end_lotus_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:end_lotus_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:end_lotus_slab"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_end_lotus_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:end_lotus_slab"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_end_lotus_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:end_lotus_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:end_lotus_stairs"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_end_lotus_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:end_lotus_stairs"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_end_lotus_stripped_log": {
"conditions": {
"items": [
{
"items": [
"betterend:end_lotus_stripped_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:end_lotus_stripped_bark"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_end_lotus_stripped_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:end_lotus_stripped_bark"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_end_lotus_stripped_bark": {
"conditions": {
"items": [
{
"items": [
"betterend:end_lotus_stripped_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:end_lotus_stripped_log"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_end_lotus_stripped_bark",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:end_lotus_stripped_log"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_helix_tree_log": {
"conditions": {
"items": [
{
"items": [
"betterend:helix_tree_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:helix_tree_bark"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_helix_tree_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:helix_tree_bark"
]
}
}

View file

@ -0,0 +1,47 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_book": {
"conditions": {
"items": [
{
"items": [
"minecraft:book"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_helix_tree_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:helix_tree_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:helix_tree_bookshelf"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_book",
"has_helix_tree_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:helix_tree_bookshelf"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_helix_tree_bark": {
"conditions": {
"items": [
{
"items": [
"betterend:helix_tree_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:helix_tree_log"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_helix_tree_bark",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:helix_tree_log"
]
}
}

View file

@ -0,0 +1,49 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_helix_tree_log_helix_tree_bark_helix_t": {
"conditions": {
"items": [
{
"items": [
"betterend:helix_tree_log"
]
},
{
"items": [
"betterend:helix_tree_bark"
]
},
{
"items": [
"betterend:helix_tree_stripped_log"
]
},
{
"items": [
"betterend:helix_tree_stripped_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:helix_tree_planks"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_helix_tree_log_helix_tree_bark_helix_t",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:helix_tree_planks"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_helix_tree_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:helix_tree_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:helix_tree_slab"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_helix_tree_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:helix_tree_slab"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_helix_tree_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:helix_tree_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:helix_tree_stairs"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_helix_tree_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:helix_tree_stairs"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_helix_tree_stripped_log": {
"conditions": {
"items": [
{
"items": [
"betterend:helix_tree_stripped_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:helix_tree_stripped_bark"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_helix_tree_stripped_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:helix_tree_stripped_bark"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_helix_tree_stripped_bark": {
"conditions": {
"items": [
{
"items": [
"betterend:helix_tree_stripped_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:helix_tree_stripped_log"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_helix_tree_stripped_bark",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:helix_tree_stripped_log"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_jellyshroom_log": {
"conditions": {
"items": [
{
"items": [
"betterend:jellyshroom_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:jellyshroom_bark"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_jellyshroom_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:jellyshroom_bark"
]
}
}

View file

@ -0,0 +1,47 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_book": {
"conditions": {
"items": [
{
"items": [
"minecraft:book"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_jellyshroom_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:jellyshroom_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:jellyshroom_bookshelf"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_book",
"has_jellyshroom_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:jellyshroom_bookshelf"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_jellyshroom_bark": {
"conditions": {
"items": [
{
"items": [
"betterend:jellyshroom_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:jellyshroom_log"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_jellyshroom_bark",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:jellyshroom_log"
]
}
}

View file

@ -0,0 +1,49 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_jellyshroom_log_jellyshroom_bark_jelly": {
"conditions": {
"items": [
{
"items": [
"betterend:jellyshroom_log"
]
},
{
"items": [
"betterend:jellyshroom_bark"
]
},
{
"items": [
"betterend:jellyshroom_stripped_log"
]
},
{
"items": [
"betterend:jellyshroom_stripped_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:jellyshroom_planks"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_jellyshroom_log_jellyshroom_bark_jelly",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:jellyshroom_planks"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_jellyshroom_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:jellyshroom_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:jellyshroom_slab"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_jellyshroom_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:jellyshroom_slab"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_jellyshroom_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:jellyshroom_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:jellyshroom_stairs"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_jellyshroom_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:jellyshroom_stairs"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_jellyshroom_stripped_log": {
"conditions": {
"items": [
{
"items": [
"betterend:jellyshroom_stripped_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:jellyshroom_stripped_bark"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_jellyshroom_stripped_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:jellyshroom_stripped_bark"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_jellyshroom_stripped_bark": {
"conditions": {
"items": [
{
"items": [
"betterend:jellyshroom_stripped_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:jellyshroom_stripped_log"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_jellyshroom_stripped_bark",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:jellyshroom_stripped_log"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_lacugrove_log": {
"conditions": {
"items": [
{
"items": [
"betterend:lacugrove_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:lacugrove_bark"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_lacugrove_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:lacugrove_bark"
]
}
}

View file

@ -0,0 +1,47 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_book": {
"conditions": {
"items": [
{
"items": [
"minecraft:book"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_lacugrove_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:lacugrove_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:lacugrove_bookshelf"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_book",
"has_lacugrove_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:lacugrove_bookshelf"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_lacugrove_bark": {
"conditions": {
"items": [
{
"items": [
"betterend:lacugrove_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:lacugrove_log"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_lacugrove_bark",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:lacugrove_log"
]
}
}

View file

@ -0,0 +1,49 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_lacugrove_log_lacugrove_bark_lacugrove": {
"conditions": {
"items": [
{
"items": [
"betterend:lacugrove_log"
]
},
{
"items": [
"betterend:lacugrove_bark"
]
},
{
"items": [
"betterend:lacugrove_stripped_log"
]
},
{
"items": [
"betterend:lacugrove_stripped_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:lacugrove_planks"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_lacugrove_log_lacugrove_bark_lacugrove",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:lacugrove_planks"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_lacugrove_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:lacugrove_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:lacugrove_slab"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_lacugrove_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:lacugrove_slab"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_lacugrove_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:lacugrove_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:lacugrove_stairs"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_lacugrove_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:lacugrove_stairs"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_lacugrove_stripped_log": {
"conditions": {
"items": [
{
"items": [
"betterend:lacugrove_stripped_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:lacugrove_stripped_bark"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_lacugrove_stripped_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:lacugrove_stripped_bark"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_lacugrove_stripped_bark": {
"conditions": {
"items": [
{
"items": [
"betterend:lacugrove_stripped_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:lacugrove_stripped_log"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_lacugrove_stripped_bark",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:lacugrove_stripped_log"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_lucernia_log": {
"conditions": {
"items": [
{
"items": [
"betterend:lucernia_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:lucernia_bark"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_lucernia_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:lucernia_bark"
]
}
}

View file

@ -0,0 +1,47 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_book": {
"conditions": {
"items": [
{
"items": [
"minecraft:book"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_lucernia_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:lucernia_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:lucernia_bookshelf"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_book",
"has_lucernia_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:lucernia_bookshelf"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_lucernia_bark": {
"conditions": {
"items": [
{
"items": [
"betterend:lucernia_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:lucernia_log"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_lucernia_bark",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:lucernia_log"
]
}
}

View file

@ -0,0 +1,49 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_lucernia_log_lucernia_bark_lucernia_st": {
"conditions": {
"items": [
{
"items": [
"betterend:lucernia_log"
]
},
{
"items": [
"betterend:lucernia_bark"
]
},
{
"items": [
"betterend:lucernia_stripped_log"
]
},
{
"items": [
"betterend:lucernia_stripped_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:lucernia_planks"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_lucernia_log_lucernia_bark_lucernia_st",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:lucernia_planks"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_lucernia_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:lucernia_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:lucernia_slab"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_lucernia_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:lucernia_slab"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_lucernia_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:lucernia_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:lucernia_stairs"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_lucernia_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:lucernia_stairs"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_lucernia_stripped_log": {
"conditions": {
"items": [
{
"items": [
"betterend:lucernia_stripped_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:lucernia_stripped_bark"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_lucernia_stripped_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:lucernia_stripped_bark"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_lucernia_stripped_bark": {
"conditions": {
"items": [
{
"items": [
"betterend:lucernia_stripped_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:lucernia_stripped_log"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_lucernia_stripped_bark",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:lucernia_stripped_log"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_mossy_glowshroom_log": {
"conditions": {
"items": [
{
"items": [
"betterend:mossy_glowshroom_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:mossy_glowshroom_bark"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_mossy_glowshroom_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:mossy_glowshroom_bark"
]
}
}

View file

@ -0,0 +1,47 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_book": {
"conditions": {
"items": [
{
"items": [
"minecraft:book"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_mossy_glowshroom_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:mossy_glowshroom_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:mossy_glowshroom_bookshelf"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_book",
"has_mossy_glowshroom_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:mossy_glowshroom_bookshelf"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_mossy_glowshroom_bark": {
"conditions": {
"items": [
{
"items": [
"betterend:mossy_glowshroom_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:mossy_glowshroom_log"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_mossy_glowshroom_bark",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:mossy_glowshroom_log"
]
}
}

View file

@ -0,0 +1,49 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_mossy_glowshroom_log_mossy_glowshroom_": {
"conditions": {
"items": [
{
"items": [
"betterend:mossy_glowshroom_log"
]
},
{
"items": [
"betterend:mossy_glowshroom_bark"
]
},
{
"items": [
"betterend:mossy_glowshroom_stripped_log"
]
},
{
"items": [
"betterend:mossy_glowshroom_stripped_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:mossy_glowshroom_planks"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_mossy_glowshroom_log_mossy_glowshroom_",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:mossy_glowshroom_planks"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_mossy_glowshroom_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:mossy_glowshroom_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:mossy_glowshroom_slab"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_mossy_glowshroom_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:mossy_glowshroom_slab"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_mossy_glowshroom_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:mossy_glowshroom_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:mossy_glowshroom_stairs"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_mossy_glowshroom_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:mossy_glowshroom_stairs"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_mossy_glowshroom_stripped_log": {
"conditions": {
"items": [
{
"items": [
"betterend:mossy_glowshroom_stripped_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:mossy_glowshroom_stripped_bark"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_mossy_glowshroom_stripped_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:mossy_glowshroom_stripped_bark"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_mossy_glowshroom_stripped_bark": {
"conditions": {
"items": [
{
"items": [
"betterend:mossy_glowshroom_stripped_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:mossy_glowshroom_stripped_log"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_mossy_glowshroom_stripped_bark",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:mossy_glowshroom_stripped_log"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_pythadendron_log": {
"conditions": {
"items": [
{
"items": [
"betterend:pythadendron_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:pythadendron_bark"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_pythadendron_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:pythadendron_bark"
]
}
}

View file

@ -0,0 +1,47 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_book": {
"conditions": {
"items": [
{
"items": [
"minecraft:book"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_pythadendron_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:pythadendron_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:pythadendron_bookshelf"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_book",
"has_pythadendron_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:pythadendron_bookshelf"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_pythadendron_bark": {
"conditions": {
"items": [
{
"items": [
"betterend:pythadendron_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:pythadendron_log"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_pythadendron_bark",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:pythadendron_log"
]
}
}

View file

@ -0,0 +1,49 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_pythadendron_log_pythadendron_bark_pyt": {
"conditions": {
"items": [
{
"items": [
"betterend:pythadendron_log"
]
},
{
"items": [
"betterend:pythadendron_bark"
]
},
{
"items": [
"betterend:pythadendron_stripped_log"
]
},
{
"items": [
"betterend:pythadendron_stripped_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:pythadendron_planks"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_pythadendron_log_pythadendron_bark_pyt",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:pythadendron_planks"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_pythadendron_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:pythadendron_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:pythadendron_slab"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_pythadendron_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:pythadendron_slab"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_pythadendron_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:pythadendron_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:pythadendron_stairs"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_pythadendron_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:pythadendron_stairs"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_pythadendron_stripped_log": {
"conditions": {
"items": [
{
"items": [
"betterend:pythadendron_stripped_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:pythadendron_stripped_bark"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_pythadendron_stripped_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:pythadendron_stripped_bark"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_pythadendron_stripped_bark": {
"conditions": {
"items": [
{
"items": [
"betterend:pythadendron_stripped_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:pythadendron_stripped_log"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_pythadendron_stripped_bark",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:pythadendron_stripped_log"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_tenanea_log": {
"conditions": {
"items": [
{
"items": [
"betterend:tenanea_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:tenanea_bark"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_tenanea_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:tenanea_bark"
]
}
}

View file

@ -0,0 +1,47 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_book": {
"conditions": {
"items": [
{
"items": [
"minecraft:book"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_tenanea_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:tenanea_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:tenanea_bookshelf"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_book",
"has_tenanea_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:tenanea_bookshelf"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_tenanea_bark": {
"conditions": {
"items": [
{
"items": [
"betterend:tenanea_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:tenanea_log"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_tenanea_bark",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:tenanea_log"
]
}
}

View file

@ -0,0 +1,49 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_tenanea_log_tenanea_bark_tenanea_strip": {
"conditions": {
"items": [
{
"items": [
"betterend:tenanea_log"
]
},
{
"items": [
"betterend:tenanea_bark"
]
},
{
"items": [
"betterend:tenanea_stripped_log"
]
},
{
"items": [
"betterend:tenanea_stripped_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:tenanea_planks"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_tenanea_log_tenanea_bark_tenanea_strip",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:tenanea_planks"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_tenanea_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:tenanea_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:tenanea_slab"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_tenanea_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:tenanea_slab"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_tenanea_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:tenanea_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:tenanea_stairs"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_tenanea_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:tenanea_stairs"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_tenanea_stripped_log": {
"conditions": {
"items": [
{
"items": [
"betterend:tenanea_stripped_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:tenanea_stripped_bark"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_tenanea_stripped_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:tenanea_stripped_bark"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_tenanea_stripped_bark": {
"conditions": {
"items": [
{
"items": [
"betterend:tenanea_stripped_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:tenanea_stripped_log"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_tenanea_stripped_bark",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:tenanea_stripped_log"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "betterend:umbrella_tree_bark"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_umbrella_tree_log": {
"conditions": {
"items": [
{
"items": [
"betterend:umbrella_tree_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_umbrella_tree_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:umbrella_tree_bark"
]
}
}

View file

@ -0,0 +1,47 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_book": {
"conditions": {
"items": [
{
"items": [
"minecraft:book"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:umbrella_tree_bookshelf"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_umbrella_tree_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:umbrella_tree_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_umbrella_tree_planks",
"has_book",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:umbrella_tree_bookshelf"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "betterend:umbrella_tree_log"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_umbrella_tree_bark": {
"conditions": {
"items": [
{
"items": [
"betterend:umbrella_tree_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_umbrella_tree_bark",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:umbrella_tree_log"
]
}
}

View file

@ -0,0 +1,49 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "betterend:umbrella_tree_planks"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_umbrella_tree_log_umbrella_tree_bark_u": {
"conditions": {
"items": [
{
"items": [
"betterend:umbrella_tree_log"
]
},
{
"items": [
"betterend:umbrella_tree_bark"
]
},
{
"items": [
"betterend:umbrella_tree_stripped_log"
]
},
{
"items": [
"betterend:umbrella_tree_stripped_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_umbrella_tree_log_umbrella_tree_bark_u",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:umbrella_tree_planks"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "betterend:umbrella_tree_slab"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_umbrella_tree_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:umbrella_tree_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_umbrella_tree_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:umbrella_tree_slab"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "betterend:umbrella_tree_stairs"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_umbrella_tree_planks": {
"conditions": {
"items": [
{
"items": [
"betterend:umbrella_tree_planks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_umbrella_tree_planks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:umbrella_tree_stairs"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "betterend:umbrella_tree_stripped_bark"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_umbrella_tree_stripped_log": {
"conditions": {
"items": [
{
"items": [
"betterend:umbrella_tree_stripped_log"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_umbrella_tree_stripped_log",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:umbrella_tree_stripped_bark"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "betterend:umbrella_tree_stripped_log"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_umbrella_tree_stripped_bark": {
"conditions": {
"items": [
{
"items": [
"betterend:umbrella_tree_stripped_bark"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_umbrella_tree_stripped_bark",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:umbrella_tree_stripped_log"
]
}
}

View file

@ -0,0 +1,21 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "betterend:additional_copper"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:additional_copper"
]
}
}

View file

@ -0,0 +1,21 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "betterend:additional_gold"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:additional_gold"
]
}
}

View file

@ -0,0 +1,21 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "betterend:additional_iron"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:additional_iron"
]
}
}

View file

@ -0,0 +1,21 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "betterend:additional_netherite"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:additional_netherite"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_item.betterend.aeternium_axe_head": {
"conditions": {
"items": [
{
"items": [
"betterend:aeternium_axe_head"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:aeternium_axe"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_item.betterend.aeternium_axe_head",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:aeternium_axe"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_item.betterend.aeternium_ingot": {
"conditions": {
"items": [
{
"items": [
"betterend:aeternium_ingot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:aeternium_axe_head"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_item.betterend.aeternium_ingot",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:aeternium_axe_head"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_aeternium_ingot": {
"conditions": {
"items": [
{
"items": [
"betterend:aeternium_ingot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:aeternium_block"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_aeternium_ingot",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:aeternium_block"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_aeternium_block": {
"conditions": {
"items": [
{
"items": [
"betterend:aeternium_block"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:aeternium_block_to_ingot"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_aeternium_block",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:aeternium_block_to_ingot"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_item.betterend.terminite_boots": {
"conditions": {
"items": [
{
"items": [
"betterend:terminite_boots"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:aeternium_boots"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_item.betterend.terminite_boots",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:aeternium_boots"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_item.betterend.terminite_chestplate": {
"conditions": {
"items": [
{
"items": [
"betterend:terminite_chestplate"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:aeternium_chestplate"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_item.betterend.terminite_chestplate",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:aeternium_chestplate"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_item.betterend.aeternium_ingot": {
"conditions": {
"items": [
{
"items": [
"betterend:aeternium_ingot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:aeternium_forged_plate"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_item.betterend.aeternium_ingot",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:aeternium_forged_plate"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_item.betterend.aeternium_hammer_head": {
"conditions": {
"items": [
{
"items": [
"betterend:aeternium_hammer_head"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:aeternium_hammer"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_item.betterend.aeternium_hammer_head",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:aeternium_hammer"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_item.betterend.aeternium_ingot": {
"conditions": {
"items": [
{
"items": [
"betterend:aeternium_ingot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:aeternium_hammer_head"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_item.betterend.aeternium_ingot",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:aeternium_hammer_head"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_item.betterend.terminite_helmet": {
"conditions": {
"items": [
{
"items": [
"betterend:terminite_helmet"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:aeternium_helmet"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_item.betterend.terminite_helmet",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:aeternium_helmet"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_item.betterend.aeternium_hoe_head": {
"conditions": {
"items": [
{
"items": [
"betterend:aeternium_hoe_head"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:aeternium_hoe"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_item.betterend.aeternium_hoe_head",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:aeternium_hoe"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_item.betterend.aeternium_ingot": {
"conditions": {
"items": [
{
"items": [
"betterend:aeternium_ingot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:aeternium_hoe_head"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_item.betterend.aeternium_ingot",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:aeternium_hoe_head"
]
}
}

View file

@ -0,0 +1,21 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "betterend:aeternium_ingot"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:aeternium_ingot"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_item.betterend.terminite_leggings": {
"conditions": {
"items": [
{
"items": [
"betterend:terminite_leggings"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:aeternium_leggings"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_item.betterend.terminite_leggings",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:aeternium_leggings"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_item.betterend.aeternium_pickaxe_head": {
"conditions": {
"items": [
{
"items": [
"betterend:aeternium_pickaxe_head"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:aeternium_pickaxe"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_item.betterend.aeternium_pickaxe_head",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:aeternium_pickaxe"
]
}
}

View file

@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_item.betterend.aeternium_ingot": {
"conditions": {
"items": [
{
"items": [
"betterend:aeternium_ingot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "betterend:aeternium_pickaxe_head"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_item.betterend.aeternium_ingot",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"betterend:aeternium_pickaxe_head"
]
}
}

Some files were not shown because too many files have changed in this diff Show more