fix #I5BP3U

This commit is contained in:
延皓 2022-06-10 15:25:14 +08:00
parent 80633006d5
commit 57ede60186
4 changed files with 5 additions and 3 deletions

View File

@ -8,7 +8,9 @@
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"player": {
"type": "minecraft:player",
"type_specific": {
"type": "player",
"advancements": {
"fz:config/sneak": true
}

View File

@ -1,5 +1,5 @@
#新版本号
data modify storage fz:survival newVersion set value [2,1,3,2]
data modify storage fz:survival newVersion set value [2,2,0]
execute if data storage fz:survival newVersion[3] run data modify storage fz:survival snapshot set value 1b
execute unless data storage fz:survival newVersion[3] run data remove storage fz:survival snapshot
##data remove storage fz:survival snapshot

View File

@ -1,6 +1,6 @@
{
"pack": {
"description": "FZ's Datapack - Code By Harvey_Husky",
"pack_format": 7
"pack_format": 10
}
}