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

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