From 317c748f5989b5c0b3e10feec6d8a3f9914747af Mon Sep 17 00:00:00 2001 From: rarula <74240663+rarula@users.noreply.github.com> Date: Thu, 6 Apr 2023 15:14:25 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E3=82=B9=E3=83=88=E3=83=AC?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=81=8C=E5=8E=9F=E5=9B=A0=E4=B8=8D=E6=98=8E?= =?UTF-8?q?=E3=81=AE=E3=83=87=E3=83=BC=E3=82=BF=E6=B6=88=E5=A4=B1=E3=82=92?= =?UTF-8?q?=E8=B5=B7=E3=81=93=E3=81=97=E3=81=A6=E3=83=AA=E3=82=BB=E3=83=83?= =?UTF-8?q?=E3=83=88=E3=81=95=E3=82=8C=E3=81=AA=E3=81=84=E5=95=8F=E9=A1=8C?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3=20(=EF=BC=9F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../functions/core/api/build/chest_minecart/_.mcfunction | 9 +++++---- .../functions/core/api/build/ender_chest/_.mcfunction | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/data/sketch/functions/core/api/build/chest_minecart/_.mcfunction b/data/sketch/functions/core/api/build/chest_minecart/_.mcfunction index 07d6d4c..e065bef 100644 --- a/data/sketch/functions/core/api/build/chest_minecart/_.mcfunction +++ b/data/sketch/functions/core/api/build/chest_minecart/_.mcfunction @@ -17,6 +17,11 @@ # メニューを作成 function sketch:core/common/api/build/create_menu/_ + +## post + function sketch:core/common/api/build/post + + # OhMyDatにメニューの情報を設定 function #oh_my_dat:please data modify storage oh_my_dat: _[-4][-4][-4][-4][-4][-4][-4][-4].Sketch.MenuId set from storage sketch: in.id @@ -31,7 +36,3 @@ # リセット data remove storage sketch: in - - -## post - function sketch:core/common/api/build/post diff --git a/data/sketch/functions/core/api/build/ender_chest/_.mcfunction b/data/sketch/functions/core/api/build/ender_chest/_.mcfunction index 9a1cd14..12d1835 100644 --- a/data/sketch/functions/core/api/build/ender_chest/_.mcfunction +++ b/data/sketch/functions/core/api/build/ender_chest/_.mcfunction @@ -14,6 +14,11 @@ # メニューを作成 function sketch:core/common/api/build/create_menu/_ + +## post + function sketch:core/common/api/build/post + + # OhMyDatにメニューの情報を設定 function #oh_my_dat:please data modify storage oh_my_dat: _[-4][-4][-4][-4][-4][-4][-4][-4].Sketch.MenuId set from storage sketch: in.id @@ -28,7 +33,3 @@ # リセット data remove storage sketch: in - - -## post - function sketch:core/common/api/build/post