You've already forked minecraft-assets
Create/Update assets for version 20w29a
This commit is contained in:
@@ -22,113 +22,276 @@
|
||||
"minecraft:horse": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:horse"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:horse"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:donkey": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:donkey"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:mule": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:mule"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:sheep": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:sheep"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:sheep"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:cow": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:cow"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:cow"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:mooshroom": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:mooshroom"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:mooshroom"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:pig": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:pig"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:pig"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:chicken": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:chicken"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:chicken"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:wolf": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:wolf"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:wolf"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:ocelot": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:ocelot"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:ocelot"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:rabbit": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:rabbit"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:rabbit"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:llama": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:llama"
|
||||
}
|
||||
}
|
||||
},
|
||||
"minecraft:turtle": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:turtle"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:llama"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:cat": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:cat"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:cat"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:panda": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:panda"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:panda"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:fox": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:fox"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:fox"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:bee": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:bee"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:hoglin": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:hoglin"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:strider": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:strider"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:turtle": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:turtle"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
],
|
||||
"partner": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:turtle"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -136,6 +299,12 @@
|
||||
[
|
||||
"minecraft:horse"
|
||||
],
|
||||
[
|
||||
"minecraft:donkey"
|
||||
],
|
||||
[
|
||||
"minecraft:mule"
|
||||
],
|
||||
[
|
||||
"minecraft:sheep"
|
||||
],
|
||||
@@ -163,9 +332,6 @@
|
||||
[
|
||||
"minecraft:llama"
|
||||
],
|
||||
[
|
||||
"minecraft:turtle"
|
||||
],
|
||||
[
|
||||
"minecraft:cat"
|
||||
],
|
||||
@@ -174,6 +340,18 @@
|
||||
],
|
||||
[
|
||||
"minecraft:fox"
|
||||
],
|
||||
[
|
||||
"minecraft:bee"
|
||||
],
|
||||
[
|
||||
"minecraft:hoglin"
|
||||
],
|
||||
[
|
||||
"minecraft:strider"
|
||||
],
|
||||
[
|
||||
"minecraft:turtle"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user