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

@@ -106,6 +106,22 @@
"type": "minecraft:turtle"
}
}
},
"minecraft:cat": {
"trigger": "minecraft:bred_animals",
"conditions": {
"parent": {
"type": "minecraft:cat"
}
}
},
"minecraft:panda": {
"trigger": "minecraft:bred_animals",
"conditions": {
"parent": {
"type": "minecraft:panda"
}
}
}
},
"requirements": [
@@ -141,6 +157,12 @@
],
[
"minecraft:turtle"
],
[
"minecraft:cat"
],
[
"minecraft:panda"
]
]
}