Compare commits

..

5 Commits
17w13b ... 1.13

Author SHA1 Message Date
InventiveBot
b42fce9156 Create/Update assets for version 1.13 2018-07-18 20:58:51 +02:00
InventiveBot
e80320e504 Create new branch for version 1.13 2018-07-18 20:57:43 +02:00
InventiveBot
c59ee5a9ff Create/Update assets for version 1.13 2018-07-18 20:51:45 +02:00
InventiveBot
def09d2025 Create new branch for version 1.13 2018-07-18 20:50:38 +02:00
InventiveBot
c46451d102 Create/Update assets for version 1.13 2018-07-18 19:15:30 +02:00
7004 changed files with 413799 additions and 293021 deletions

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:cauldron"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "cauldron"
}
},
"has_water_bucket": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:water_bucket"
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_water_bucket"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:speckled_melon"
]
},
"criteria": {
"has_melon": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:melon"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "speckled_melon"
}
}
},
"requirements": [
[
"has_melon"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:acacia_planks"
]
},
"criteria": {
"has_log2": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:log2",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "acacia_planks"
}
}
},
"requirements": [
[
"has_log2"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:acacia_stairs"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "acacia_stairs"
}
},
"has_planks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:planks",
"data": 4
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_planks"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:acacia_wooden_slab"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "acacia_wooden_slab"
}
},
"has_planks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:planks",
"data": 4
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_planks"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:andesite"
]
},
"criteria": {
"has_stone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:stone",
"data": 3
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "andesite"
}
}
},
"requirements": [
[
"has_stone"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:birch_planks"
]
},
"criteria": {
"has_log": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:log",
"data": 2
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "birch_planks"
}
}
},
"requirements": [
[
"has_log"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:birch_stairs"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "birch_stairs"
}
},
"has_planks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:planks",
"data": 2
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_planks"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:birch_wooden_slab"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "birch_wooden_slab"
}
},
"has_planks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:planks",
"data": 2
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_planks"
]
]
}

View File

@@ -1,46 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:black_concrete_powder"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "black_concrete_powder"
}
},
"has_sand": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:sand"
}
]
}
},
"has_gravel": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gravel"
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_sand"
],
[
"has_gravel"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:black_stained_glass"
]
},
"criteria": {
"has_glass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:glass"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "black_stained_glass"
}
}
},
"requirements": [
[
"has_glass"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:black_stained_hardened_clay"
]
},
"criteria": {
"has_hardened_clay": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:hardened_clay"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "black_stained_hardened_clay"
}
}
},
"requirements": [
[
"has_hardened_clay"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:black_wool"
]
},
"criteria": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "black_wool"
}
}
},
"requirements": [
[
"has_wool"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,46 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:blue_concrete_powder"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "blue_concrete_powder"
}
},
"has_sand": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:sand"
}
]
}
},
"has_gravel": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gravel"
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_sand"
],
[
"has_gravel"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:blue_stained_glass"
]
},
"criteria": {
"has_glass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:glass"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "blue_stained_glass"
}
}
},
"requirements": [
[
"has_glass"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:blue_stained_hardened_clay"
]
},
"criteria": {
"has_hardened_clay": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:hardened_clay"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "blue_stained_hardened_clay"
}
}
},
"requirements": [
[
"has_hardened_clay"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:blue_wool"
]
},
"criteria": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "blue_wool"
}
}
},
"requirements": [
[
"has_wool"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,38 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:bone_meal_from_block",
"minecraft:bone_block"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "bone_block"
}
},
"has_at_least_9_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dye",
"count": {
"min": 9
},
"data": 15
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_at_least_9_dye"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:bookshelf"
]
},
"criteria": {
"has_book": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:book"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "bookshelf"
}
}
},
"requirements": [
[
"has_book"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:brick_block"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "brick_block"
}
},
"has_brick": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:brick"
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_brick"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:brick_slab"
]
},
"criteria": {
"has_brick_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:brick_block"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "brick_slab"
}
}
},
"requirements": [
[
"has_brick_block"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:brick_stairs"
]
},
"criteria": {
"has_brick_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:brick_block"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "brick_stairs"
}
}
},
"requirements": [
[
"has_brick_block"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,46 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:brown_concrete_powder"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "brown_concrete_powder"
}
},
"has_sand": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:sand"
}
]
}
},
"has_gravel": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gravel"
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_sand"
],
[
"has_gravel"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:brown_stained_glass"
]
},
"criteria": {
"has_glass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:glass"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "brown_stained_glass"
}
}
},
"requirements": [
[
"has_glass"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:brown_stained_hardened_clay"
]
},
"criteria": {
"has_hardened_clay": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:hardened_clay"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "brown_stained_hardened_clay"
}
}
},
"requirements": [
[
"has_hardened_clay"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:brown_wool"
]
},
"criteria": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "brown_wool"
}
}
},
"requirements": [
[
"has_wool"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:chiseled_quartz_block"
]
},
"criteria": {
"has_quartz_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:quartz_block"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "chiseled_quartz_block"
}
}
},
"requirements": [
[
"has_quartz_block"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:chiseled_red_sandstone"
]
},
"criteria": {
"has_red_sandstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:red_sandstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "chiseled_red_sandstone"
}
}
},
"requirements": [
[
"has_red_sandstone"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:chiseled_sandstone"
]
},
"criteria": {
"has_sandstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:sandstone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "chiseled_sandstone"
}
}
},
"requirements": [
[
"has_sandstone"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:chiseled_stonebrick"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "chiseled_stonebrick"
}
},
"has_stonebrick": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:stonebrick"
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_stonebrick"
]
]
}

View File

@@ -1,37 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:coal_block",
"minecraft:coal"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "coal_block"
}
},
"has_at_least_9_coal": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:coal",
"count": {
"min": 9
}
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_at_least_9_coal"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:coarse_dirt"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "coarse_dirt"
}
},
"has_gravel": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gravel"
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_gravel"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:cobblestone_slab"
]
},
"criteria": {
"has_cobblestone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:cobblestone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "cobblestone_slab"
}
}
},
"requirements": [
[
"has_cobblestone"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,46 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:cyan_concrete_powder"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "cyan_concrete_powder"
}
},
"has_sand": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:sand"
}
]
}
},
"has_gravel": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gravel"
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_sand"
],
[
"has_gravel"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:cyan_stained_glass"
]
},
"criteria": {
"has_glass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:glass"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "cyan_stained_glass"
}
}
},
"requirements": [
[
"has_glass"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:cyan_stained_hardened_clay"
]
},
"criteria": {
"has_hardened_clay": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:hardened_clay"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "cyan_stained_hardened_clay"
}
}
},
"requirements": [
[
"has_hardened_clay"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:cyan_wool"
]
},
"criteria": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "cyan_wool"
}
}
},
"requirements": [
[
"has_wool"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:dark_oak_planks"
]
},
"criteria": {
"has_log2": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:log2",
"data": 1
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "dark_oak_planks"
}
}
},
"requirements": [
[
"has_log2"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:dark_oak_stairs"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "dark_oak_stairs"
}
},
"has_planks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:planks",
"data": 5
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_planks"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:dark_oak_wooden_slab"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "dark_oak_wooden_slab"
}
},
"has_planks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:planks",
"data": 5
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_planks"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:dark_prismarine"
]
},
"criteria": {
"has_prismarine_shard": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:prismarine_shard"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "dark_prismarine"
}
}
},
"requirements": [
[
"has_prismarine_shard"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:diorite"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "diorite"
}
},
"has_quartz": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:quartz"
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_quartz"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:end_bricks"
]
},
"criteria": {
"has_end_stone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:end_stone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "end_bricks"
}
}
},
"requirements": [
[
"has_end_stone"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:granite"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "granite"
}
},
"has_quartz": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:quartz"
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_quartz"
]
]
}

View File

@@ -1,46 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:gray_concrete_powder"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "gray_concrete_powder"
}
},
"has_sand": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:sand"
}
]
}
},
"has_gravel": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gravel"
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_sand"
],
[
"has_gravel"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:gray_stained_glass"
]
},
"criteria": {
"has_glass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:glass"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "gray_stained_glass"
}
}
},
"requirements": [
[
"has_glass"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:gray_stained_hardened_clay"
]
},
"criteria": {
"has_hardened_clay": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:hardened_clay"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "gray_stained_hardened_clay"
}
}
},
"requirements": [
[
"has_hardened_clay"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:gray_wool"
]
},
"criteria": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "gray_wool"
}
}
},
"requirements": [
[
"has_wool"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,46 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:green_concrete_powder"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "green_concrete_powder"
}
},
"has_sand": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:sand"
}
]
}
},
"has_gravel": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gravel"
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_sand"
],
[
"has_gravel"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:green_stained_glass"
]
},
"criteria": {
"has_glass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:glass"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "green_stained_glass"
}
}
},
"requirements": [
[
"has_glass"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:green_stained_hardened_clay"
]
},
"criteria": {
"has_hardened_clay": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:hardened_clay"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "green_stained_hardened_clay"
}
}
},
"requirements": [
[
"has_hardened_clay"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:green_wool"
]
},
"criteria": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "green_wool"
}
}
},
"requirements": [
[
"has_wool"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,37 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:hay_block",
"minecraft:wheat"
]
},
"criteria": {
"has_at_least_9_wheat": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wheat",
"count": {
"min": 9
}
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "hay_block"
}
}
},
"requirements": [
[
"has_at_least_9_wheat"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:jungle_planks"
]
},
"criteria": {
"has_log": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:log",
"data": 3
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "jungle_planks"
}
}
},
"requirements": [
[
"has_log"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:jungle_stairs"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "jungle_stairs"
}
},
"has_planks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:planks",
"data": 3
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_planks"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:jungle_wooden_slab"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "jungle_wooden_slab"
}
},
"has_planks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:planks",
"data": 3
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_planks"
]
]
}

View File

@@ -1,38 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:lapis_block",
"minecraft:lapis_lazuli"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "lapis_block"
}
},
"has_at_least_9_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dye",
"count": {
"min": 9
},
"data": 4
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_at_least_9_dye"
]
]
}

View File

@@ -1,46 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:light_blue_concrete_powder"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "light_blue_concrete_powder"
}
},
"has_sand": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:sand"
}
]
}
},
"has_gravel": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gravel"
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_sand"
],
[
"has_gravel"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:light_blue_stained_glass"
]
},
"criteria": {
"has_glass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:glass"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "light_blue_stained_glass"
}
}
},
"requirements": [
[
"has_glass"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:light_blue_stained_hardened_clay"
]
},
"criteria": {
"has_hardened_clay": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:hardened_clay"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "light_blue_stained_hardened_clay"
}
}
},
"requirements": [
[
"has_hardened_clay"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:light_blue_wool"
]
},
"criteria": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "light_blue_wool"
}
}
},
"requirements": [
[
"has_wool"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,46 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:light_gray_concrete_powder"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "light_gray_concrete_powder"
}
},
"has_sand": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:sand"
}
]
}
},
"has_gravel": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gravel"
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_sand"
],
[
"has_gravel"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:light_gray_stained_glass"
]
},
"criteria": {
"has_glass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:glass"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "light_gray_stained_glass"
}
}
},
"requirements": [
[
"has_glass"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:light_gray_stained_hardened_clay"
]
},
"criteria": {
"has_hardened_clay": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:hardened_clay"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "light_gray_stained_hardened_clay"
}
}
},
"requirements": [
[
"has_hardened_clay"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:light_gray_wool"
]
},
"criteria": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "light_gray_wool"
}
}
},
"requirements": [
[
"has_wool"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,46 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:lime_concrete_powder"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "lime_concrete_powder"
}
},
"has_sand": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:sand"
}
]
}
},
"has_gravel": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gravel"
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_sand"
],
[
"has_gravel"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:lime_stained_glass"
]
},
"criteria": {
"has_glass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:glass"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "lime_stained_glass"
}
}
},
"requirements": [
[
"has_glass"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:lime_stained_hardened_clay"
]
},
"criteria": {
"has_hardened_clay": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:hardened_clay"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "lime_stained_hardened_clay"
}
}
},
"requirements": [
[
"has_hardened_clay"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:lime_wool"
]
},
"criteria": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "lime_wool"
}
}
},
"requirements": [
[
"has_wool"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:lit_pumpkin"
]
},
"criteria": {
"has_pumpkin": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:pumpkin"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "lit_pumpkin"
}
}
},
"requirements": [
[
"has_pumpkin"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,46 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:magenta_concrete_powder"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "magenta_concrete_powder"
}
},
"has_sand": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:sand"
}
]
}
},
"has_gravel": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gravel"
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_sand"
],
[
"has_gravel"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:magenta_stained_glass"
]
},
"criteria": {
"has_glass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:glass"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "magenta_stained_glass"
}
}
},
"requirements": [
[
"has_glass"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:magenta_stained_hardened_clay"
]
},
"criteria": {
"has_hardened_clay": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:hardened_clay"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "magenta_stained_hardened_clay"
}
}
},
"requirements": [
[
"has_hardened_clay"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:magenta_wool"
]
},
"criteria": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "magenta_wool"
}
}
},
"requirements": [
[
"has_wool"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:magma"
]
},
"criteria": {
"has_magma_cream": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:magma_cream"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "magma"
}
}
},
"requirements": [
[
"has_magma_cream"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:melon_block"
]
},
"criteria": {
"has_melon": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:melon"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "melon_block"
}
}
},
"requirements": [
[
"has_melon"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:mossy_stonebrick"
]
},
"criteria": {
"has_mossy_cobblestone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:mossy_cobblestone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "mossy_stonebrick"
}
}
},
"requirements": [
[
"has_mossy_cobblestone"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:nether_brick"
]
},
"criteria": {
"has_netherbrick": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:netherbrick"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "nether_brick"
}
}
},
"requirements": [
[
"has_netherbrick"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:nether_brick_slab"
]
},
"criteria": {
"has_nether_brick": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:nether_brick"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "nether_brick_slab"
}
}
},
"requirements": [
[
"has_nether_brick"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:nether_brick_stairs"
]
},
"criteria": {
"has_nether_brick": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:nether_brick"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "nether_brick_stairs"
}
}
},
"requirements": [
[
"has_nether_brick"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:oak_planks"
]
},
"criteria": {
"has_log": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:log",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "oak_planks"
}
}
},
"requirements": [
[
"has_log"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:oak_stairs"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "oak_stairs"
}
},
"has_planks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:planks",
"data": 0
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_planks"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:oak_wooden_slab"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "oak_wooden_slab"
}
},
"has_planks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:planks",
"data": 0
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_planks"
]
]
}

View File

@@ -1,46 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:orange_concrete_powder"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "orange_concrete_powder"
}
},
"has_sand": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:sand"
}
]
}
},
"has_gravel": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gravel"
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_sand"
],
[
"has_gravel"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:orange_stained_glass"
]
},
"criteria": {
"has_glass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:glass"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "orange_stained_glass"
}
}
},
"requirements": [
[
"has_glass"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:orange_stained_hardened_clay"
]
},
"criteria": {
"has_hardened_clay": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:hardened_clay"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "orange_stained_hardened_clay"
}
}
},
"requirements": [
[
"has_hardened_clay"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:orange_wool"
]
},
"criteria": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "orange_wool"
}
}
},
"requirements": [
[
"has_wool"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:pillar_quartz_block"
]
},
"criteria": {
"has_quartz_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:quartz_block"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "pillar_quartz_block"
}
}
},
"requirements": [
[
"has_quartz_block"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,46 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:pink_concrete_powder"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "pink_concrete_powder"
}
},
"has_sand": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:sand"
}
]
}
},
"has_gravel": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gravel"
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_sand"
],
[
"has_gravel"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:pink_stained_glass"
]
},
"criteria": {
"has_glass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:glass"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "pink_stained_glass"
}
}
},
"requirements": [
[
"has_glass"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:pink_stained_hardened_clay"
]
},
"criteria": {
"has_hardened_clay": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:hardened_clay"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "pink_stained_hardened_clay"
}
}
},
"requirements": [
[
"has_hardened_clay"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:pink_wool"
]
},
"criteria": {
"has_wool": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wool",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "pink_wool"
}
}
},
"requirements": [
[
"has_wool"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:polished_andesite"
]
},
"criteria": {
"has_stone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:stone",
"data": 5
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "polished_andesite"
}
}
},
"requirements": [
[
"has_stone"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:polished_diorite"
]
},
"criteria": {
"has_stone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:stone",
"data": 3
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "polished_diorite"
}
}
},
"requirements": [
[
"has_stone"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,34 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:polished_granite"
]
},
"criteria": {
"has_stone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:stone",
"data": 1
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "polished_granite"
}
}
},
"requirements": [
[
"has_stone"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:prismarine"
]
},
"criteria": {
"has_prismarine_shard": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:prismarine_shard"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "prismarine"
}
}
},
"requirements": [
[
"has_prismarine_shard"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:prismarine_bricks"
]
},
"criteria": {
"has_prismarine_shard": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:prismarine_shard"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "prismarine_bricks"
}
}
},
"requirements": [
[
"has_prismarine_shard"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,46 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:purple_concrete_powder"
]
},
"criteria": {
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "purple_concrete_powder"
}
},
"has_sand": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:sand"
}
]
}
},
"has_gravel": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gravel"
}
]
}
}
},
"requirements": [
[
"has_the_recipe"
],
[
"has_sand"
],
[
"has_gravel"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:purple_stained_glass"
]
},
"criteria": {
"has_glass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:glass"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "purple_stained_glass"
}
}
},
"requirements": [
[
"has_glass"
],
[
"has_the_recipe"
]
]
}

View File

@@ -1,33 +0,0 @@
{
"rewards": {
"recipes": [
"minecraft:purple_stained_hardened_clay"
]
},
"criteria": {
"has_hardened_clay": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:hardened_clay"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "purple_stained_hardened_clay"
}
}
},
"requirements": [
[
"has_hardened_clay"
],
[
"has_the_recipe"
]
]
}

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