Skip to content

Commit

Permalink
一旦コミット
Browse files Browse the repository at this point in the history
  • Loading branch information
EllaCoat committed Sep 16, 2024
1 parent 64d09dd commit f3b4008
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
# ID (int)
data modify storage asset:object ID set value 5
# フィールド
# data modify storage asset:object Field.myValue set value
data modify storage asset:object Field.myValue set value 5
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

# 独自のInit処理を行う
function asset:object/0005.slash_effect_abs/summon/init
tellraw @a {"storage":"asset:object","nbt":"Field.myValue"}

# 実装フラグを立てる
data modify storage asset:object Implement set value true
4 changes: 2 additions & 2 deletions Asset/data/asset/functions/object/alias/5/register.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Objectのデータ指定処理のエイリアス
#
# @within asset_manager:object/summon/summon.m
# @within asset_manager:object/summon/register.m

# 元の登録処理を呼び出す
function asset:object/0005.slash_effect_abs/register
function asset:object/0005.slash_effect_abs/register

0 comments on commit f3b4008

Please sign in to comment.