Create/Update assets for version 23w43a

This commit is contained in:
InventiveBot
2023-10-25 18:29:02 +02:00
parent 63d3f65e23
commit f30aa07477
19050 changed files with 1323081 additions and 18 deletions

View File

@@ -0,0 +1 @@
{"directories":["data"],"files":["pack.mcmeta"]}

View File

@@ -0,0 +1 @@
{"directories":["minecraft"],"files":[]}

View File

@@ -0,0 +1 @@
{"directories":["advancements","loot_tables","recipes","tags"],"files":[]}

View File

@@ -0,0 +1 @@
{"directories":["recipes"],"files":[]}

View File

@@ -0,0 +1 @@
{"directories":["building_blocks","decorations","redstone"],"files":[]}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"directories":[],"files":["chiseled_copper_from_copper_block_stonecutting.json","chiseled_tuff_bricks_from_polished_tuff_stonecutting.json","chiseled_tuff_bricks_from_tuff_bricks_stonecutting.json","chiseled_tuff_bricks_from_tuff_stonecutting.json","chiseled_tuff_from_tuff_stonecutting.json","copper_grate.json","copper_grate_from_copper_block_stonecutting.json","exposed_chiseled_copper_from_exposed_copper_stonecutting.json","exposed_copper_grate.json","exposed_copper_grate_from_exposed_copper_stonecutting.json","oxidized_chiseled_copper_from_oxidized_copper_stonecutting.json","oxidized_copper_grate.json","oxidized_copper_grate_from_oxidized_copper_stonecutting.json","polished_tuff_from_tuff_stonecutting.json","polished_tuff_slab_from_polished_tuff_stonecutting.json","polished_tuff_slab_from_tuff_stonecutting.json","polished_tuff_stairs_from_polished_tuff_stonecutting.json","polished_tuff_stairs_from_tuff_stonecutting.json","tuff_brick_slab_from_polished_tuff_stonecutting.json","tuff_brick_slab_from_tuff_bricks_stonecutting.json","tuff_brick_slab_from_tuff_stonecutting.json","tuff_brick_stairs_from_polished_tuff_stonecutting.json","tuff_brick_stairs_from_tuff_bricks_stonecutting.json","tuff_brick_stairs_from_tuff_stonecutting.json","tuff_bricks_from_polished_tuff_stonecutting.json","tuff_bricks_from_tuff_stonecutting.json","tuff_slab_from_tuff_stonecutting.json","tuff_stairs_from_tuff_stonecutting.json","waxed_chiseled_copper_from_waxed_copper_block_stonecutting.json","waxed_copper_grate.json","waxed_copper_grate_from_waxed_copper_block_stonecutting.json","waxed_exposed_chiseled_copper_from_waxed_exposed_copper_stonecutting.json","waxed_exposed_copper_grate.json","waxed_exposed_copper_grate_from_waxed_exposed_copper_stonecutting.json","waxed_oxidized_chiseled_copper_from_waxed_oxidized_copper_stonecutting.json","waxed_oxidized_copper_grate.json","waxed_oxidized_copper_grate_from_waxed_oxidized_copper_stonecutting.json","waxed_weathered_chiseled_copper_from_waxed_weathered_copper_stonecutting.json","waxed_weathered_copper_grate.json","waxed_weathered_copper_grate_from_waxed_weathered_copper_stonecutting.json","weathered_chiseled_copper_from_weathered_copper_stonecutting.json","weathered_copper_grate.json","weathered_copper_grate_from_weathered_copper_stonecutting.json"]}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_copper_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:copper_block"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:chiseled_copper_from_copper_block_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_copper_block"
]
],
"rewards": {
"recipes": [
"minecraft:chiseled_copper_from_copper_block_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_polished_tuff": {
"conditions": {
"items": [
{
"items": [
"minecraft:polished_tuff"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:chiseled_tuff_bricks_from_polished_tuff_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_polished_tuff"
]
],
"rewards": {
"recipes": [
"minecraft:chiseled_tuff_bricks_from_polished_tuff_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:chiseled_tuff_bricks_from_tuff_bricks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_tuff_bricks": {
"conditions": {
"items": [
{
"items": [
"minecraft:tuff_bricks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_tuff_bricks"
]
],
"rewards": {
"recipes": [
"minecraft:chiseled_tuff_bricks_from_tuff_bricks_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:chiseled_tuff_bricks_from_tuff_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_tuff": {
"conditions": {
"items": [
{
"items": [
"minecraft:tuff"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_tuff"
]
],
"rewards": {
"recipes": [
"minecraft:chiseled_tuff_bricks_from_tuff_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:chiseled_tuff_from_tuff_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_tuff": {
"conditions": {
"items": [
{
"items": [
"minecraft:tuff"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_tuff"
]
],
"rewards": {
"recipes": [
"minecraft:chiseled_tuff_from_tuff_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_copper_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:copper_block"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:copper_grate"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_copper_block"
]
],
"rewards": {
"recipes": [
"minecraft:copper_grate"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_copper_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:copper_block"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:copper_grate_from_copper_block_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_copper_block"
]
],
"rewards": {
"recipes": [
"minecraft:copper_grate_from_copper_block_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_exposed_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:exposed_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:exposed_chiseled_copper_from_exposed_copper_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_exposed_copper"
]
],
"rewards": {
"recipes": [
"minecraft:exposed_chiseled_copper_from_exposed_copper_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_exposed_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:exposed_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:exposed_copper_grate"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_exposed_copper"
]
],
"rewards": {
"recipes": [
"minecraft:exposed_copper_grate"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_exposed_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:exposed_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:exposed_copper_grate_from_exposed_copper_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_exposed_copper"
]
],
"rewards": {
"recipes": [
"minecraft:exposed_copper_grate_from_exposed_copper_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_oxidized_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:oxidized_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:oxidized_chiseled_copper_from_oxidized_copper_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_oxidized_copper"
]
],
"rewards": {
"recipes": [
"minecraft:oxidized_chiseled_copper_from_oxidized_copper_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_oxidized_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:oxidized_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:oxidized_copper_grate"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_oxidized_copper"
]
],
"rewards": {
"recipes": [
"minecraft:oxidized_copper_grate"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_oxidized_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:oxidized_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:oxidized_copper_grate_from_oxidized_copper_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_oxidized_copper"
]
],
"rewards": {
"recipes": [
"minecraft:oxidized_copper_grate_from_oxidized_copper_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:polished_tuff_from_tuff_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_tuff": {
"conditions": {
"items": [
{
"items": [
"minecraft:tuff"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_tuff"
]
],
"rewards": {
"recipes": [
"minecraft:polished_tuff_from_tuff_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_polished_tuff": {
"conditions": {
"items": [
{
"items": [
"minecraft:polished_tuff"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:polished_tuff_slab_from_polished_tuff_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_polished_tuff"
]
],
"rewards": {
"recipes": [
"minecraft:polished_tuff_slab_from_polished_tuff_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:polished_tuff_slab_from_tuff_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_tuff": {
"conditions": {
"items": [
{
"items": [
"minecraft:tuff"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_tuff"
]
],
"rewards": {
"recipes": [
"minecraft:polished_tuff_slab_from_tuff_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_polished_tuff": {
"conditions": {
"items": [
{
"items": [
"minecraft:polished_tuff"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:polished_tuff_stairs_from_polished_tuff_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_polished_tuff"
]
],
"rewards": {
"recipes": [
"minecraft:polished_tuff_stairs_from_polished_tuff_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:polished_tuff_stairs_from_tuff_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_tuff": {
"conditions": {
"items": [
{
"items": [
"minecraft:tuff"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_tuff"
]
],
"rewards": {
"recipes": [
"minecraft:polished_tuff_stairs_from_tuff_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_polished_tuff": {
"conditions": {
"items": [
{
"items": [
"minecraft:polished_tuff"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:tuff_brick_slab_from_polished_tuff_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_polished_tuff"
]
],
"rewards": {
"recipes": [
"minecraft:tuff_brick_slab_from_polished_tuff_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:tuff_brick_slab_from_tuff_bricks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_tuff_bricks": {
"conditions": {
"items": [
{
"items": [
"minecraft:tuff_bricks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_tuff_bricks"
]
],
"rewards": {
"recipes": [
"minecraft:tuff_brick_slab_from_tuff_bricks_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:tuff_brick_slab_from_tuff_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_tuff": {
"conditions": {
"items": [
{
"items": [
"minecraft:tuff"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_tuff"
]
],
"rewards": {
"recipes": [
"minecraft:tuff_brick_slab_from_tuff_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_polished_tuff": {
"conditions": {
"items": [
{
"items": [
"minecraft:polished_tuff"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:tuff_brick_stairs_from_polished_tuff_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_polished_tuff"
]
],
"rewards": {
"recipes": [
"minecraft:tuff_brick_stairs_from_polished_tuff_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:tuff_brick_stairs_from_tuff_bricks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_tuff_bricks": {
"conditions": {
"items": [
{
"items": [
"minecraft:tuff_bricks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_tuff_bricks"
]
],
"rewards": {
"recipes": [
"minecraft:tuff_brick_stairs_from_tuff_bricks_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:tuff_brick_stairs_from_tuff_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_tuff": {
"conditions": {
"items": [
{
"items": [
"minecraft:tuff"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_tuff"
]
],
"rewards": {
"recipes": [
"minecraft:tuff_brick_stairs_from_tuff_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_polished_tuff": {
"conditions": {
"items": [
{
"items": [
"minecraft:polished_tuff"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:tuff_bricks_from_polished_tuff_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_polished_tuff"
]
],
"rewards": {
"recipes": [
"minecraft:tuff_bricks_from_polished_tuff_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:tuff_bricks_from_tuff_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_tuff": {
"conditions": {
"items": [
{
"items": [
"minecraft:tuff"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_tuff"
]
],
"rewards": {
"recipes": [
"minecraft:tuff_bricks_from_tuff_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:tuff_slab_from_tuff_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_tuff": {
"conditions": {
"items": [
{
"items": [
"minecraft:tuff"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_tuff"
]
],
"rewards": {
"recipes": [
"minecraft:tuff_slab_from_tuff_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:tuff_stairs_from_tuff_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_tuff": {
"conditions": {
"items": [
{
"items": [
"minecraft:tuff"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_tuff"
]
],
"rewards": {
"recipes": [
"minecraft:tuff_stairs_from_tuff_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:waxed_chiseled_copper_from_waxed_copper_block_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_waxed_copper_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:waxed_copper_block"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_waxed_copper_block"
]
],
"rewards": {
"recipes": [
"minecraft:waxed_chiseled_copper_from_waxed_copper_block_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:waxed_copper_grate"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_waxed_copper_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:waxed_copper_block"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_waxed_copper_block"
]
],
"rewards": {
"recipes": [
"minecraft:waxed_copper_grate"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:waxed_copper_grate_from_waxed_copper_block_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_waxed_copper_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:waxed_copper_block"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_waxed_copper_block"
]
],
"rewards": {
"recipes": [
"minecraft:waxed_copper_grate_from_waxed_copper_block_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:waxed_exposed_chiseled_copper_from_waxed_exposed_copper_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_waxed_exposed_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:waxed_exposed_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_waxed_exposed_copper"
]
],
"rewards": {
"recipes": [
"minecraft:waxed_exposed_chiseled_copper_from_waxed_exposed_copper_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:waxed_exposed_copper_grate"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_waxed_exposed_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:waxed_exposed_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_waxed_exposed_copper"
]
],
"rewards": {
"recipes": [
"minecraft:waxed_exposed_copper_grate"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:waxed_exposed_copper_grate_from_waxed_exposed_copper_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_waxed_exposed_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:waxed_exposed_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_waxed_exposed_copper"
]
],
"rewards": {
"recipes": [
"minecraft:waxed_exposed_copper_grate_from_waxed_exposed_copper_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:waxed_oxidized_chiseled_copper_from_waxed_oxidized_copper_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_waxed_oxidized_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:waxed_oxidized_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_waxed_oxidized_copper"
]
],
"rewards": {
"recipes": [
"minecraft:waxed_oxidized_chiseled_copper_from_waxed_oxidized_copper_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:waxed_oxidized_copper_grate"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_waxed_oxidized_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:waxed_oxidized_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_waxed_oxidized_copper"
]
],
"rewards": {
"recipes": [
"minecraft:waxed_oxidized_copper_grate"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:waxed_oxidized_copper_grate_from_waxed_oxidized_copper_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_waxed_oxidized_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:waxed_oxidized_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_waxed_oxidized_copper"
]
],
"rewards": {
"recipes": [
"minecraft:waxed_oxidized_copper_grate_from_waxed_oxidized_copper_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:waxed_weathered_chiseled_copper_from_waxed_weathered_copper_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_waxed_weathered_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:waxed_weathered_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_waxed_weathered_copper"
]
],
"rewards": {
"recipes": [
"minecraft:waxed_weathered_chiseled_copper_from_waxed_weathered_copper_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:waxed_weathered_copper_grate"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_waxed_weathered_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:waxed_weathered_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_waxed_weathered_copper"
]
],
"rewards": {
"recipes": [
"minecraft:waxed_weathered_copper_grate"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:waxed_weathered_copper_grate_from_waxed_weathered_copper_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_waxed_weathered_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:waxed_weathered_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_waxed_weathered_copper"
]
],
"rewards": {
"recipes": [
"minecraft:waxed_weathered_copper_grate_from_waxed_weathered_copper_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:weathered_chiseled_copper_from_weathered_copper_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_weathered_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:weathered_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_weathered_copper"
]
],
"rewards": {
"recipes": [
"minecraft:weathered_chiseled_copper_from_weathered_copper_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:weathered_copper_grate"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_weathered_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:weathered_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_weathered_copper"
]
],
"rewards": {
"recipes": [
"minecraft:weathered_copper_grate"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:weathered_copper_grate_from_weathered_copper_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_weathered_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:weathered_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_weathered_copper"
]
],
"rewards": {
"recipes": [
"minecraft:weathered_copper_grate_from_weathered_copper_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1 @@
{"polished_tuff_wall_from_polished_tuff_stonecutting":{"parent":"minecraft:recipes/root","criteria":{"has_polished_tuff":{"conditions":{"items":[{"items":["minecraft:polished_tuff"]}]},"trigger":"minecraft:inventory_changed"},"has_the_recipe":{"conditions":{"recipe":"minecraft:polished_tuff_wall_from_polished_tuff_stonecutting"},"trigger":"minecraft:recipe_unlocked"}},"requirements":[["has_the_recipe","has_polished_tuff"]],"rewards":{"recipes":["minecraft:polished_tuff_wall_from_polished_tuff_stonecutting"]},"sends_telemetry_event":false},"polished_tuff_wall_from_tuff_stonecutting":{"parent":"minecraft:recipes/root","criteria":{"has_the_recipe":{"conditions":{"recipe":"minecraft:polished_tuff_wall_from_tuff_stonecutting"},"trigger":"minecraft:recipe_unlocked"},"has_tuff":{"conditions":{"items":[{"items":["minecraft:tuff"]}]},"trigger":"minecraft:inventory_changed"}},"requirements":[["has_the_recipe","has_tuff"]],"rewards":{"recipes":["minecraft:polished_tuff_wall_from_tuff_stonecutting"]},"sends_telemetry_event":false},"tuff_brick_wall_from_polished_tuff_stonecutting":{"parent":"minecraft:recipes/root","criteria":{"has_polished_tuff":{"conditions":{"items":[{"items":["minecraft:polished_tuff"]}]},"trigger":"minecraft:inventory_changed"},"has_the_recipe":{"conditions":{"recipe":"minecraft:tuff_brick_wall_from_polished_tuff_stonecutting"},"trigger":"minecraft:recipe_unlocked"}},"requirements":[["has_the_recipe","has_polished_tuff"]],"rewards":{"recipes":["minecraft:tuff_brick_wall_from_polished_tuff_stonecutting"]},"sends_telemetry_event":false},"tuff_brick_wall_from_tuff_bricks_stonecutting":{"parent":"minecraft:recipes/root","criteria":{"has_the_recipe":{"conditions":{"recipe":"minecraft:tuff_brick_wall_from_tuff_bricks_stonecutting"},"trigger":"minecraft:recipe_unlocked"},"has_tuff_bricks":{"conditions":{"items":[{"items":["minecraft:tuff_bricks"]}]},"trigger":"minecraft:inventory_changed"}},"requirements":[["has_the_recipe","has_tuff_bricks"]],"rewards":{"recipes":["minecraft:tuff_brick_wall_from_tuff_bricks_stonecutting"]},"sends_telemetry_event":false},"tuff_brick_wall_from_tuff_stonecutting":{"parent":"minecraft:recipes/root","criteria":{"has_the_recipe":{"conditions":{"recipe":"minecraft:tuff_brick_wall_from_tuff_stonecutting"},"trigger":"minecraft:recipe_unlocked"},"has_tuff":{"conditions":{"items":[{"items":["minecraft:tuff"]}]},"trigger":"minecraft:inventory_changed"}},"requirements":[["has_the_recipe","has_tuff"]],"rewards":{"recipes":["minecraft:tuff_brick_wall_from_tuff_stonecutting"]},"sends_telemetry_event":false},"tuff_wall_from_tuff_stonecutting":{"parent":"minecraft:recipes/root","criteria":{"has_the_recipe":{"conditions":{"recipe":"minecraft:tuff_wall_from_tuff_stonecutting"},"trigger":"minecraft:recipe_unlocked"},"has_tuff":{"conditions":{"items":[{"items":["minecraft:tuff"]}]},"trigger":"minecraft:inventory_changed"}},"requirements":[["has_the_recipe","has_tuff"]],"rewards":{"recipes":["minecraft:tuff_wall_from_tuff_stonecutting"]},"sends_telemetry_event":false}}

View File

@@ -0,0 +1 @@
{"directories":[],"files":["polished_tuff_wall_from_polished_tuff_stonecutting.json","polished_tuff_wall_from_tuff_stonecutting.json","tuff_brick_wall_from_polished_tuff_stonecutting.json","tuff_brick_wall_from_tuff_bricks_stonecutting.json","tuff_brick_wall_from_tuff_stonecutting.json","tuff_wall_from_tuff_stonecutting.json"]}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_polished_tuff": {
"conditions": {
"items": [
{
"items": [
"minecraft:polished_tuff"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:polished_tuff_wall_from_polished_tuff_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_polished_tuff"
]
],
"rewards": {
"recipes": [
"minecraft:polished_tuff_wall_from_polished_tuff_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:polished_tuff_wall_from_tuff_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_tuff": {
"conditions": {
"items": [
{
"items": [
"minecraft:tuff"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_tuff"
]
],
"rewards": {
"recipes": [
"minecraft:polished_tuff_wall_from_tuff_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_polished_tuff": {
"conditions": {
"items": [
{
"items": [
"minecraft:polished_tuff"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:tuff_brick_wall_from_polished_tuff_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_polished_tuff"
]
],
"rewards": {
"recipes": [
"minecraft:tuff_brick_wall_from_polished_tuff_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:tuff_brick_wall_from_tuff_bricks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_tuff_bricks": {
"conditions": {
"items": [
{
"items": [
"minecraft:tuff_bricks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_tuff_bricks"
]
],
"rewards": {
"recipes": [
"minecraft:tuff_brick_wall_from_tuff_bricks_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:tuff_brick_wall_from_tuff_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_tuff": {
"conditions": {
"items": [
{
"items": [
"minecraft:tuff"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_tuff"
]
],
"rewards": {
"recipes": [
"minecraft:tuff_brick_wall_from_tuff_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:tuff_wall_from_tuff_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_tuff": {
"conditions": {
"items": [
{
"items": [
"minecraft:tuff"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_tuff"
]
],
"rewards": {
"recipes": [
"minecraft:tuff_wall_from_tuff_stonecutting"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1 @@
{"copper_bulb":{"parent":"minecraft:recipes/root","criteria":{"has_copper_block":{"conditions":{"items":[{"items":["minecraft:copper_block"]}]},"trigger":"minecraft:inventory_changed"},"has_the_recipe":{"conditions":{"recipe":"minecraft:copper_bulb"},"trigger":"minecraft:recipe_unlocked"}},"requirements":[["has_the_recipe","has_copper_block"]],"rewards":{"recipes":["minecraft:copper_bulb"]},"sends_telemetry_event":false},"crafter":{"parent":"minecraft:recipes/root","criteria":{"has_dropper":{"conditions":{"items":[{"items":["minecraft:dropper"]}]},"trigger":"minecraft:inventory_changed"},"has_the_recipe":{"conditions":{"recipe":"minecraft:crafter"},"trigger":"minecraft:recipe_unlocked"}},"requirements":[["has_the_recipe","has_dropper"]],"rewards":{"recipes":["minecraft:crafter"]},"sends_telemetry_event":false},"exposed_copper_bulb":{"parent":"minecraft:recipes/root","criteria":{"has_exposed_copper":{"conditions":{"items":[{"items":["minecraft:exposed_copper"]}]},"trigger":"minecraft:inventory_changed"},"has_the_recipe":{"conditions":{"recipe":"minecraft:exposed_copper_bulb"},"trigger":"minecraft:recipe_unlocked"}},"requirements":[["has_the_recipe","has_exposed_copper"]],"rewards":{"recipes":["minecraft:exposed_copper_bulb"]},"sends_telemetry_event":false},"oxidized_copper_bulb":{"parent":"minecraft:recipes/root","criteria":{"has_oxidized_copper":{"conditions":{"items":[{"items":["minecraft:oxidized_copper"]}]},"trigger":"minecraft:inventory_changed"},"has_the_recipe":{"conditions":{"recipe":"minecraft:oxidized_copper_bulb"},"trigger":"minecraft:recipe_unlocked"}},"requirements":[["has_the_recipe","has_oxidized_copper"]],"rewards":{"recipes":["minecraft:oxidized_copper_bulb"]},"sends_telemetry_event":false},"waxed_copper_bulb":{"parent":"minecraft:recipes/root","criteria":{"has_the_recipe":{"conditions":{"recipe":"minecraft:waxed_copper_bulb"},"trigger":"minecraft:recipe_unlocked"},"has_waxed_copper_block":{"conditions":{"items":[{"items":["minecraft:waxed_copper_block"]}]},"trigger":"minecraft:inventory_changed"}},"requirements":[["has_the_recipe","has_waxed_copper_block"]],"rewards":{"recipes":["minecraft:waxed_copper_bulb"]},"sends_telemetry_event":false},"waxed_exposed_copper_bulb":{"parent":"minecraft:recipes/root","criteria":{"has_the_recipe":{"conditions":{"recipe":"minecraft:waxed_exposed_copper_bulb"},"trigger":"minecraft:recipe_unlocked"},"has_waxed_exposed_copper":{"conditions":{"items":[{"items":["minecraft:waxed_exposed_copper"]}]},"trigger":"minecraft:inventory_changed"}},"requirements":[["has_the_recipe","has_waxed_exposed_copper"]],"rewards":{"recipes":["minecraft:waxed_exposed_copper_bulb"]},"sends_telemetry_event":false},"waxed_oxidized_copper_bulb":{"parent":"minecraft:recipes/root","criteria":{"has_the_recipe":{"conditions":{"recipe":"minecraft:waxed_oxidized_copper_bulb"},"trigger":"minecraft:recipe_unlocked"},"has_waxed_oxidized_copper":{"conditions":{"items":[{"items":["minecraft:waxed_oxidized_copper"]}]},"trigger":"minecraft:inventory_changed"}},"requirements":[["has_the_recipe","has_waxed_oxidized_copper"]],"rewards":{"recipes":["minecraft:waxed_oxidized_copper_bulb"]},"sends_telemetry_event":false},"waxed_weathered_copper_bulb":{"parent":"minecraft:recipes/root","criteria":{"has_the_recipe":{"conditions":{"recipe":"minecraft:waxed_weathered_copper_bulb"},"trigger":"minecraft:recipe_unlocked"},"has_waxed_weathered_copper":{"conditions":{"items":[{"items":["minecraft:waxed_weathered_copper"]}]},"trigger":"minecraft:inventory_changed"}},"requirements":[["has_the_recipe","has_waxed_weathered_copper"]],"rewards":{"recipes":["minecraft:waxed_weathered_copper_bulb"]},"sends_telemetry_event":false},"weathered_copper_bulb":{"parent":"minecraft:recipes/root","criteria":{"has_the_recipe":{"conditions":{"recipe":"minecraft:weathered_copper_bulb"},"trigger":"minecraft:recipe_unlocked"},"has_weathered_copper":{"conditions":{"items":[{"items":["minecraft:weathered_copper"]}]},"trigger":"minecraft:inventory_changed"}},"requirements":[["has_the_recipe","has_weathered_copper"]],"rewards":{"recipes":["minecraft:weathered_copper_bulb"]},"sends_telemetry_event":false}}

View File

@@ -0,0 +1 @@
{"directories":[],"files":["copper_bulb.json","crafter.json","exposed_copper_bulb.json","oxidized_copper_bulb.json","waxed_copper_bulb.json","waxed_exposed_copper_bulb.json","waxed_oxidized_copper_bulb.json","waxed_weathered_copper_bulb.json","weathered_copper_bulb.json"]}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_copper_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:copper_block"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:copper_bulb"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_copper_block"
]
],
"rewards": {
"recipes": [
"minecraft:copper_bulb"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dropper": {
"conditions": {
"items": [
{
"items": [
"minecraft:dropper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:crafter"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_dropper"
]
],
"rewards": {
"recipes": [
"minecraft:crafter"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_exposed_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:exposed_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:exposed_copper_bulb"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_exposed_copper"
]
],
"rewards": {
"recipes": [
"minecraft:exposed_copper_bulb"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_oxidized_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:oxidized_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:oxidized_copper_bulb"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_oxidized_copper"
]
],
"rewards": {
"recipes": [
"minecraft:oxidized_copper_bulb"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:waxed_copper_bulb"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_waxed_copper_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:waxed_copper_block"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_waxed_copper_block"
]
],
"rewards": {
"recipes": [
"minecraft:waxed_copper_bulb"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:waxed_exposed_copper_bulb"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_waxed_exposed_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:waxed_exposed_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_waxed_exposed_copper"
]
],
"rewards": {
"recipes": [
"minecraft:waxed_exposed_copper_bulb"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:waxed_oxidized_copper_bulb"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_waxed_oxidized_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:waxed_oxidized_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_waxed_oxidized_copper"
]
],
"rewards": {
"recipes": [
"minecraft:waxed_oxidized_copper_bulb"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:waxed_weathered_copper_bulb"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_waxed_weathered_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:waxed_weathered_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_waxed_weathered_copper"
]
],
"rewards": {
"recipes": [
"minecraft:waxed_weathered_copper_bulb"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:weathered_copper_bulb"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_weathered_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:weathered_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_weathered_copper"
]
],
"rewards": {
"recipes": [
"minecraft:weathered_copper_bulb"
]
},
"sends_telemetry_event": false
}

View File

@@ -0,0 +1 @@
{"directories":["blocks"],"files":[]}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"directories":[],"files":["chiseled_copper.json","chiseled_tuff.json","chiseled_tuff_bricks.json","copper_bulb.json","copper_door.json","copper_grate.json","copper_trapdoor.json","crafter.json","exposed_chiseled_copper.json","exposed_copper_bulb.json","exposed_copper_door.json","exposed_copper_grate.json","exposed_copper_trapdoor.json","oxidized_chiseled_copper.json","oxidized_copper_bulb.json","oxidized_copper_door.json","oxidized_copper_grate.json","oxidized_copper_trapdoor.json","polished_tuff.json","polished_tuff_slab.json","polished_tuff_stairs.json","polished_tuff_wall.json","tuff_brick_slab.json","tuff_brick_stairs.json","tuff_brick_wall.json","tuff_bricks.json","tuff_slab.json","tuff_stairs.json","tuff_wall.json","waxed_chiseled_copper.json","waxed_copper_bulb.json","waxed_copper_door.json","waxed_copper_grate.json","waxed_copper_trapdoor.json","waxed_exposed_chiseled_copper.json","waxed_exposed_copper_bulb.json","waxed_exposed_copper_door.json","waxed_exposed_copper_grate.json","waxed_exposed_copper_trapdoor.json","waxed_oxidized_chiseled_copper.json","waxed_oxidized_copper_bulb.json","waxed_oxidized_copper_door.json","waxed_oxidized_copper_grate.json","waxed_oxidized_copper_trapdoor.json","waxed_weathered_chiseled_copper.json","waxed_weathered_copper_bulb.json","waxed_weathered_copper_door.json","waxed_weathered_copper_grate.json","waxed_weathered_copper_trapdoor.json","weathered_chiseled_copper.json","weathered_copper_bulb.json","weathered_copper_door.json","weathered_copper_grate.json","weathered_copper_trapdoor.json"]}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:chiseled_copper"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/chiseled_copper"
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:chiseled_tuff"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/chiseled_tuff"
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:chiseled_tuff_bricks"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/chiseled_tuff_bricks"
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:copper_bulb"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/copper_bulb"
}

View File

@@ -0,0 +1,30 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"conditions": [
{
"block": "minecraft:copper_door",
"condition": "minecraft:block_state_property",
"properties": {
"half": "lower"
}
}
],
"name": "minecraft:copper_door"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/copper_door"
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:copper_grate"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/copper_grate"
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:copper_trapdoor"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/copper_trapdoor"
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:crafter"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/crafter"
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:exposed_chiseled_copper"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/exposed_chiseled_copper"
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:exposed_copper_bulb"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/exposed_copper_bulb"
}

View File

@@ -0,0 +1,30 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"conditions": [
{
"block": "minecraft:exposed_copper_door",
"condition": "minecraft:block_state_property",
"properties": {
"half": "lower"
}
}
],
"name": "minecraft:exposed_copper_door"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/exposed_copper_door"
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:exposed_copper_grate"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/exposed_copper_grate"
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:exposed_copper_trapdoor"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/exposed_copper_trapdoor"
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:oxidized_chiseled_copper"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/oxidized_chiseled_copper"
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:oxidized_copper_bulb"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/oxidized_copper_bulb"
}

View File

@@ -0,0 +1,30 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"conditions": [
{
"block": "minecraft:oxidized_copper_door",
"condition": "minecraft:block_state_property",
"properties": {
"half": "lower"
}
}
],
"name": "minecraft:oxidized_copper_door"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/oxidized_copper_door"
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:oxidized_copper_grate"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/oxidized_copper_grate"
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:oxidized_copper_trapdoor"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/oxidized_copper_trapdoor"
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:polished_tuff"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/polished_tuff"
}

View File

@@ -0,0 +1,35 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"conditions": [
{
"block": "minecraft:polished_tuff_slab",
"condition": "minecraft:block_state_property",
"properties": {
"type": "double"
}
}
],
"count": 2.0,
"function": "minecraft:set_count"
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "minecraft:polished_tuff_slab"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/polished_tuff_slab"
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:polished_tuff_stairs"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/polished_tuff_stairs"
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:polished_tuff_wall"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/polished_tuff_wall"
}

View File

@@ -0,0 +1,35 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"conditions": [
{
"block": "minecraft:tuff_brick_slab",
"condition": "minecraft:block_state_property",
"properties": {
"type": "double"
}
}
],
"count": 2.0,
"function": "minecraft:set_count"
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "minecraft:tuff_brick_slab"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/tuff_brick_slab"
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:tuff_brick_stairs"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/tuff_brick_stairs"
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:tuff_brick_wall"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/tuff_brick_wall"
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:tuff_bricks"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/tuff_bricks"
}

View File

@@ -0,0 +1,35 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"conditions": [
{
"block": "minecraft:tuff_slab",
"condition": "minecraft:block_state_property",
"properties": {
"type": "double"
}
}
],
"count": 2.0,
"function": "minecraft:set_count"
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "minecraft:tuff_slab"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/tuff_slab"
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:tuff_stairs"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/tuff_stairs"
}

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