18 lines
449 B
JSON
18 lines
449 B
JSON
{
|
|
"criteria": {
|
|
"on_shears_used_on_entity": {
|
|
"trigger": "minecraft:player_interacted_with_entity",
|
|
"conditions": {
|
|
"entity": {
|
|
"type": "#fz:shearable"
|
|
},
|
|
"item": {
|
|
"tag": "fz:tool/shears"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"rewards": {
|
|
"function": "fz:event/player/on_shears_used_on_entity"
|
|
}
|
|
} |