Create/Update assets for version 20w14a

This commit is contained in:
InventiveBot
2020-04-10 21:55:03 +00:00
parent 84de43cc2b
commit 866982921a
5258 changed files with 289850 additions and 62993 deletions

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

@@ -11,7 +11,7 @@
"conditions": {
"items": [
{
"item": "minecraft:glass"
"item": "minecraft:black_stained_glass"
}
]
}

View File

@@ -11,7 +11,7 @@
"conditions": {
"items": [
{
"item": "minecraft:glass"
"item": "minecraft:blue_stained_glass"
}
]
}

View File

@@ -11,7 +11,7 @@
"conditions": {
"items": [
{
"item": "minecraft:glass"
"item": "minecraft:brown_stained_glass"
}
]
}

View File

@@ -6,12 +6,12 @@
]
},
"criteria": {
"has_string": {
"has_paper": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:string"
"item": "minecraft:paper"
}
]
}
@@ -25,7 +25,7 @@
},
"requirements": [
[
"has_string",
"has_paper",
"has_the_recipe"
]
]

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:composter"
]
},
"criteria": {
"has_wood_slab": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "minecraft:wooden_slabs"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:composter"
}
}
},
"requirements": [
[
"has_wood_slab",
"has_the_recipe"
]
]
}

View File

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

View File

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

View File

@@ -11,7 +11,7 @@
"conditions": {
"items": [
{
"item": "minecraft:glass"
"item": "minecraft:cyan_stained_glass"
}
]
}

View File

@@ -11,7 +11,7 @@
"conditions": {
"items": [
{
"item": "minecraft:glass"
"item": "minecraft:gray_stained_glass"
}
]
}

View File

@@ -11,7 +11,7 @@
"conditions": {
"items": [
{
"item": "minecraft:glass"
"item": "minecraft:green_stained_glass"
}
]
}

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

@@ -11,7 +11,7 @@
"conditions": {
"items": [
{
"item": "minecraft:glass"
"item": "minecraft:light_blue_stained_glass"
}
]
}

View File

@@ -11,7 +11,7 @@
"conditions": {
"items": [
{
"item": "minecraft:glass"
"item": "minecraft:light_gray_stained_glass"
}
]
}

View File

@@ -11,7 +11,7 @@
"conditions": {
"items": [
{
"item": "minecraft:glass"
"item": "minecraft:lime_stained_glass"
}
]
}

View File

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

View File

@@ -11,7 +11,7 @@
"conditions": {
"items": [
{
"item": "minecraft:glass"
"item": "minecraft:magenta_stained_glass"
}
]
}

View File

@@ -16,7 +16,7 @@
]
}
},
"has_oramge_dye": {
"has_orange_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -36,7 +36,7 @@
"requirements": [
[
"has_white_carpet",
"has_oramge_dye",
"has_orange_dye",
"has_the_recipe"
]
]

View File

@@ -11,7 +11,7 @@
"conditions": {
"items": [
{
"item": "minecraft:glass"
"item": "minecraft:orange_stained_glass"
}
]
}

View File

@@ -11,7 +11,7 @@
"conditions": {
"items": [
{
"item": "minecraft:glass"
"item": "minecraft:pink_stained_glass"
}
]
}

View File

@@ -11,7 +11,7 @@
"conditions": {
"items": [
{
"item": "minecraft:glass"
"item": "minecraft:purple_stained_glass"
}
]
}

View File

@@ -11,7 +11,7 @@
"conditions": {
"items": [
{
"item": "minecraft:glass"
"item": "minecraft:red_stained_glass"
}
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:respawn_anchor"
]
},
"criteria": {
"has_obsidian": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:crying_obsidian"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:respawn_anchor"
}
}
},
"requirements": [
[
"has_obsidian",
"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

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

View File

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

View File

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

View File

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

View File

@@ -11,7 +11,7 @@
"conditions": {
"items": [
{
"item": "minecraft:glass"
"item": "minecraft:white_stained_glass"
}
]
}

View File

@@ -11,7 +11,7 @@
"conditions": {
"items": [
{
"item": "minecraft:glass"
"item": "minecraft:yellow_stained_glass"
}
]
}