fix #I5BP3U
This commit is contained in:
parent
80633006d5
commit
57ede60186
@ -8,7 +8,9 @@
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"player": {
|
||||
"type": "minecraft:player",
|
||||
"type_specific": {
|
||||
"type": "player",
|
||||
"advancements": {
|
||||
"fz:config/sneak": true
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"description": "FZ's Datapack - Code By Harvey_Husky",
|
||||
"pack_format": 7
|
||||
"pack_format": 10
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user