first commit
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
{
|
||||
"criteria": {
|
||||
"requirement": {
|
||||
"trigger": "minecraft:fishing_rod_hooked",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": ["minecraft:barrier"],
|
||||
"nbt": "{PokemonFishing:{}}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"rewards": {
|
||||
"function": "pokemonfishing:on_event/on_catch"
|
||||
}
|
||||
}
|
@ -0,0 +1,10 @@
|
||||
{
|
||||
"criteria": {
|
||||
"requirement": {
|
||||
"trigger": "minecraft:tick"
|
||||
}
|
||||
},
|
||||
"rewards": {
|
||||
"function": "pokemonfishing:on_event/on_join"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user