From 4d63235ce9bc584c8348b429cea29382627570ab Mon Sep 17 00:00:00 2001 From: Lapis-LJA Date: Sat, 18 Jul 2026 11:09:00 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E6=AF=92=E3=81=AE=E3=83=80=E3=83=A1?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=81=8C=E5=8D=B3=E5=BA=A7=E3=81=AB=E7=99=BA?= =?UTF-8?q?=E5=8B=95=E3=81=97=E3=81=AA=E3=81=84=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../functions/effect/0279.poison_of_vinderre/register.mcfunction | 1 + 1 file changed, 1 insertion(+) diff --git a/Asset/data/asset/functions/effect/0279.poison_of_vinderre/register.mcfunction b/Asset/data/asset/functions/effect/0279.poison_of_vinderre/register.mcfunction index fd9f27b020..c97240605c 100644 --- a/Asset/data/asset/functions/effect/0279.poison_of_vinderre/register.mcfunction +++ b/Asset/data/asset/functions/effect/0279.poison_of_vinderre/register.mcfunction @@ -36,4 +36,5 @@ data modify storage asset:effect StackVisible set value false # フィールド + data modify storage asset:effect Field.Tick set value 20 # data modify storage asset:effect Field.UserID set value From b6fa6f1b974e47109df4b443265bc359b679b3fe Mon Sep 17 00:00:00 2001 From: Lapis-LJA Date: Sat, 18 Jul 2026 11:11:35 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E8=BB=BD=E3=81=8F=E8=BB=8C=E8=B7=A1?= =?UTF-8?q?=E3=81=8C=E5=87=BA=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../object/1070.arrow_of_vinderre/recursive/.mcfunction | 9 +++++++++ .../functions/object/alias/1070/recursive.mcfunction | 8 ++++++++ 2 files changed, 17 insertions(+) create mode 100644 Asset/data/asset/functions/object/1070.arrow_of_vinderre/recursive/.mcfunction create mode 100644 Asset/data/asset/functions/object/alias/1070/recursive.mcfunction diff --git a/Asset/data/asset/functions/object/1070.arrow_of_vinderre/recursive/.mcfunction b/Asset/data/asset/functions/object/1070.arrow_of_vinderre/recursive/.mcfunction new file mode 100644 index 0000000000..262182b6b0 --- /dev/null +++ b/Asset/data/asset/functions/object/1070.arrow_of_vinderre/recursive/.mcfunction @@ -0,0 +1,9 @@ +#> asset:object/1070.arrow_of_vinderre/recursive/ +# +# 継承先などから実行される処理 +# +# @within asset:object/alias/1070/recursive + +# + particle dust 0.412 0.588 0.506 0.7 ^ ^ ^ 0 0 0 0 1 normal @a + particle dust 0.412 0.588 0.506 0.7 ^ ^ ^-0.25 0 0 0 0 1 normal @a diff --git a/Asset/data/asset/functions/object/alias/1070/recursive.mcfunction b/Asset/data/asset/functions/object/alias/1070/recursive.mcfunction new file mode 100644 index 0000000000..567b8375f6 --- /dev/null +++ b/Asset/data/asset/functions/object/alias/1070/recursive.mcfunction @@ -0,0 +1,8 @@ +#> asset:object/alias/1070/recursive +# +# メソッド処理のエイリアス +# +# @within asset_manager:object/call_method/run_method.m + +# 元のメソッド処理を呼び出す + function asset:object/1070.arrow_of_vinderre/recursive/ \ No newline at end of file