Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rarula committed Jun 20, 2022
1 parent 9bd2823 commit ee7650e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/sketch/functions/core/load.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# @within tag/function minecraft:load

# データパックが未初期化であれば初期化
execute unless data storage sketch: {Version:"1.0.0"} run function sketch:core/load_once
execute unless data storage sketch: {Version:"1.0.1"} run function sketch:core/load_once
2 changes: 1 addition & 1 deletion data/sketch/functions/core/load_once.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@


# 初期化済みとして設定
data modify storage sketch: Version set value "1.0.0"
data modify storage sketch: Version set value "1.0.1"
2 changes: 1 addition & 1 deletion pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 10,
"description": "Sketch 1.0.0"
"description": "Sketch 1.0.1"
}
}

0 comments on commit ee7650e

Please sign in to comment.