Skip to content

Commit

Permalink
🔖 v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiro2gou committed Dec 10, 2023
1 parent 057b538 commit 3048bb5
Show file tree
Hide file tree
Showing 3 changed files with 10 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.0"
data modify storage global Ashen.Lib.Version set value "v0.0.1"

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

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

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

0 comments on commit 3048bb5

Please sign in to comment.