
Utility commands for Map Makers and Data Pack developers.
Streamline your Map Making & Data Pack workflow in Minecraft 1.21.11 > 마인크래프트 맵 제작과 데이터팩 개발을 위한 유틸리티 모드입니다.
Map Maker's Utils is a lightweight Fabric mod designed to reduce repetitive tasks for map makers and data pack developers. It provides essential commands and UI improvements to handle registry changes and data pack debugging more efficiently.
이 모드는 맵 제작자와 데이터팩 개발자가 겪는 반복적인 작업을 줄여주기 위해 설계되었습니다. 편리한 파일 관리 기능은 물론, 레지스트리 변경이나 데이터팩 오류 수정을 위한 UI 개선 기능을 제공합니다.
EN: When entering Safe Mode due to a data pack failure, the specific error log is displayed at the top of the screen for quick debugging.
KR: 데이터팩 파싱 실패로 '안전 모드' 진입 시, 상단에 원인이 되는 오류 로그를 직접 표시하여 빠른 수정을 돕습니다.
EN: Adds a "Ignore for this session" button to the Experimental Registry warning screen. Once clicked, the warning won't appear for that specific map until the game is restarted.
KR: 레지스트리 수정 시 발생하는 '실험적 설정' 경고창에 '이번 세션 무시' 버튼을 추가합니다. 버튼을 누르면 게임 재부팅 전까지 해당 맵에서 경고창이 더 이상 뜨지 않습니다.
EN: (Singleplayer Only) Instantly opens the datapacks folder of the current world in your OS file explorer.
KR: (싱글플레이 전용) 현재 월드의 datapacks 폴더를 파일 탐색기로 엽니다.
EN: (Singleplayer Only) Reloads the entire world. Functions like re-joining the map. Useful for applying deep changes that /reload cannot handle.
KR: (싱글플레이 전용) 맵을 통째로 리로드합니다. 게임을 나갔다 들어오는 것과 동일하며, 일반 리로드로 적용되지 않는 깊은 변경 사항을 확인할 때 유용합니다.
/copyposEN: Copies your current position (x y z) as integers to the clipboard.
KR: 현재 위치 좌표 (x y z)를 정수 형태로 클립보드에 복사합니다.
/copyrotEN: Copies your exact facing direction (Yaw Pitch) to the clipboard.
KR: 현재 바라보는 방향 (Yaw Pitch) 값을 클립보드에 복사합니다.
Minecraft 1.21.11
Fabric Loader
Fabric API (Required)
This mod is available under the MIT License.
v1.21.11-1.1.0Added Error Log display on Safe Mode screen.
Added "Ignore for session" button for Experimental/Registry warnings.
Synchronized Mod ID and Filename for consistency.
Updated versioning scheme to MCVersion-ModVersion.