🌐 You are reading the 한국어 translation of this article
Available languages for this article:

Load Support Mod는 마인크래프트에 할당된 Java 메모리가 부족할 경우 경고를 띄워주는 모드입니다. 이 모드는 게임이 튕길 때까지 기다릴 필요 없이 즉시 에러 메시지를 표시합니다. 또한 게임 로딩이 완료되면 알림 소리를 재생하므로, 게임을 백그라운드에 띄워놓았을 때 매우 유용합니다.

주요 기능:

  • 설정된 Java 메모리가 너무 낮으면 즉시 경고를 표시합니다.
  • 메모리 경고를 확실히 확인할 수 있도록 게임 창을 차단합니다.
  • 마인크래프트 로딩이 완전히 끝나면 효과음을 재생합니다.

설정(Configuration):

config/loadsupport.toml 파일에서 설정을 변경할 수 있습니다. 각 옵션에 대한 설명은 다음과 같습니다:

loadFinishSound = "minecraft:ui.toast.challenge_complete"
minMemory = 4.0
errorTitle = "Error: Not enough Java memory!"
errorMinMemory = "Please allocate at least {minMemory} GB of Java memory to your Minecraft instance!"
errorCurrentMemory = "You have currently {currentMemory} GB allocated."
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 모드 정보를 표시하는 마인크래프트 모드 메뉴 인터페이스
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 다운로드 링크

마인크래프트 1.21.8, 1.21.7, 1.21.6용

Fabric 버전: 서버 1에서 다운로드서버 2에서 다운로드

NeoForge 버전: 서버 1에서 다운로드서버 2에서 다운로드

마인크래프트 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]