40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
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\"}}"
|
|
}
|
|
},
|
|
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"nbt": "{Item:{id:\"minecraft:tnt_minecart\"}}"
|
|
}
|
|
}
|
|
]
|
|
} |