完善…模块

This commit is contained in:
延皓
2022-07-11 15:40:55 +08:00
parent 4a69d7d927
commit d85e07874f
49 changed files with 181 additions and 37 deletions
@@ -0,0 +1,21 @@
{
"criteria": {
"on_entered_nether_portal": {
"trigger": "minecraft:changed_dimension",
"conditions": {
"player": {
"location": {
"block": {
"blocks": [
"minecraft:nether_portal"
]
}
}
}
}
}
},
"rewards": {
"function": "fz:game_event/player/on_entered_nether_portal"
}
}