Minecraft Wiki
Register
Advertisement
For the official Bedrock Edition equivalent to mods, see Add-on.
For the official mechanism in Java Edition similar to mods, see Data Pack.
Paper
The contents of this page are not supported by Mojang Studios or the Minecraft Wiki. 
Articles about mods are currently being transferred to the Feed The Beast Wiki. 
This page is for general information about mods only, not descriptions of specific mods.
Visit the Feed The Beast Wiki for up-to-date, detailed modding information.
Information icon
This feature is exclusive to Java Edition. 
Indev World Generator

An example of a world generator mod (custom Indev map generator)

Mods (short for modifications) change Minecraft​'s game content in some way, such as to make minor adjustments to the game's mechanics or implement entirely new features.

Purpose

Shading

The "OptiFine" mod that supports "shaders" in-game which only changes the look. With different "shaders", Minecraft can look very different from Vanilla.

Most mods add content to the game to alter gameplay, fix bugs, change the creative feel, or give the player more options in how they interact with the Minecraft world. Some mods may be bigger expansions, while others add more settings and options to optimize the speed, graphics, or gameplay of the game. Server mods or plugins mainly give server admins more options and ease of use, and most mods for single-player have a server version that allows or enhances the mod in multiplayer. Notably, a significant amount of Java Edition item duplication glitches are not patched in Java Edition (either never patched or in the case of TNT duplication, patched then reverted) but mods that patch them are available.

When the base game is updated, the creator of a mod must update the mod accordingly, otherwise, the mod may no longer work.

An official way of creating mods called add-ons is available for Bedrock Edition.

Types of mods

Minecraftoptifine

Minecraft can be made to look very different with the addition of shaders and worldgen mods.

Client-based

Client mods are direct modifications of the Minecraft game files. They are not custom clients, as they require modification of the client.jar file. These require mod loaders such as Forge, Fabric, Quilt, NeoForge, or Spigot (server-side only).

Because the Minecraft server software ignores custom content from the client side, most of the client mods which add new content to the game do not work in multiplayer 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 and many of the functional client mods (e.g. OptiFine or TooManyItems) have effect in multiplayer straight away, without any modification on server side.

Server-based

Server mods are modifications to the official Minecraft server software. They are commonly designed to make the administration of servers easier by implementing tiered privileges for commands (such as kicking, banning, etc.). They are frequently implemented as "wrappers" which do not modify the main server .jar file, instead of monitoring its output and sending commands to it. Server-based mods may also be called plugins depending on the mod loader.

Mod packs

Mod packs are collections of mods that have been put together and configured so that they all work together. Mod packs are often centered around a general theme like tech, quests, or magic. Mod packs often have either custom launchers or installers that make installing and running the mod pack easy. Some of the most popular mod packs include Feed The Beast, Tekkit, RLCraft, and Hexxit.

In addition to making it easy to install mod pack clients, certain launchers can also download server mod packs.

Crash reports

If Minecraft crashes, a modified game is flagged in the crash report.

The crash report text includes one of these lines near the bottom:

Is Modded: Probably not. Jar signature remains and the client brand is untouched
Is Modded: Very likely; Jar signature invalidated
Is Modded: Definitely: client brand changed to (present loader, such as "fml,forge", "modloader", or "fabric")
Is Modded: Unknown (can't tell)

A shortened example crash report is given below:

The code that checks for mods is fairly simple, and it's not always correct; it may say 'probably not' even with mods installed. However, it's very difficult to get the 'very likely' message if you haven't modified your Minecraft .jar file somehow, so that's essentially a 'yes'. There's also a 'definitely' message, seen when a Bukkit server crashes and under other similar circumstances, like when the Minecraft Forge API is installed.

'Probably not' appears when the client/server brand appears to the in-game check to be unaltered (often termed 'vanilla') and the META-INF folder is still there. 'Very likely' appears when the META-INF folder is not present but the client/server brand seems to be vanilla. 'Definitely' plus the client name appears when the client is not vanilla:

Is Modded: Definitely: Client brand changed to 'fml,forge'

See also

External links

Gallery

Advertisement