Skip to content

Commit

Permalink
🔖 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rarula committed Nov 10, 2023
1 parent c0905ae commit d57fd44
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Example/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 12,
"pack_format": 18,
"description": "Example"
}
}
1 change: 1 addition & 0 deletions data/sketch/functions/core/load.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
execute if data storage sketch: {Version:"1.0.1"} run function sketch:core/migration/2.0.0/_
execute if data storage sketch: {Version:"2.0.0"} run function sketch:core/migration/2.0.1/_
execute if data storage sketch: {Version:"2.0.1"} run function sketch:core/migration/2.0.2/_
execute if data storage sketch: {Version:"2.0.2"} run function sketch:core/migration/2.0.3/_
5 changes: 5 additions & 0 deletions data/sketch/functions/core/migration/2.0.3/_.mcfunction
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#> sketch:core/migration/2.0.3/_
# @within function sketch:core/load

# バージョン設定
data modify storage sketch: Version set value "2.0.3"
4 changes: 2 additions & 2 deletions pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 12,
"description": "Sketch 2.0.2"
"pack_format": 18,
"description": "Sketch 2.0.3"
}
}

0 comments on commit d57fd44

Please sign in to comment.