Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
スポーンエッグ式アイテムの翻訳を追加 操作エンティティが消えないバグを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
gensokyo-kenken committed Jan 28, 2024
1 parent af91e08 commit 32df8a8
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 0 deletions.
70 changes: 70 additions & 0 deletions TCMB(B)/animation_controllers/tcmb_item_controller.json
Original file line number Diff line number Diff line change
@@ -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":{
Expand Down
1 change: 1 addition & 0 deletions TCMB(R)/texts/en_US.lang
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 1 addition & 0 deletions TCMB(R)/texts/ja_JP.lang
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 32df8a8

Please sign in to comment.