Skip to content

Commit

Permalink
🔖 v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiro2gou committed Dec 12, 2023
1 parent 88b3d97 commit 3ac0ef3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/ashen_lib/functions/migration/.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ execute if data storage global Ashen.Lib{Version: "v0.0.0"} run function ashen_l
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/
14 changes: 14 additions & 0 deletions data/ashen_lib/functions/migration/v0.3.0/.mcfunction
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#> ashen_lib:migration/v0.3.0/
#
# v0.2.0 -> v0.3.0
#
# @within function ashen_lib:migration/

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

#> from: b299ba4c342a02f7418e62fc7eb6ccdee33314e1
# @private
#declare objective Ashen.Global.ID
scoreboard players operation @a Ashen.Global.UserID = @s Ashen.Global.ID
scoreboard objectives remove Ashen.Global.ID

0 comments on commit 3ac0ef3

Please sign in to comment.