33 lines
913 B
JSON
33 lines
913 B
JSON
{
|
|
"condition": "minecraft:any_of",
|
|
"terms": [
|
|
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"nbt": "{Item:{id:\"minecraft:minecart\"}}"
|
|
}
|
|
},
|
|
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"nbt": "{Item:{id:\"minecraft:hopper_minecart\"}}"
|
|
}
|
|
},
|
|
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"nbt": "{Item:{id:\"minecraft:chest_minecart\"}}"
|
|
}
|
|
},
|
|
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"nbt": "{Item:{id:\"minecraft:furnace_minecart\"}}"
|
|
}
|
|
}
|
|
]
|
|
} |