🌐 You are reading the 日本語 translation of this article
Available languages for this article:

Load Support Modは、Minecraftに割り当てられたJavaメモリが不足している場合に警告を表示してくれるModです。ゲームがクラッシュするのを待つ必要はなく、即座にエラーメッセージを表示して知らせてくれます。また、ゲームのロードが完了した際にサウンドを再生する機能もあり、バックグラウンドで起動している時に非常に便利です。

主な機能:

  • Javaメモリの割り当てが少なすぎる場合、即座に警告を表示します。
  • メモリ不足の警告を確実に見逃さないよう、ゲームウィンドウをブロックします。
  • Minecraftのロードが完全に完了した時にサウンドを再生します。

設定方法:

config/loadsupport.toml ファイルから設定を変更できます。各オプションの内容は以下の通りです:

loadFinishSound = "minecraft:ui.toast.challenge_complete"
minMemory = 4.0
errorTitle = "エラー: Javaメモリが不足しています!"
errorMinMemory = "Minecraftのインスタンスに少なくとも {minMemory} GB のJavaメモリを割り当ててください!"
errorCurrentMemory = "現在割り当てられているメモリは {currentMemory} GB です。"
memoryInfoLink = "https://github.com/vaporvee/LoadSupport/wiki/How-to-allocate-more-memory-to-your-Minecraft-instance"

メッセージ内の {minMemory}{currentMemory} は、実際の数値に置き換えられます。

スクリーンショット:

Minecraft mod menu interface displaying Load Support mod information
Load Support Modの情報が表示されたMinecraftのModメニュー画面
Red Mojang Studios loading screen with a white progress bar
Mojang Studiosの赤いロード画面とプログレスバー
Load Support Mod warning popup for low Java memory allocation
Javaメモリ割り当て不足に対するLoad Support Modの警告ポップアップ
Insufficient Java memory error message on a red background
赤い背景に表示されたJavaメモリ不足のエラーメッセージ

Load Support Mod ダウンロードリンク

Minecraft 1.21.8, 1.21.7, 1.21.6 用

Fabric版: サーバー1からダウンロードサーバー2からダウンロード

NeoForge版: サーバー1からダウンロードサーバー2からダウンロード

Minecraft 1.21.5, 1.21.4, 1.21.3, 1.21.1, 1.21 用

Fabric版: サーバー1からダウンロードサーバー2からダウンロード

NeoForge版: サーバー1からダウンロードサーバー2からダウンロード

Click to rate this post!
[Total: 0 Average: 0]