Create/Update assets for version 1.15.2

This commit is contained in:
InventiveBot
2020-01-24 10:51:17 +00:00
parent 680741d97c
commit dcb94b454f
1525 changed files with 198372 additions and 31264 deletions

View File

@@ -6,15 +6,12 @@
]
},
"criteria": {
"has_at_least_9_packed_ice": {
"has_packed_ice": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:packed_ice",
"count": {
"min": 9
}
"item": "minecraft:packed_ice"
}
]
}
@@ -28,7 +25,7 @@
},
"requirements": [
[
"has_at_least_9_packed_ice",
"has_packed_ice",
"has_the_recipe"
]
]

View File

@@ -6,15 +6,12 @@
]
},
"criteria": {
"has_at_least_9_bonemeal": {
"has_bonemeal": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:bone_meal",
"count": {
"min": 9
}
"item": "minecraft:bone_meal"
}
]
}
@@ -28,7 +25,7 @@
},
"requirements": [
[
"has_at_least_9_bonemeal",
"has_bonemeal",
"has_the_recipe"
]
]

View File

@@ -6,15 +6,12 @@
]
},
"criteria": {
"has_at_least_9_coal": {
"has_coal": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:coal",
"count": {
"min": 9
}
"item": "minecraft:coal"
}
]
}
@@ -28,7 +25,7 @@
},
"requirements": [
[
"has_at_least_9_coal",
"has_coal",
"has_the_recipe"
]
]

View File

@@ -6,15 +6,12 @@
]
},
"criteria": {
"has_at_least_9_diamond": {
"has_diamond": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:diamond",
"count": {
"min": 9
}
"item": "minecraft:diamond"
}
]
}
@@ -28,7 +25,7 @@
},
"requirements": [
[
"has_at_least_9_diamond",
"has_diamond",
"has_the_recipe"
]
]

View File

@@ -6,25 +6,12 @@
]
},
"criteria": {
"has_at_least_9_dried_kelp": {
"has_dried_kelp": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dried_kelp",
"count": {
"min": 9
}
}
]
}
},
"has_dried_kelp_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dried_kelp_block"
"item": "minecraft:dried_kelp"
}
]
}
@@ -38,8 +25,7 @@
},
"requirements": [
[
"has_at_least_9_dried_kelp",
"has_dried_kelp_block",
"has_dried_kelp",
"has_the_recipe"
]
]

View File

@@ -6,15 +6,12 @@
]
},
"criteria": {
"has_at_least_9_emerald": {
"has_emerald": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:emerald",
"count": {
"min": 9
}
"item": "minecraft:emerald"
}
]
}
@@ -28,7 +25,7 @@
},
"requirements": [
[
"has_at_least_9_emerald",
"has_emerald",
"has_the_recipe"
]
]

View File

@@ -6,15 +6,12 @@
]
},
"criteria": {
"has_at_least_9_gold_ingot": {
"has_gold_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gold_ingot",
"count": {
"min": 9
}
"item": "minecraft:gold_ingot"
}
]
}
@@ -28,7 +25,7 @@
},
"requirements": [
[
"has_at_least_9_gold_ingot",
"has_gold_ingot",
"has_the_recipe"
]
]

View File

@@ -6,15 +6,12 @@
]
},
"criteria": {
"has_at_least_9_wheat": {
"has_wheat": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wheat",
"count": {
"min": 9
}
"item": "minecraft:wheat"
}
]
}
@@ -28,7 +25,7 @@
},
"requirements": [
[
"has_at_least_9_wheat",
"has_wheat",
"has_the_recipe"
]
]

View File

@@ -6,15 +6,12 @@
]
},
"criteria": {
"has_at_least_9_iron_ingot": {
"has_iron_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_ingot",
"count": {
"min": 9
}
"item": "minecraft:iron_ingot"
}
]
}
@@ -28,7 +25,7 @@
},
"requirements": [
[
"has_at_least_9_iron_ingot",
"has_iron_ingot",
"has_the_recipe"
]
]

View File

@@ -6,15 +6,12 @@
]
},
"criteria": {
"has_at_least_9_lapis": {
"has_lapis": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:lapis_lazuli",
"count": {
"min": 9
}
"item": "minecraft:lapis_lazuli"
}
]
}
@@ -28,7 +25,7 @@
},
"requirements": [
[
"has_at_least_9_lapis",
"has_lapis",
"has_the_recipe"
]
]

View File

@@ -6,15 +6,12 @@
]
},
"criteria": {
"has_at_least_9_ice": {
"has_ice": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:ice",
"count": {
"min": 9
}
"item": "minecraft:ice"
}
]
}
@@ -28,7 +25,7 @@
},
"requirements": [
[
"has_at_least_9_ice",
"has_ice",
"has_the_recipe"
]
]

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:stripped_acacia_wood"
]
},
"criteria": {
"has_log": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:stripped_acacia_log"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:stripped_acacia_wood"
}
}
},
"requirements": [
[
"has_log",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:stripped_birch_wood"
]
},
"criteria": {
"has_log": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:stripped_birch_log"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:stripped_birch_wood"
}
}
},
"requirements": [
[
"has_log",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:stripped_dark_oak_wood"
]
},
"criteria": {
"has_log": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:stripped_dark_oak_log"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:stripped_dark_oak_wood"
}
}
},
"requirements": [
[
"has_log",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:stripped_jungle_wood"
]
},
"criteria": {
"has_log": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:stripped_jungle_log"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:stripped_jungle_wood"
}
}
},
"requirements": [
[
"has_log",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:stripped_oak_wood"
]
},
"criteria": {
"has_log": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:stripped_oak_log"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:stripped_oak_wood"
}
}
},
"requirements": [
[
"has_log",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:stripped_spruce_wood"
]
},
"criteria": {
"has_log": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:stripped_spruce_log"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:stripped_spruce_wood"
}
}
},
"requirements": [
[
"has_log",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:beehive"
]
},
"criteria": {
"has_honeycomb": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:honeycomb"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:beehive"
}
}
},
"requirements": [
[
"has_honeycomb",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:honey_block"
]
},
"criteria": {
"has_honey_bottle": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:honey_bottle"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:honey_block"
}
}
},
"requirements": [
[
"has_honey_bottle",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:honeycomb_block"
]
},
"criteria": {
"has_honeycomb": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:honeycomb"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:honeycomb_block"
}
}
},
"requirements": [
[
"has_honeycomb",
"has_the_recipe"
]
]
}

View File

@@ -6,15 +6,12 @@
]
},
"criteria": {
"has_at_least_9_slime_ball": {
"has_slime_ball": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:slime_ball",
"count": {
"min": 9
}
"item": "minecraft:slime_ball"
}
]
}
@@ -28,7 +25,7 @@
},
"requirements": [
[
"has_at_least_9_slime_ball",
"has_slime_ball",
"has_the_recipe"
]
]

View File

@@ -6,19 +6,6 @@
]
},
"criteria": {
"has_at_least_9_dried_kelp": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dried_kelp",
"count": {
"min": 9
}
}
]
}
},
"has_dried_kelp_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
@@ -38,7 +25,6 @@
},
"requirements": [
[
"has_at_least_9_dried_kelp",
"has_dried_kelp_block",
"has_the_recipe"
]

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:honey_bottle"
]
},
"criteria": {
"has_honey_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:honey_block"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:honey_bottle"
}
}
},
"requirements": [
[
"has_honey_block",
"has_the_recipe"
]
]
}

View File

@@ -6,19 +6,6 @@
]
},
"criteria": {
"has_at_least_9_bonemeal": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:bone_meal",
"count": {
"min": 9
}
}
]
}
},
"has_bone_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
@@ -38,7 +25,6 @@
},
"requirements": [
[
"has_at_least_9_bonemeal",
"has_bone_block",
"has_the_recipe"
]

View File

@@ -6,19 +6,6 @@
]
},
"criteria": {
"has_at_least_9_coal": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:coal",
"count": {
"min": 9
}
}
]
}
},
"has_coal_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
@@ -38,7 +25,6 @@
},
"requirements": [
[
"has_at_least_9_coal",
"has_coal_block",
"has_the_recipe"
]

View File

@@ -6,12 +6,12 @@
]
},
"criteria": {
"has_wooden_fences": {
"has_wood_slab": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "minecraft:wooden_fences"
"tag": "minecraft:wooden_slabs"
}
]
}
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_wooden_fences",
"has_wood_slab",
"has_the_recipe"
]
]

View File

@@ -6,19 +6,6 @@
]
},
"criteria": {
"has_at_least_9_diamond": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:diamond",
"count": {
"min": 9
}
}
]
}
},
"has_diamond_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
@@ -38,7 +25,6 @@
},
"requirements": [
[
"has_at_least_9_diamond",
"has_diamond_block",
"has_the_recipe"
]

View File

@@ -6,19 +6,6 @@
]
},
"criteria": {
"has_at_least_9_emerald": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:emerald",
"count": {
"min": 9
}
}
]
}
},
"has_emerald_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
@@ -38,7 +25,6 @@
},
"requirements": [
[
"has_at_least_9_emerald",
"has_emerald_block",
"has_the_recipe"
]

View File

@@ -6,19 +6,6 @@
]
},
"criteria": {
"has_at_least_9_gold_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gold_ingot",
"count": {
"min": 9
}
}
]
}
},
"has_gold_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
@@ -38,7 +25,6 @@
},
"requirements": [
[
"has_at_least_9_gold_ingot",
"has_gold_block",
"has_the_recipe"
]

View File

@@ -6,15 +6,12 @@
]
},
"criteria": {
"has_at_least_9_gold_nugget": {
"has_gold_nugget": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gold_nugget",
"count": {
"min": 9
}
"item": "minecraft:gold_nugget"
}
]
}
@@ -28,7 +25,7 @@
},
"requirements": [
[
"has_at_least_9_gold_nugget",
"has_gold_nugget",
"has_the_recipe"
]
]

View File

@@ -6,19 +6,6 @@
]
},
"criteria": {
"has_at_least_9_gold_nugget": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gold_nugget",
"count": {
"min": 9
}
}
]
}
},
"has_gold_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
@@ -38,7 +25,6 @@
},
"requirements": [
[
"has_at_least_9_gold_nugget",
"has_gold_ingot",
"has_the_recipe"
]

View File

@@ -6,19 +6,6 @@
]
},
"criteria": {
"has_at_least_9_iron_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_ingot",
"count": {
"min": 9
}
}
]
}
},
"has_iron_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
@@ -38,7 +25,6 @@
},
"requirements": [
[
"has_at_least_9_iron_ingot",
"has_iron_block",
"has_the_recipe"
]

View File

@@ -6,15 +6,12 @@
]
},
"criteria": {
"has_at_least_9_iron_nugget": {
"has_iron_nugget": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_nugget",
"count": {
"min": 9
}
"item": "minecraft:iron_nugget"
}
]
}
@@ -28,7 +25,7 @@
},
"requirements": [
[
"has_at_least_9_iron_nugget",
"has_iron_nugget",
"has_the_recipe"
]
]

View File

@@ -6,19 +6,6 @@
]
},
"criteria": {
"has_at_least_9_iron_nugget": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_nugget",
"count": {
"min": 9
}
}
]
}
},
"has_iron_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
@@ -38,7 +25,6 @@
},
"requirements": [
[
"has_at_least_9_iron_nugget",
"has_iron_ingot",
"has_the_recipe"
]

View File

@@ -6,19 +6,6 @@
]
},
"criteria": {
"has_at_least_9_lapis": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:lapis_lazuli",
"count": {
"min": 9
}
}
]
}
},
"has_lapis_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
@@ -38,7 +25,6 @@
},
"requirements": [
[
"has_at_least_9_lapis",
"has_lapis_block",
"has_the_recipe"
]

View File

@@ -6,19 +6,6 @@
]
},
"criteria": {
"has_at_least_9_slime_ball": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:slime_ball",
"count": {
"min": 9
}
}
]
}
},
"has_slime": {
"trigger": "minecraft:inventory_changed",
"conditions": {
@@ -38,7 +25,6 @@
},
"requirements": [
[
"has_at_least_9_slime_ball",
"has_slime",
"has_the_recipe"
]

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:sugar_from_honey_bottle"
]
},
"criteria": {
"has_honey_bottle": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:honey_bottle"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:sugar_from_honey_bottle"
}
}
},
"requirements": [
[
"has_honey_bottle",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:sugar_from_sugar_cane"
]
},
"criteria": {
"has_reeds": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:sugar_cane"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:sugar_from_sugar_cane"
}
}
},
"requirements": [
[
"has_reeds",
"has_the_recipe"
]
]
}

View File

@@ -6,19 +6,6 @@
]
},
"criteria": {
"has_at_least_9_wheat": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wheat",
"count": {
"min": 9
}
}
]
}
},
"has_hay_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
@@ -38,7 +25,6 @@
},
"requirements": [
[
"has_at_least_9_wheat",
"has_hay_block",
"has_the_recipe"
]

View File

@@ -16,19 +16,6 @@
]
}
},
"has_at_least_9_redstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:redstone",
"count": {
"min": 9
}
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
@@ -39,7 +26,6 @@
"requirements": [
[
"has_redstone_block",
"has_at_least_9_redstone",
"has_the_recipe"
]
]

View File

@@ -6,15 +6,12 @@
]
},
"criteria": {
"has_at_least_9_redstone": {
"has_redstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:redstone",
"count": {
"min": 9
}
"item": "minecraft:redstone"
}
]
}
@@ -28,7 +25,7 @@
},
"requirements": [
[
"has_at_least_9_redstone",
"has_redstone",
"has_the_recipe"
]
]