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