Create/Update assets for version 20w06a

This commit is contained in:
InventiveBot
2020-02-08 11:07:20 +00:00
parent 463b30cea6
commit 5de19cb0f0
2186 changed files with 205983 additions and 31579 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

@@ -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: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

@@ -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"
]
]
}