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)