Minecraft Wiki
Advertisement
이 페이지는 Mojang Studios, Minecraft 위키, 마인크래프트 IRC 채널 또는 마인크래프트 포럼에서 지원받지 않습니다. 
이 문서는 아직 외국어인 부분이 상당히 많거나, 한국어를 찾아보기가 힘듭니다. 
여러분들이 번역을 도와주시면 위키에 큰 도움이 됩니다.
TIP : 도움말:번역 지침을 참고해주세요.
2012-03-11 17.19

월드 제너레이터의 예시. 인데브의 모습이다

모드 (modifications의 줄임말)는 마인크래프트의 원래 게임의 내용을 변형한 것이다. 모드는 점점 인기가 높아지고 있다. 그리고 새로운 경험과 목표를 추가하기도 한다.

모드의 목적

마인크래프트에 있는 대부분의 모드는 게임 플레이 방식을 변경하기 위해 새로운 콘텐츠를 추가한다. 일부 모드는 규모가 매우 크다. 예를 들면 산업모드²가 있다. 이러한 모드들은 새로운 블럭, , 플레이어의 능력, 또는 만들고 쓸 수 있는 아이템을 추가한다. 혹은 속도, 그래픽 또는 게임 방식을 최적화하기 위해 설정을 추가하는 경우도 있다. 또 마이스트크래프트나 포탈건 모드 같은 다른 게임의 기능과 요소를 마인크래프트에 추가하는 것들도 있다. 마인크래프트의 또 다른 덜 유용하지만 재미있고 장난스러운 것들을 추가하는 "놀이 모드"도 있다. 또 다른 모드들은 게임을 쉽거나 어렵게 만들 수 있다. 또 다른 예는 마인크래프트를 더 쉽게 만드는 빌딩크래프트와 같은 도구 모드이다. 서버 모드 또는 플러그인은 서버 관리자들에게 더 많은 선택권을 주고 사용을 용이하게 한다. 그리고 대부분의 싱글플레이 모드들에는 멀티플레이에서 사용할 수 있게 하거나 이에 최적화된 서버 버전이 있다.

보통, 모드 제작자는 게임의 업데이트(모든 업데이트가 아닌 1.6.4, 1.7.5, 1.5.2와 같은 인기 많은 업데이트)에 맞춰 모드를 업데이트한다. 업데이트 하지 않으면 새로운 버전에서 작동하지 않을 수 있기 때문이다. 대부분의 사람들은 모드를 좋아하지만, 마인크래프트의 충돌, 데이터의 삭제, 시스템 불안정등의 불상사가 생길 수 있다는 점도 알아야 한다. 그러나 이런 문제점은 .minecraft 폴더와 같은 여러 파일들을 백업하고 문제가 생기면 돌아가는 것만으로 쉽게 해결할 수 있다.

모드와 버그

당신이 모드를 설치하는 경우, 아무리 간단한 것이라도, 마인크래프트가 정상적으로 작동하지 않을 수 있다. 그러면 Mojang은 게임의 수정된 버전을 지원하지 않기 때문에 버그 추적기에 신고하는 것이 큰 의미가 없을 수도 있다. 당신이 모드를 사용하는 동안 발생한 문제를 신고하려는 경우, 먼저 모드를 모두 제거하고 문제가 계속 발생하는지 확인하라. 개조되지 않은 버전을 사용하려면 런처의 "Edit Profile"에 가서 버전 하나를 고르고 로그인해야 한다. 문제가 계속 발생한다면 버그 추적기에 신고할 수 있다. 만약 아니라면 최소한의 모드들로 그 문제를 다시 만들어보고 그 모드들의 제작자(들)에게 신고를 시도해 보라; 모장은 도움을 줄 수 없을 것이다.

마인크래프트가 충돌하는 경우, 개조된 게임은 충돌 보고서에 표시된다. 다음 링크는 충돌 보고서를 얻는 방법에 대해 설명한다. (참고 : 마인크래프트가 충돌한 적이 없을 경우, 그 지침에 따라 아무것도 얻을 수 없다.)

충돌 보고서는 상단에 가까운 한 줄에 밑 중 하나를 포함할 것이다:

Is Modded: Probably not: java signature is still present     
Is Modded: Very likely
Is Modded: Definitely: java signature changed to (포지, 모드로더 등의 사용중인 로더)

밑은 한 요약된 충돌 보고서이다:

모드를 확인하는 코드는 매우 간단하며 항상 정확하지는 않다; 모드를 설치했어도 'probably not' 을 출력할 수 있다. 하지만, 'very likely' 메시지를 마인크래프트를 어떻게든 수정하지 않고 보기는 매우 어려우므로 이는 기본적으로 '예'일 것이다. 'definitely' 메시지도 있는데, 이는 Bukkit 서버가 충돌했을 때 보이며 비슷한 조건에서도 보일 수 있다, 마인크래프트 Forge 처럼.

'Probably not'은 클라이언트/서버 브랜드가 그대로이며 (often termed 'vanilla') and the meta-inf file is still there. 'Very likely' appears when the meta-inf file is not present but the client/server brand seems to be vanilla. 'Definitely' plus the client name appears when the client is not vanilla. For example, you might see something like:

Is Modded: Definitely: Bob's Custom Mod

공식 플러그인 API

이 부분의 본문은 플러그인 API입니다.

The Plugin API[1] is an upcoming feature that allows modders to easily add more content to the game. For more information, see the above link.

모드 설치 방법 - Modloader

이 부분의 본문은 Mods/모드_설치_방법입니다.

The above link provides a comprehensive guide on how to install mods using the Modloader API. Some mod packs have auto-installers that make adding mods to Minecraft extremely easy for the beginner modder. If you are an advanced modder you would know that it also involves extracting and adding modified files manually which create a different feel or certain type of gameplay to Minecraft.

모드 설치 방법- Forge

이 부분의 본문은 Mods/forge_모드_설치방법입니다.

The above link provides a basic guide on how to install mods using the Forge API. The Forge API is a lot more complex than the Modloader API but it makes installing mods very easy. A video tutorial is also included in this guide.

모드 제작 방법

이 부분의 본문은 Mods/모드 만들기입니다.

Outdated mods

이 부분의 본문은 Mods/Outdated입니다.

Any mods for earlier versions than the previous major version of Minecraft are unlikely to get updated, and are considered dead mods. These mods can be deleted from the list and moved to the article linked above.

Modding programs and editors

이 부분의 본문은 Programs and editors/Modding입니다.

The above link gives showcases tools for installing and making mods.

클라이언트 모드

TIP: Use Ctrl + F (Windows or GNU/Linux) or ⌘ Cmd + F (Mac) to find a mod you are looking for, however you must first expand the tables.

Client mods are modifications to your game files themselves. They are not custom clients, and they require modification of minecraft.jar. Like high resolution textures, they only work with the launchers, and won't work if you play through a browser.

The most common form of client mods are aesthetic and/or functional (such as the iMod). However, some client mods add new content to the game (Such as the Supplycrate mod), and others fix issues with the game.

As the Minecraft server software will ignore custom content from client side, most of the client mods which add new content to the game do not work in SMP unless a modification has also been installed on the server. Some authors of client mods have made server versions of their mods available, and others have not. A few of the Loader/API type client mods (e.g. ModLoader and AudioMod) and many of the functional client mods (e.g. Optifine, Rei's Minimap and TooManyItems) have effect in SMP straight away, without any modification on server side.

Adding/editing client mods to the wiki

  1. When adding a new mod to the list, first please check that the mod is not already listed in one of the sections on the page.
  2. Please put the mod in the correct section. If it adds new mobs, items, blocks or dimensions, put it in New Content. If it changes features of an existing item or adds settings, like adding a new difficulty level or making mobs drop more experience, put it in Aesthetic and Functional Mods. If it fixes a bug in "vanilla" Minecraft, put it in Fixes.
  3. Please keep the mods in alphabetical order. It's much harder to find older, established mods when they are buried beneath the mods that have been thrown on top of them.
  4. Do not place unreleased mods, especially if they have a message in the download link such as "This mod will be released soon". Also, do not place download links. It only adds to the frustration of potential spam, plus, if there are no pictures, people are less likely to download the mod.

Thank you for following these simple rules.

Note: The guide below works for the "New Content" and "Aesthetic and Functional Mods" sections.

Before adding mods, you must understand the code used. For this example, we will use Single Player Commands.

{{/entry
| name = Single Player Commands
| description = Single Player Commands is a mod that adds commands to your single player worlds.
| version = 4.7
| forum = http://www.minecraftforum.net/topic/94310-151-single-player-commands-v47-official-download-spc-noclip/download/
| minecraft version = 1.5.1
| api = no
| author = simo_415
| smp = no
}}

The first line, {{/entry, indicates that the Mods/entry template is being used; the final }} ends the template.

The next line, | name = Single Player Commands, is self-explanatory.

The third line, | description = Single Player Commands is a mod that adds commands to your single player worlds, is a brief description of the mod. Don't make this too long, perhaps copy and paste the first few lines of the description of the mod.

| version = 3.2.2 is the latest version number. Usually this is in the thread header or in the body of the thread. If the version is not specified, use the latest release version as the version number (e.g. if the mod is compatible with the latest version of Minecraft () and the thread doesn't specify the version, use in place of the version number).

| forum = http://www.minecraftforum.net/topic/94310-125-single-player-commands-v322-official-download/ is the address of the mod's forum thread. A similar line, starting with | website =, can also be used if the mod has a website as well. (This should not be used for a direct download link.)

| minecraft version = 1.2.5 is the latest compatible version of Minecraft.

| api = no indicates that no modding API (such as ModLoader) is required. (If it is needed, | api = {{tc|yes|ModLoader}} should be used.)

| author = simo_415 is the Mod creator/author.

| smp = no is whether the mod is SMP compatible or not. Valid inputs are those accepted by {{tc}}. To change the display text, include the template manually: | smp = {{tc|yes|Yes (requires etc.)}}

If you are updating a mod, all you have to edit is the website address and the version number.

Tip: If this guide is still confusing, copy and paste a mod's code and edit it accordingly.

Please note that if you're looking for a mod for the latest Minecraft version, the author may have forgotten to update the version number on this page. It will usually have the right version on the Minecraft forum thread.

APIs and loaders

이 부분의 본문은 Mods/APIs입니다.
[편집]

Fixes

이 부분의 본문은 Mods/Fixes입니다.
[편집]

Mod packs

이 부분의 본문은 Mods/Mod packs입니다.
[편집]

Aesthetic and functional

이 부분의 본문은 Mods/Aesthetic입니다.
[편집]

New content

이 부분의 본문은 Mods/New content입니다.
[편집]

External tools

이 부분의 본문은 Mods/External입니다.
[편집]

서버 모드

서버 모드는 공식Minecraft서버에서 돌아가는 프로그램이다.

Server mods are commonly designed to make administration of servers easier by implementing tiered privileges for commands (such as kicking, banning etc.). They are frequently implemented as "wrappers" which do not actually modify the main server .jar file, instead monitoring its output and sending commands to it.

The list below only includes stand-alone server mods, and does not contain server mods, which are required to be installed server side for specific client mods to work in SMP. These mods are listed above under Client Mods.

For a list of out-of-date server mods, see here.

Server Modifications
Name Description Version Link Latest Release
CanaryMod

Administration plugin based on hMod. (hMod v2)

  • Plugin System.
  • Simple and Efficient.
  • Built-in Permission system.
  • Plugins hardly ever break.
  • Multiworld support
canary-b6.1.12 Homepage
Forums
Bukkit

A popular mod API with its own server software.

  • Plugin System
  • Efficient
  • Security updates to server
  • Built upon the Minecraft Source Code
  • Multiworld support
1.5.2-R0.2 (Dev) 1.5.2-R0.1 (Beta) 1.4.7-R1.0 (Stable) Homepage
Forum
Spout

Spout is a fork of the Glowstone Project

  • Plugin System
  • On updating, there is no decompiling of the Minecraft Source code needed
  • Security updates to server
  • Multiworld support
Client: Build 2029
Server: Build 3008
Homepage
Forum
LoginMessage Adds login message (similar to motd) to the vanilla server. Allows for cave mapping and entities radar in Rei's MiniMap to work in SMP on non-Bukkit server. (To see it, show the spoiler under 'How to Enable Cave mapping / Entities radar on SMP'.) v0.4 Forum
MC Port Central

Modified Server combining forge with Bukkit allowing you to play mods and bukkit plugins on the same server.

  • Combines the features of bukkit while using Forgemodloader.
  • Updated regularly
  • Allows you to use bukkit plugins
Build #202 Ported Mods for 1.4.6
Z5Craft

Z5Craft is a plugin system for Minecraft, like Bukkit. Z5Craft has a few things about it that are different from other server mods.

  • Plugin system.
  • Compatible with any version of Minecraft.
  • Plugins don't break.
  • Compatible with most other server mods.
  • For Linux only.
Alpha 0.2.0 Homepage
Forums

참고

  • Creating Mods, a tutorial on how to create mods
  • Cheating and exploits

References

Advertisement