dev.202207030626
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"criteria": {
|
||||
"piglin_trade": {
|
||||
"trigger": "minecraft:thrown_item_picked_up_by_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "minecraft:piglin"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"rewards": {
|
||||
"function": "fz:event/on_piglin_trade"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"criteria": {
|
||||
"play_one_min": {
|
||||
"trigger": "minecraft:tick",
|
||||
"conditions": {
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:entity_scores",
|
||||
"entity": "this",
|
||||
"scores": {
|
||||
"fz.module.scoreboard.assign.activation": {
|
||||
"min":
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"criteria": {
|
||||
"villager_trade": {
|
||||
"trigger": "minecraft:villager_trade"
|
||||
}
|
||||
},
|
||||
"rewards": {
|
||||
"function": "fz:event/on_villager_trade"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user