Create/Update assets for version 18w50a

This commit is contained in:
InventiveBot
2018-12-21 06:39:57 +00:00
parent 2899084dcb
commit a57133010d
2938 changed files with 67589 additions and 10019 deletions

View File

@@ -6,12 +6,12 @@
]
},
"criteria": {
"has_lapis": {
"has_blue_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:lapis_lazuli"
"item": "minecraft:blue_dye"
}
]
}
@@ -21,7 +21,7 @@
"conditions": {
"items": [
{
"item": "minecraft:rose_red"
"item": "minecraft:red_dye"
}
]
}
@@ -35,7 +35,7 @@
},
"requirements": [
[
"has_lapis",
"has_blue_dye",
"has_red_dye",
"has_the_recipe"
]