Skip to content

Commit

Permalink
🔖 v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiro2gou committed Dec 10, 2023
1 parent eebe203 commit 30ddd3c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/ashen_lib/functions/load_once.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# @within function ashen_lib:load

# Version tag
data modify storage global Ashen.Lib.Version set value "v0.0.1"
data modify storage global Ashen.Lib.Version set value "v0.1.0"

# Reset
scoreboard objectives remove Ashen.Global.ID
Expand Down
1 change: 1 addition & 0 deletions data/ashen_lib/functions/migration/.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
# @within function ashen_lib:load

execute if data storage global Ashen.Lib{Version: "v0.0.0"} run function ashen_lib:migration/v0.0.1/
execute if data storage global Ashen.Lib{Version: "v0.0.1"} run function ashen_lib:migration/v0.1.0/
6 changes: 6 additions & 0 deletions data/ashen_lib/functions/migration/v0.1.0/.mcfunction
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#> ashen_lib:migration/v0.1.0/
# @within function ashen_lib:migration/

#> from: eebe2035691576d4b29661bd1b859003a4368784
execute in ashen_lib:clipboard run forceload add 0 0
execute in ashen_lib:clipboard run setblock 0 0 0 shulker_box{Lock: "lock"}

0 comments on commit 30ddd3c

Please sign in to comment.