Skip to content

Commit

Permalink
🔖 v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiro2gou committed Dec 12, 2023
1 parent 871deb0 commit 917263d
Show file tree
Hide file tree
Showing 3 changed files with 14 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.3.0"
data modify storage global Ashen.Lib.Version set value "v0.3.1"

# Reset
scoreboard objectives remove Ashen.Lib.FirstJoin
Expand Down
4 changes: 4 additions & 0 deletions data/ashen_lib/functions/migration/.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
# @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/
execute if data storage global Ashen.Lib{Version: "v0.1.0"} run function ashen_lib:migration/v0.1.1/

execute if data storage global Ashen.Lib{Version: "v0.1.1"} run function ashen_lib:migration/v0.2.0/

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

# Migration
data modify storage global Ashen.Lib.Version set value "v0.3.1"

0 comments on commit 917263d

Please sign in to comment.