Skip to content

Commit

Permalink
v1.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
YuuhaLand committed Nov 2, 2024
1 parent 1b55564 commit 323b7a9
Show file tree
Hide file tree
Showing 15 changed files with 65 additions and 5 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"format_version": 1,
"header": {
"description": "マイクライフをより豊かにできるユーザー補助ツールです!\nby YuuhaLand",
"name": "Gote-Supporter v1.6.14",
"name": "Gote-Supporter v1.6.15",
"uuid": "3f6ab53c-3e23-4f01-a8a6-0d9dcca5f205",
"version": [ 1, 6, 14 ]
"version": [ 1, 6, 15 ]
},
"modules": [
{
"description": "ユーザー補助パック きっかけはサバイバルしてる時に「ほってる間にカウントダウン表示したいな」と思い始めた。 Gote-Supporterの初期名は「ユーザー補助パック」。",
"type": "resources",
"uuid": "bc5dca4a-6176-438c-aca8-67c0dfd578fa",
"version": [ 1, 6, 14 ]
"version": [ 1, 6, 15 ]
}
],
"metadata": {
Expand Down
4 changes: 4 additions & 0 deletions texts/en_US.lang
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ packinfo.faq.q9.a=As of June 2024, I am not accepting any requests to create add
packinfo.update.title=Changelog
packinfo.update.text1=On this page, you can see the changelog of Gote-Supporter.

packinfo.v1615.u1=Improved textures when mining. It is now a progress bar instead of a countdown.
packinfo.v1615.u2=The setting to join by double-clicking a world's button on the play screen is now disabled by default.
packinfo.v1615.u3=Fixed some Minecraft's crazy Japanese.

packinfo.v1614.u1=The profile screen can now be opened by clicking on the gamertag on the start screen.
packinfo.v1614.u2=A bug that made it difficult to use the “Save & Quit” confirmation screen on the pause screen with the controller has been fixed.
packinfo.v1614.u3=I reviewed the code in its entirety. (I have been working on this project since I was still in the early days of creating add-ons, so there was inefficient code.)
Expand Down
45 changes: 45 additions & 0 deletions texts/ja_JP.lang
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,47 @@ cmd.textbox.place=コマンドを入力

progressScreen.title.loading=読み込み中%1


commands.inputpermission.description=プレイヤーが入力できる操作を管理します。
commands.inputpermission.camera=カメラ
commands.inputpermission.movement=行動
commands.inputpermission.jump=ジャンプ
commands.inputpermission.sneak=しゃがみ
commands.inputpermission.mount=エンティティに乗る
commands.inputpermission.dismount=エンティティから降りる
commands.inputpermission.lateral_movement=移動
commands.inputpermission.move_forward=前進
commands.inputpermission.move_backward=後進
commands.inputpermission.move_left=左へ移動する
commands.inputpermission.move_right=右へ移動する
commands.inputpermission.enabled=オン
commands.inputpermission.disabled=オフ
commands.inputpermission.set.outputoneplayer=%3 の%1機能を %2 に設定しました。
commands.inputpermission.set.outputmultipleplayers=%3 人の%1機能を %2 に設定しました。
commands.inputpermission.query=<%s>: %d %s #
commands.inputpermission.queryverbose=<%s>: %d 許可 | %d 拒否
commands.kick.description=ゲームからプレイヤーを追放する。
commands.kick.description.edu=ゲームからプレイヤーを追放する。
commands.kick.no.player=対象にセレクターを使用することはできません。
commands.kick.not.found=プレイヤー %1$s が見つかりませんでした
commands.kick.not.yourself=自分自身をゲームから追放することはできません
commands.kick.success=ゲームから %1$s を追放しました。
commands.kick.success.reason=ゲームから %1$s を追放しました。 理由: %2$s
commands.kick.success.reasonedu=ゲームから %1$s を追放しました。 理由: %2$s
commands.kick.no.host=ホストをゲームから追放することはできません。
commands.kick.no.teacher=教師をゲームから追放することはできません。
commands.music.description=音楽トラックの再生を制御できます。
commands.music.failure.emptyTrackName=空欄でないトラック名を指定する必要があります。
commands.music.success.queueAction=%s をキューに追加しました。 現在のトラックが終了すると再生されます。
commands.music.success.playAction=%s を再生しました。
commands.music.success.stopAction=トラックを停止しました。
commands.music.success.volumeAction=音楽の音量を %d に更新しました。
commands.playanimation.description=エンティティに1回限りのアニメーションを再生します。すべての変数が正しく設定されていると仮定します。
commands.playanimation.success=アニメーションを再生しました。
commands.transferserver.description=プレイヤーを別のサーバーに転送します。
commands.transferserver.successful=プレイヤーを転送しました。
commands.transferserver.invalid.port=無効なポートです。 (0-65535)

disconnectionScreen.sessionNotFound.reason=そのワールドはもう既に閉じられているのかもしれません。

disconnectionScreen.disconnected.reason1=ホストがワールドを閉じたか、
Expand Down Expand Up @@ -200,6 +241,10 @@ packinfo.faq.q9.a=A. 2024年6月現在、アドオン制作依頼は受けてな
packinfo.update.title=アップデート情報
packinfo.update.text1=このページでは、 Gote-Supporter の更新情報を見ることができます。

packinfo.v1615.u1=採掘時のテクスチャを改良しました。 カウント式ではなくプログレスバーになりました。
packinfo.v1615.u2=「プレイ画面のワールドのボタンをダブルクリックしないと入れないようにする」がデフォルトで無効になりました。
packinfo.v1615.u3=一部のマイクラのガバガバ翻訳を直しました。

packinfo.v1614.u1=スタート画面のゲーマータグをクリックするとプロフィール画面に飛べるようになりました。
packinfo.v1614.u2=ポーズ画面の「セーブして終了」の確認画面がコントローラーで操作しづらかったバグを直しました。
packinfo.v1614.u3=コードを全体的に見直しました。
Expand Down
Binary file modified textures/environment/destroy_stage_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified textures/environment/destroy_stage_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified textures/environment/destroy_stage_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified textures/environment/destroy_stage_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified textures/environment/destroy_stage_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified textures/environment/destroy_stage_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified textures/environment/destroy_stage_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified textures/environment/destroy_stage_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified textures/environment/destroy_stage_8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified textures/environment/destroy_stage_9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions ui/_change_logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
"type": "stack_panel",
"size": [ "100%", "100%c" ],
"controls": [
{
"1615@gote_info.version_section": {
"$version": "v1.6.15",
"$details_controls": [
{ "date@gote_info.text": { "text": "2024/11/02" }},
{ "fp1_@gtb.features_text_with_bubble":{"$text":"packinfo.v1615.u1"}},
{ "fp2_@gtb.features_text_with_bubble":{"$text":"packinfo.v1615.u2"}},
{ "fp3_@gtb.features_text_with_bubble":{"$text":"packinfo.v1615.u3"}}
]
}
},
{
"1614@gote_info.version_section": {
"$version": "v1.6.14",
Expand Down
4 changes: 2 additions & 2 deletions ui/_global_variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ https://github.com/Gotemba912/Gote-Supporter/wiki/Config(English)
"$show_hotbar_number|default": false,
"$show_gote_version|default": true,
"$show_build_number|default": false,
"$play_screen_doubleclick|default": true,
"$play_screen_doubleclick|default": false,
"$show_recoverycompass|default": false,

"$f1_f8_location|default": "none",
Expand All @@ -47,7 +47,7 @@ https://github.com/Gotemba912/Gote-Supporter/wiki/Config(English)

//これらの設定は変更しないようお願いします!!
//Please do not change these settings!
"$gote_ver": "1.6.14",
"$gote_ver": "1.6.15",
"$gote_supporter_enabled": true,
"$is_goteserver|default": false,
"$revival_for_2023|default": false,
Expand Down

0 comments on commit 323b7a9

Please sign in to comment.