合并破基岩榜到主数据包

This commit is contained in:
延皓
2022-09-02 05:24:33 +08:00
parent 69ddfba745
commit 7bdae8271e
60 changed files with 326 additions and 52 deletions
@@ -0,0 +1,24 @@
{
"parent": "fzsd:game_event",
"criteria": {
"broke_bedrock": {
"trigger": "minecraft:tick",
"conditions": {
"player": [
{
"condition": "minecraft:entity_scores",
"entity": "this",
"scores": {
"fzsd.extra.bbl": {
"min": 1
}
}
}
]
}
}
},
"rewards": {
"function": "fzsd.extra.bbl:event/advancement/broke_bedrock"
}
}