Skip to content

Commit 54c4a49

Browse files
committed
効果時間を短くしていたミスを修正
1 parent fe47be3 commit 54c4a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Asset/data/asset/functions/effect/0324.scripture_gambling/register.mcfunction

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# 説明文 (TextComponentString[])
1414
data modify storage asset:effect Description set value ['{"text":"回復するかどうか、運次第だ。"}']
1515
# 効果時間 (int) (default = API || error)
16-
data modify storage asset:effect Duration set value 7
16+
data modify storage asset:effect Duration set value 10
1717
# スタック (int) (default = API || 1)
1818
# data modify storage asset:effect Stack set value
1919
# 効果時間の操作方法 (default = API || "replace")

0 commit comments

Comments
 (0)