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

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