Create/Update assets for version 1.15.1-pre1

This commit is contained in:
InventiveBot
2019-12-14 22:30:56 +00:00
parent 006b2fff62
commit 5db864f4b9
1518 changed files with 192017 additions and 27573 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"
]
]