Create/Update assets for version 19w36a

This commit is contained in:
InventiveBot
2019-09-05 09:57:38 +00:00
parent 5f3ebec498
commit 9f58778625
1267 changed files with 50948 additions and 20600 deletions

View File

@@ -322,6 +322,14 @@
"item": "minecraft:sweet_berries"
}
}
},
"honey_bottle": {
"trigger": "minecraft:consume_item",
"conditions": {
"item": {
"item": "minecraft:honey_bottle"
}
}
}
},
"requirements": [
@@ -438,6 +446,9 @@
],
[
"sweet_berries"
],
[
"honey_bottle"
]
]
}

View File

@@ -130,6 +130,14 @@
"type": "minecraft:fox"
}
}
},
"minecraft:bee": {
"trigger": "minecraft:bred_animals",
"conditions": {
"parent": {
"type": "minecraft:bee"
}
}
}
},
"requirements": [
@@ -174,6 +182,9 @@
],
[
"minecraft:fox"
],
[
"minecraft:bee"
]
]
}