From 32df8a8180d274950422aaf05b170fa27003622b Mon Sep 17 00:00:00 2001 From: gensokyo-kenken <51988985+gensokyo-kenken@users.noreply.github.com> Date: Sun, 28 Jan 2024 14:12:20 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B9=E3=83=9D=E3=83=BC=E3=83=B3=E3=82=A8?= =?UTF-8?q?=E3=83=83=E3=82=B0=E5=BC=8F=E3=82=A2=E3=82=A4=E3=83=86=E3=83=A0?= =?UTF-8?q?=E3=81=AE=E7=BF=BB=E8=A8=B3=E3=82=92=E8=BF=BD=E5=8A=A0=20?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E3=82=A8=E3=83=B3=E3=83=86=E3=82=A3=E3=83=86?= =?UTF-8?q?=E3=82=A3=E3=81=8C=E6=B6=88=E3=81=88=E3=81=AA=E3=81=84=E3=83=90?= =?UTF-8?q?=E3=82=B0=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tcmb_item_controller.json | 70 +++++++++++++++++++ TCMB(R)/texts/en_US.lang | 1 + TCMB(R)/texts/ja_JP.lang | 1 + 3 files changed, 72 insertions(+) diff --git a/TCMB(B)/animation_controllers/tcmb_item_controller.json b/TCMB(B)/animation_controllers/tcmb_item_controller.json index f69546c..0104285 100644 --- a/TCMB(B)/animation_controllers/tcmb_item_controller.json +++ b/TCMB(B)/animation_controllers/tcmb_item_controller.json @@ -1,6 +1,76 @@ { "format_version": "1.18.0", "animation_controllers":{ + "controller.animation.notch_power":{ + "states":{ + "default":{ + "transitions":[ + {"run": "(1.0)"} + ] + }, + "run":{ + "on_entry":[ + "@s delete" + ] + } + } + }, + "controller.animation.notch_neutral":{ + "states":{ + "default":{ + "transitions":[ + {"run": "(1.0)"} + ] + }, + "run":{ + "on_entry":[ + "@s delete" + ] + } + } + }, + "controller.animation.notch_break":{ + "states":{ + "default":{ + "transitions":[ + {"run": "(1.0)"} + ] + }, + "run":{ + "on_entry":[ + "@s delete" + ] + } + } + }, + "controller.animation.notch_eb":{ + "states":{ + "default":{ + "transitions":[ + {"run": "(1.0)"} + ] + }, + "run":{ + "on_entry":[ + "@s delete" + ] + } + } + }, + "controller.animation.crew_panel":{ + "states":{ + "default":{ + "transitions":[ + {"run": "(1.0)"} + ] + }, + "run":{ + "on_entry":[ + "@s delete" + ] + } + } + }, "controller.animation.delete_ground_facilities":{ "states":{ "default":{ diff --git a/TCMB(R)/texts/en_US.lang b/TCMB(R)/texts/en_US.lang index 18911d7..102e7c7 100644 --- a/TCMB(R)/texts/en_US.lang +++ b/TCMB(R)/texts/en_US.lang @@ -1,6 +1,7 @@ itemGroup.name.tcmb=TCMB action.interact.ride.tcmb_seat=Ride item.tcmb:crew_panel.name=Crew Panel +item.spawn_egg.entity.tcmb:crew_panel.name=Crew Panel item.tcmb:notch_power.name=Acceleration(P) item.tcmb:notch_neutral.name=Coasting(N) item.tcmb:notch_break.name=Deceleration(B) diff --git a/TCMB(R)/texts/ja_JP.lang b/TCMB(R)/texts/ja_JP.lang index a67d6ad..68e0c23 100644 --- a/TCMB(R)/texts/ja_JP.lang +++ b/TCMB(R)/texts/ja_JP.lang @@ -1,6 +1,7 @@ itemGroup.name.tcmb=TCMB action.interact.ride.tcmb_seat=座る item.tcmb:crew_panel.name=乗務パネル +item.spawn_egg.entity.tcmb:crew_panel.name=乗務パネル item.tcmb:notch_power.name=加速(P) item.tcmb:notch_neutral.name=切(N) item.tcmb:notch_break.name=減速(B)