Minecraft Wiki
(→‎Gallery: Added new pic :D)
 
 
Line 1: Line 1:
  +
{{Disclaimer}}
{{Food
 
|name=Brown Mushroom
 
|image=Brown Mushroom.png
 
|invimage=Crafting square Brown Mushroom.png
 
|type=Ingredient
 
|heals={{healthbar|10}}
 
(requires crafting into [[Mushroom Stew|stew]])
 
|Transparency=Yes
 
|light=Yes
 
|cookable=No
 
|stackable=64
 
|firstver=0.0.20
 
|data1=39
 
}}
 
<div style="float:right; clear: right;"><!-- put infobox below first infobox -->
 
{{Food
 
|name=Red Mushroom
 
|image=Red Mushroom.png
 
|invimage=Crafting square Red Mushroom.png
 
|type=Ingredient
 
|heals={{healthbar|10}}
 
(requires crafting into [[Mushroom Stew|stew]])
 
|cookable=No
 
|stackable=64
 
|firstver=0.0.20
 
|data1=40
 
}}
 
</div>
 
'''Mushrooms''' are a type of fungi that currently function as a [[food]] [[item]] in Minecraft [[Alpha]] and [[Beta]].
 
   
  +
== Mod Safety ==
Also, Brown Mushrooms glow with light level 1, but Red Mushrooms do not.
 
  +
Mods are currently not officially supported by [[Mojang]], as such users who [[Installing Mods|install]] and use mods are entirely doing so at their own risk. However, official modding support is in planning<ref>Modding Support http://notch.tumblr.com/post/4955141617/the-plan-for-mods</ref>. Mods work by editing or adding to the [[wikipedia:Obfuscated code|obfuscated]] source code. This means that mods only work with the Minecraft [[version history|version]] they are compiled for.
   
  +
For example, a mod that edits a .class file of version 1.5 will not be compatible with either 1.4 or 1.6. A notable exception to this is 1.6.5 and 1.6.6, where mods for either one are co-compatible. Also, any mods made in 1.7, 1.7_01, 1.7.2, or 1.7.3 are forwards compatible.
==Growth==
 
   
  +
Mods that only alter the behavior of existing items, blocks, or mobs are fairly safe; they should typically be able to be installed or uninstalled at will without making a world save corrupted. Note that this includes mods that add [[Mods/Crafting|crafting]] recipes without adding new items or blocks.
Like [[flowers]], mushrooms can be collected immediately with any tool. As of Beta 1.6, mushrooms spread very slowly. While mushrooms may be planted in direct sunlight, they spread more slowly at [[light level|light levels]] greater than 1 and will pop out of the ground if the light level is more than 12 and any square touching them updates. Mushrooms can also be found in [[The Nether]].
 
   
  +
Mods that add content, such as blocks, items or mobs, are riskier to uninstall. Since 1.4, modded content is automatically removed from the world if the mods that added them are not installed, thus preventing crashes. This can still cause issues and uncertain behavior, even such as crashing.
In the latest [[Beta]] version<!--when did this change?-->, mushrooms may be generated in the open when exploring during night, or under low-light conditions. As of the 1.2.0 update in [[Alpha]], it seems that mushrooms are now more commonplace due to the addition of [[biomes]].
 
   
  +
Mods that change how chunks are saved will render saved worlds incompatible with 3rd party software not designed to work with them. An example of such tools are map rendering tools, such as Cartograph G, that rely on parsing save files to produce their end results.
Several bug reports have mentioned mushrooms growing on top of [[trees]]. As this is a rare occurrence, searching for mushrooms on top of trees is not an efficient way to forage.
 
   
  +
Multiple mods may conflict with each other; certainly if two mods need to alter the same files, then they are unlikely to be compatible.
Red mushrooms are less common than brown mushrooms in all survival-based game modes, although they are much more abundant in [[The Nether]], as are brown mushrooms, due to the consistently low light conditions of the realm.
 
   
== Uses ==
+
== How to install Mods ==
  +
{{main|Mods/Installing Mods}}
   
  +
== Client Mods ==
Mushrooms are used to heal a good amount of health but are hard to get early in the game. They can also be used as decoration, provided that if they are placed at squares with a light level of 13 or more no adjacent squares are allowed to update. This means that two mushrooms next to each other cannot be used as decoration at this light level, as placing the second will cause the first to "pop" out of the ground.
 
  +
Client Mods are modifications to your Minecraft program ([[Alpha]] or [[Beta]]). They are not custom clients, and require modification of minecraft.jar. Like high resolution textures, they only work with the launchers, and won't work if you play Beta through a browser.
   
  +
The most common form of client mods are aesthetic and/or functional. However, some client mods add content to the game, and others fix issues with the game. While some do work on [[SMP|SMP]], mods that add content, and thus could be used for griefing, do not work, as the server will ignore custom content.
== As a Crafting Material ==
 
  +
=== Mod List ===
{| border="1" style="border-collapse: collapse; border-color: #555; background-color: #eee" cellpadding="5"
 
  +
|-align="center"
 
  +
{| class="wikitable sortable" style="width: 100%; text-align: center;"
!Product
 
  +
|-
!Ingredients
 
  +
! width="120px" | Name
!Input » Output
 
  +
! class="unsortable" | Description
  +
! class="unsortable" width="50px" | Version
  +
! class="unsortable" width="60px" | Link
  +
! width="50px" | [[Version history|Latest Compatible Release]]
  +
! width="50px" | Requires ModLoader
  +
! width="65px" | Author
  +
|-
  +
| AudioMod
  +
| style="text-align: left;" | Updates the sound system in Minecraft to allow support for three more file types and allows the ability to add custom music.
  +
| 1.7_01
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=80246 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| Risugami
  +
|-
  +
| [[Mods/Modloader|ModLoader]]
  +
| style="text-align: left;" | A type of mod manager that stops many conflicts between mods. Modders are free to decompile this and learn how to make mods work with it. Supports 303's mods. Also, texture packs are supported for override images and chunk population hook was added.
  +
| 1.7.2
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=80246 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|N/A}}
  +
| Risugami
  +
|-
  +
| [[Mods/ModOptionsAPI|ModOptionsAPI]]
  +
| style="text-align: left;" | Does your mod need simple, configurable options? Do you not want to edit core Minecraft files to do this? Or did the mod you just download tell you to come here? If so, you're in the right place.
  +
| v0.6.4
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=207630 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|Yes}}
  +
| Clintonxa
  +
|-
  +
| Minecraft Forge
  +
| style="text-align: left;" | This mod API picks up where Modloader leaves off. Adding extensive hooks allowing for compatibility of the more advanced Mods. Source code is available, and participation is encouraged. This API is meant to form and promote a standard for mods, thereby eliminating incompatibilities between mods using it.
  +
| 1.0.4
  +
| [http://www.minecraftforum.net/topic/514000-api-minecraft-forge/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|Yes}}
  +
| Spacetoad & Eloraam
  +
|-
  +
| MyCraft Mod Manager
  +
| style="text-align: left;" | A mod manager with an API similar to ModLoader that will work on any Minecraft version. Can load any mod (no patchers) and keep them organized. Includes built-in mods for flying and proxying.
  +
| 2.2.2
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=153315 Forum]
  +
[http://www.frustra.org/mycraft Website]
  +
| {{tc|yes|Alpha and above}}
  +
| {{tc|no}}
  +
| XThexder and jli
  +
|-
  +
| Sound Mod Enabler
  +
| style="text-align: left;" | Lets you to use custom sounds.
  +
| v7
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=141760 Forum]
  +
| {{v|t=1|B1.6.6}}
  +
| {{tc|no}}
  +
| epinull
 
|-
 
|-
  +
| ID Resolver
| align="center"| '''Mushroom Stew'''
 
  +
| style="text-align: left;" | Stops ID conflict
| align="center"| Brown Mushroom + Red Mushroom + [[Bowl]]
 
  +
| ?
|{{Grid/Crafting Table
 
  +
| [http://www.minecraftforum.net/topic/366377-173id-resolver Forum]
|A1=|B1= Brown Mushroom|C1=
 
  +
| {{v|t=1|B1.7.3}}
|A2=|B2= Red Mushroom |C2=
 
  +
| {{tc|yes}}
|A3=|B3= Bowl |C3=
 
  +
| ShaRose
|Output= Mushroom Stew}}
 
 
|}
 
|}
   
  +
==== Fixes ====
The order of the mushrooms does not matter.
 
   
  +
{| class="wikitable sortable" style="width: 100%; text-align: center;"
==History==
 
  +
|-
In [[Creative]] Mode, mushrooms were a decorative item and in [[Survival Test]], a food and hazard. Pigs were able to eat mushrooms in [[Survival Test]], but the feature has since been removed, along with sheep eating grass. In [[Indev]], mushrooms were sometimes generated in rare instances under trees or in the shadows of other floating continents in the "Floating" map type.
 
  +
! width="120px" | Name
  +
! class="unsortable" | Description
  +
! class="unsortable" width="50px" | Version
  +
! class="unsortable" width="60px" | Link
  +
! width="50px" | [[Version history|Latest Compatible Release]]
  +
! width="50px" | Requires ModLoader
  +
! width="65px" | Author
  +
|-
  +
| HD Texture Fix
  +
| style="text-align: left;" | Fixes the fire, water, lava, and compass issues with textures larger than the default size. Also have an option for bettergrass.
  +
| 2.1.0_02
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1021&t=252531 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|no}}
  +
| Kahr
  +
|-
  +
| VerticalRedstone
  +
| style="text-align: left;" | Allows redstone wire to be placed up and down walls.
  +
| 1.0
  +
| [http://djoslin.info/verticalredstone.php Website]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| djoslin
  +
|-
  +
| Redstone Burnout Tweak
  +
| style="text-align: left;" | Stops redstone from burning out.
  +
| -
  +
| [http://www.minecraftforum.net/topic/394986-166-redstone-burnout-fix/ Forum]
  +
| {{v|t=1|B1.6.6}}
  +
| {{tc|no}}
  +
| Satinxs
  +
|}
   
  +
==== Mod Packs ====
Brown mushrooms healed {{healthbar|5|9px}} in [[Survival Test]], but from [[Indev]] onwards, they were unable to be eaten on their own.
 
   
  +
{| class="wikitable sortable" style="width: 100%; text-align: center;"
In [[Survival Test]], the consumption of red mushrooms caused {{healthbar|3|9px}} ''damage'' to the player's health. From [[Indev]] onwards, spotted red mushrooms are used along with brown mushrooms and a bowl to craft [[Mushroom Stew]].
 
  +
|-
  +
! width="120px" | Name
  +
! class="unsortable" | Description
  +
! class="unsortable" width="50px" | Version
  +
! class="unsortable" width="60px" | Link
  +
! width="50px" | [[Version history|Latest Compatible Release]]
  +
! width="50px" | Installer
  +
! width="65px" | Compiler
  +
|-
  +
| Amazopack
  +
| style="text-align: left;" | Mods: Hogofwar's Peacefulpack & Rope, Nandonalt's Mob Masks & Beekeeping, Pchan3's Airship, Pfaeff's Allocator.
   
  +
Graphical mods: Painterly Pack.
{{-}}
 
==Gallery==
 
   
  +
| 1.7.3 Rev3
<gallery perrow=5>
 
  +
| [http://painterlypack.net/amazopack.html Website]
File:Nether brown mushrooms.jpg|Brown mushrooms growing in the Nether.
 
  +
| {{v|t=1|B1.7.3}}
File:Island of mushrooms Beta.jpg|Red and brown mushrooms found growing at dawn. Note the red mushroom in the tree.
 
  +
| {{tc|yes}}
File:bug shrooms.png|A brown mushroom growing on a tree, due to a bug.
 
  +
| Rhodox
File:2011-07-26_15.53.03.png|A mushroom spawned on a chest, another bug
 
  +
|-
File:Largepatchredmushrooms.png|A large patch of red mushrooms found when exploring at night.
 
  +
| AMCO
File:2011-06-04 19.40.28.png|A strange array of red mushrooms found growing underground, as they spread providing the space is dark and big enough.
 
  +
| style="text-align: left;" | Major mods: BuildCraft, [[Mods/IndustrialCraft|IndustrialCraft]], [[Mods/Millénaire|Millénaire]], Portal Gun, Triple Portal.
File:Mushroom_spread.png|A big spreading array of mushrooms underground.
 
File:2011-07-04_11.13.34.png|A huge array of mushrooms that are spreading even more underground.
 
File:hmc.png|A HUGE mushroom cave with over 700 mushrooms spread in SMP: [http://www.youtube.com/watch?v=TzeSB6VHt5M]
 
File:Lava_Mushrooms.png|Four mushrooms that spawned right near lava.
 
File:Mushrooms.png|Big patch of mushrooms
 
File:Minecraft 12.png|A big patch of Red mushrooms found near a waterfall.
 
</gallery>
 
   
  +
Author packs: DaftPVF, Hogofwar, Risugami, Scokeev9, Seronis, TehKrush, TheApathetic, Woot, Xie.
==Trivia==
 
* In Classic, mushrooms could be placed on any block except another mushroom, and would not break immediately when the block below them was removed.
 
* As of [[Version History|Alpha patch 1.2.2]]<!--Is this still true?-->, there is a glitch that will cause any block with a brown mushroom to be nearly pitch black. This may have something to do with the fact that mushrooms need to be in darkness to survive, or that the mushroom set the light level back to 1 after lighting was already calculated.
 
* ''Red Mushrooms'' strongly resemble real [http://en.wikipedia.org/wiki/Amanita_muscaria Amanita muscaria] (Fly Agaric) mushrooms; which are poisonous unless properly prepared, and have deliriant / psychedelic effects when consumed. This makes them inedible in the real world.
 
* Red Mushrooms seem to spread faster than brown mushrooms.
 
* Red Mushrooms can grow on top of pumpkins.
 
   
  +
Minor mods: Better stained glass, Blast-proof Glass, Book Mod, ConvenientInventory, Coral Reefs, Crafting Book, Display Cases, Elevator, Fire Armor, Gui API, ID Resolver, IDList, Magic Chest, MC Extended, Metals & Ores, Microcubes, MineEssence, Mini Map, More Fuel, Ruins, Somnia, Sponges, Superslopes.
==See also==
 
  +
* [[Tutorials/Mushroom Farming|Mushroom farming]] tutorial
 
  +
Graphical mods: HD Texture Fix, Steampunk Textures, 32x32 Ore textures.
* [[Bowl|Bowls]]
 
  +
* [[Mushroom Stew]]
 
  +
| 1.7.3 Rev3b
  +
| [http://www.minecraftforum.net/topic/293667-173-amco-arrrgs-minecraft-overhaul/ Thread]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|no}}
  +
| Arrrg
  +
|-
  +
| Yogbox
  +
| style="text-align: left;" | Major mods: [[Mods/Airship|Airship]], Baby Animals, [[Mods/Millénaire|Millénaire]], [[Mods/Mo'_Creatures|Mo' Creatures]], Single Player RPG.
  +
  +
Author packs: Axebane, DaftPVF, Hogofwar, Risugami, Scokeev9.
  +
  +
Minor mods: Buried Treasures, GUI API, ModOptions API, More Health, Somnia, Inventory Tweaks, Doors Open Doors Tweak.
  +
  +
Graphical mods: Painterly Pack:modified, SMP's Revival.
  +
| 1.7.3 V1.0d
  +
| [http://yogiverse.com/showthread.php?11841-YogBox-A-carefully-chosen-compilation-of-good-mods/ Website]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| The Yogscast
  +
|-
  +
| zombe's modpack
  +
| style="text-align: left;" | Currently contains: "weather", "flying", "recipe", "cart", "wield", "compass", "build", "cloud", "growth", "item", "death", "path", "spawn", "sun", "safe", "craft", "boom", "ore", "teleport", "cheat", "resize", "furnace" and "dig". Each mod has its own uses.
  +
| v4.32
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=96815 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|no}}
  +
|tanzanite (zombe)
  +
|-
  +
| Natural Disasters
  +
| style="text-align: left;" | It is a mod where we add natural disasters to the game and ores to go with it, plus mob ores as well.
  +
| Not Yet Released|
  +
[http://naturaldisastersmod.weebly.com/ Website]
  +
| Yes
  +
| {{tc|N/A}}
  +
| Alexander Costin and others
  +
|-
  +
|| 1.8 modpack
  +
| style="text-align: left;" | A mod pack with mods that are confirmed, or might be in the minecraft 1.8 update. Mods: 1.8 Version Changer, Endermen, World Generator Mod.
  +
| V1.0
  +
| [http://www.minecraftforum.net/topic/579861-18-modpack-173/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|No}}
  +
| hellobobbyish
  +
|}
  +
  +
==== Up-to-date Aesthetic and Functional Mods====
  +
  +
{| class="wikitable sortable" style="width: 100%; text-align: center;"
  +
|-
  +
! width="120px" | Name
  +
! class="unsortable" | Description
  +
! class="unsortable" width="50px" | Version
  +
! class="unsortable" width="60px" | Link
  +
! width="50px" | [[Version history|Latest Compatible Release]]
  +
! width="50px" | Requires ModLoader
  +
! width="65px" | Author
  +
|-
  +
| The Aether
  +
| style="text-align: left;" | Adds a skyworld to the game that is opposite of The Nether.
  +
| 1.02
  +
| [http://www.minecraftforum.net/topic/495374-173-aether-collaboration-mod-v102-new-mobs-fixes-items-and-features/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| Kingbdogz, Kodaichi, Shockah, Flan, and 303
  +
|-
  +
|AdventureCraft
  +
|style="text-align: left;" | AdventureCraft is a total conversion for Minecraft, which turns the game into a pure adventure mode in which players cannot place or destroy blocks.
  +
You can build there an adventuremap which runs with triggers, spawn locations, triggered doors and more.
  +
|r998
  +
|[http://www.minecraftforum.net/viewtopic.php?f=25&t=128281 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
|{{tc|no}}
  +
|[http://www.minecraftforum.net/memberlist.php?mode=viewprofile&u=37271&sid=b1b6bdafa906786f03b13b7b01d98e3e Cryect]
  +
|-
  +
|Alexm42's Mods
  +
|style="text-align: left;" |This mod adds a nice-looking coal block (like the gold, iron, or diamond blocks) and adds recipes to make hard-to-get items easier to get without upsetting the balance too much.
  +
|v1
  +
|[http://www.minecraftforum.net/topic/448697-171-172-173alexm42s-mods-better-gunpowder-and-morewipsspv1/ Forum]
  +
|{{v|t=1|B1.7.3}}
  +
|{{tc|yes}}
  +
|[http://www.minecraftforum.net/user/437730-alexm42/ Alexm42]
  +
|-
  +
|Alloys
  +
|style="text-align: left;" | Adds smeltable alloys to the game. Built on top of the Better Ores API. Currently adds new metal based ores and a new furnace to make alloy metals.
  +
|v1.3
  +
|[http://www.minecraftforum.net/topic/84920- Forum]
  +
| {{v|t=1|B1.7.3}}
  +
|{{tc|yes}}
  +
|[http://www.minecraftforum.net/user/64664-de3000/ DE3000]
  +
|-
  +
| Better Food
  +
| style="text-align: left;" | Allows food to be stacked up to 32 in a stack, and usable in stacks of 4 or less. Also prevents you from eating food with full health, thus wasting it.
  +
| N/A
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=54593 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|no}}
  +
| seronis
  +
|-
  +
|Break Bedrock
  +
|style="text-align: left;" | Allows you to break bedrock and collect it!
  +
|Version 1
  +
|[http://mitchellsmods.yolasite.com/bedrock-breaking.php/ Website] [http://www.mediafire.com/?my9pg8cfwbx7dz4/ Download]
  +
| {{v|t=1|B1.7.3}}
  +
|{{tc|no}}
  +
|Mitchfizz05
  +
|-
  +
| ChickenMen
  +
|Replaces Chickens With ChickenMen.
  +
|v1.7
  +
|[http://www.minecraftforum.net/topic/439877-21s-mods/page__p__6016579__hl__crunchycat__fromsearch__1#entry6016579 Forum]
  +
|{{v|t=1|B1.7.3}}
  +
|{{tc|no}}
  +
| CrunchyCat
  +
|-
  +
| CJB Mods
  +
| style="text-align: left;" | Hardcore mode, Item spawner, Flying, Minimap with Item/Mob/Player Radar, Xray, Speedhack & More! Works on SMP & SSP.
  +
| v4.3.2
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=261317 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| cjbok
  +
|-
  +
|Cloak mod
  +
|style="text-align: left;" | This mod lets you use a custom URL for the cloak texture, so you can make your cloak.
  +
|1.0
  +
|[http://www.minecraftforum.net/topic/419642-172xminec%C2%B4s-cloak-mod-updated/ Forum]
  +
|{{v|t=1|B1.7.3}}
  +
|{{tc|no}}
  +
|XmineC
  +
|-
  +
| ConvenientInventory
  +
| style="text-align: left;" | Was Started by EvenPrime and is now being developed by SmartModding. Adds many more inventory shortcuts & significantly reduces the amount of clicks to move and craft items.
  +
| v1.9
  +
| [http://www.minecraftforum.net/topic/504091-v173-convenient-inventory-19/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|no}}
  +
| SmartModding
  +
|-
  +
| Creatures+
  +
| style="text-align: left;" | Adds more creatures to the game.
  +
| v0.37
  +
| [http://www.minecraftforum.net/topic/314680-v03616-6-creatures-tree-stalker Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| veron101
  +
|-
  +
| Creepers
  +
| style="text-align: left;" | FriendlyCreeper, StupidCreeper and MiniCreeper. Makes Creeper more or less explode.
  +
| v1.5
  +
| [http://www.minecraftforum.net/topic/334760-173-team-fortress-2-teleporter-new-pitmans-mods/#creepers Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| pitman-87
  +
|-
  +
| DarkWolffe's Firestone
  +
| style="text-align: left;" | Adds a new light block as well as a god-enhanced sword. Next stable version coming soon!
  +
| v2.2
  +
| [http://www.minecraftforum.net/topic/503077-173-darkwolffes-firestone Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|Yes}}
  +
| [http://www.minecraftforum.net/user/500569-darkwolffe DarkWolffe]
  +
|-
  +
| Death Chest
  +
| style="text-align: left;" | If you have a chest in your inventory when you die, it will be placed where you die, or in the closest available spot. The chest will be filled with as many items as possible. Any excess that won't fit in the chest will be dropped.
  +
| 1.7_01
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=80246 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|no}}
  +
| Risugami
  +
|-
  +
| Dispenser mod
  +
| style="text-align: left;" |Dispense infinite items, change direction of arrows, eggs and snowballs.
  +
| v2.0
  +
| [http://www.minecraftforum.net/topic/475012-173 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|no}}
  +
|Calandiat
  +
|-
  +
| Dynamic Lights
  +
| style="text-align: left;" | Adds "shiny" attribute to items, allowing handheld or thrown light sources.
  +
| 1.7.3 - "Now on armor too!"
  +
| [http://www.minecraftforum.net/topic/184426-v166-dynamic-lights/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| AtomicStryker
  +
|-
  +
|ElectricTorch
  +
|style="text-align: left;" | Allows you to turn torches on and off.
  +
|v1.01
  +
|[http://www.minecraftforum.net/topic/487556-17-0electric-torch-v01/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
|{{tc|yes}}
  +
|burnner
  +
|-
  +
| Enhanced Compass Mod (Unofficial)
  +
| style="text-align: left;" | Allows you to make the compass point towards your spawn point, North, custom waypoints, or any combination. The needle color is customizable. Needs MCpatcher to work.
  +
| 6/12/2011
  +
| [http://www.minecraftforum.net/topic/255622 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|no}}
  +
| Yoda12999
  +
|-
  +
| FiniteLiquid
  +
| style="text-align: left;" | Provides a complete overhaul of the water physics engine to add more realism to minecraft. Pipes, pumps, tsunamis, and other features are included.
  +
| v4
  +
| [http://www.djoslin.info/finiteliquid.php Website] [http://www.minecraftforum.net/topic/259303-173-finiteliquid-v3-sponges-grates-sensors-rain-etc/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| djoslin
  +
|-
  +
| Flat Bedrock
  +
| style="text align: left;" | Instead of a staggered bedrock layer the bedrock is all to layer 0
  +
| -
  +
| [http://www.minecraftforum.net/topic/350595-165-flat-bedrock-modloader/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| grn_dog_72
  +
|-
  +
| FlintCraft
  +
| style="text align: left;" | Adds flint armor, weapons, tools and more...
  +
| v3
  +
| [http://www.minecraftforum.net/topic/392218-166-flintcraft/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| 666mayhem666
  +
|-
  +
| Glowing Ores
  +
| style="text-align: left;" | With a choice of Six class files that give sets of block a small yet noticeable light factor. The choices being Ores, Stone & Dirt, Cloth (wools), Water, Trees, and brighter Redstone torches.
  +
| 2.0
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=206728 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| Mexifelio
  +
|-
  +
| Grass Spawning
  +
| style="text-align: left;" | This mod changes the default spawning from Sand to Grass.
  +
| -
  +
| [http://www.minecraftforum.net/topic/183619-166-zillionair1s-mods-four-mods/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|No}}
  +
| [[User:Zillionair1|Zillionair1]]
  +
|-
  +
| Improved Chat
  +
| style="text-align: left;" | Enables scrolling backward through chat, binding chat commands to a key, and more.
  +
| 2.4.6
  +
| [http://www.minecraftforum.net/topic/123409-v166-wdmods-creepers-sneak-and-chat/page__hl__improved+chat Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|no}}
  +
| wd1966
  +
|-
  +
| InfiniteBiomes
  +
| style="text align: left;" | Makes biomes much, much larger, depending on what download the user wants. Though multiple biome sizes are available for manuable download, an installer is also available to quickly install any size you would like. A ShockAPI version will soon be available.
  +
| Version 1.2
  +
| [http://www.minecraftforum.net/topic/478260-173-infinitebiomes-very-large-biomes/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| Unitex
  +
|-
  +
|InstaMine
  +
|style="text-align: left;" | InstaMine is a mod which lets you mine anything instantly
  +
|v0.2
  +
|[http://www.minecraftforum.net/topic/360843-for-version-166-instamine-01/ Forum]
  +
|{{v|t=1|B1.6.6}}
  +
|{{tc|no}}
  +
|[http://www.minecraftforum.net/user/254077-darkpiestro/ DarkPiestro]
  +
|-
  +
| Insta-Wire
  +
| style="text align: left;" | Insta-Wire makes redstone computing much faster. It comes with instant repeaters / or / and / memory / and inverters. No more delays!
  +
| v1.0
  +
| [http://djoslin.info/instawire.php Website]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| Djoslin
  +
|-
  +
|[[Mods/Inventory Tweaks|Inventory Tweaks]]
  +
| style="text-align: left;" | Allows to sort your inventory and your chests, and replace any broken tools and emptied stacks by others from your inventory. Fully customizable, and works in both single and multiplayer.
  +
| 1.21
  +
| [http://www.minecraftforum.net/viewtopic.php?t=351884 Forum] [http://wan.ka.free.fr/?invtweaks Website]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| [[User:Jimeowan|Jimeowan]]
  +
|-
  +
|jpond17/knut17's mods
  +
|style="text-align: left;" | The forum post of all knut17's mods, from Stacky to Trololol and beyond!
  +
|?
  +
|[http://www.minecraftforum.net/topic/399544-knut17s-mods/ Forum]
  +
|{{v|t=1|B1.7.3}}
  +
|{{tc|no}}
  +
|[http://www.youtube.com/user/jpond17?feature=mhee jpond17/knut17]
  +
|-
  +
| LeafCraft
  +
| style="text-align: left;" | Makes Leaves Craftable from four saplings and makes Glowstone also craftable from a cross of Redstone and Cobblestone
  +
| -
  +
| [http://cid-68103d29d2afdf54.office.live.com/self.aspx/LeafCraft/hi.class Download]
  +
| {{v|t=1|B1.6.6}}
  +
| {{tc|No}}
  +
| Mickeyjm
  +
|-
  +
| Malqua's Thunderstone
  +
| style="text-align: center;" | Thunderstone is a mod that adds new tools and blocks with an electric theme. Thunderstone only spawns when lightning strikes, making this mod fun, yet challenging!
  +
| v1.1.5
  +
|[http://www.minecraftforum.net/topic/514552-173-thunderstone-v10 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|Yes}}
  +
|[http://www.minecraftforum.net/user/94467-malqua/ Malqua]
  +
|-
  +
| Material Detector
  +
| style="text-align: left;" | Shows the surrounding environment with possibility to indicate the position of some specific materials like diamond or iron (or whatever you want). Useful to search and dig efficiently some rare materials.
  +
| v1.14
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=209645#MaterialDetector Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| Ellian
  +
|-
  +
| MessiahAndrw's Minecraft Renderer Wrapper
  +
| style="text-align: left;" | Custom full screen res, change 3D depth, anaglyph colours, NVidia 3D Vision, cross-eyed. Doesn't modify minecraft.jar.
  +
| 3/3/2011
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=201762 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|no}}
  +
| MessiahAndrw
  +
|-
  +
| [[Mods/Minecraft Enhanced|Minecraft Enhanced]]
  +
| style="text-align: left;" | This mod is a merge of Better clouds, double view, and the lunar cycle/stars mod; it is also a skybox mod. It allows you to change things like fog depth, distance and height.
  +
It also allows you to change the sky color, moon color. Turn on and off weather FX.
  +
| v0.5a
  +
| [http://www.minecraftforum.net/topic/63651-256x128xv166-minecraft-enhanced-531-weather-fx-toggle/ Forum]
  +
| {{v|t=1|B1.7.2}}
  +
| {{tc|yes}}
  +
| cferrill1
  +
|-
  +
| Minecraft Resolutions
  +
| style="text-align: left;" | Resizes the window to 720p or 1080p for easy screencapping and can restore a user-defined size and window state on startup.
  +
| 1.7.3
  +
| [http://www.minecraftforum.net/topic/332955- Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|no}}
  +
| [[User:nairol|nairol]]
  +
|-
  +
| Minimap Mod
  +
| style="text-align: left;" | Shows a minimap in the corner of the screen with configurable waypoints and other options. Useful if you always get lost.
  +
| 0.10.0
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=97332&p=1456935#ZansMini Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| Zaneris
  +
|-
  +
| (Mob) Spawner Gui
  +
| style="text-align: left;" | This mod gives you the ability to mine and program mob spawners.
  +
| 1.7_01
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=80246 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| Risugami
  +
|-
  +
| More Stackables
  +
| style="text-align: left;" | Makes food and buckets stackable, but unusable when stacked. It also makes doors, signs, saddles, minecarts, and boats stackable.
  +
| 1.7_01
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=80246 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| Risugami
  +
|-
  +
|MovePlus
  +
| style="text-align: left;" | Adds more movement styles to the game.
  +
| v1.9
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=86872 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| Corosus
  +
|-
  +
| Mo' Zombies
  +
| style="text-align: center;" | This mod adds more zombies to the game including Zombie Notch and even a Cookie Zombie.
  +
| v0.85
  +
|[http://www.minecraftforum.net/topic/527567-minecraft-173-mo-zombies-v07/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|No}}
  +
|[http://www.minecraftforum.net/user/180851-coocoo617/ coocoo617]
  +
|-
  +
| Multi-use Doors
  +
| style="text-align: left;" | Multi-use doors, double doors, half doors, shutters, fence gates and trapdoor tweaks.
  +
| 2.1
  +
| [http://www.minecraftforum.net/topic/338754-166-multi-use-doors Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| Evandela
  +
|-
  +
| Natural Textures Mod
  +
| style="text-align: left;" | Designed to make textures look better. Reduces quilting by randomly rotating blocks.
  +
| 0.1
  +
| [http://www.minecraftforum.net/topic/468764-173-natural-textures-mod Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| CommonSense
  +
|-
  +
| [[Mods/Nature Overhaul|Nature Overhaul]]
  +
| style="text-align: left;" | Download Nature Overhaul and experience a vibrant, dynamic nature system.
  +
| v1.1.0.1
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=207638 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|Yes}}
  +
| [[User:Clintonxa|Clintonxa]]
  +
|-
  +
| No Big Trees
  +
| style="text-align: left;" | This mod disables the spawning of Big Trees.
  +
| -
  +
| [http://www.minecraftforum.net/topic/183619-166-zillionair1s-mods-four-mods/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|No}}
  +
| [[User:Zillionair1|Zillionair1]]
  +
|-
  +
| No Lakes
  +
| style="text-align: left;" | This mod disables the spawning of lakes.
  +
| -
  +
| [http://www.minecraftforum.net/topic/183619-166-zillionair1s-mods-four-mods/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|No}}
  +
| [[User:Zillionair1|Zillionair1]]
  +
|-
  +
| No-Peaceful
  +
| style="text-align: left;" | Removes Peaceful mode.
  +
| v1.5
  +
| [http://www.minecraftforum.net/topic/379691-v05166165no-peacful/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|no}}
  +
| [http://www.minecraftforum.net/user/518031-tht7/ tht7]
  +
|-
  +
| Optifine (Previously OptiFog and OptiMine)
  +
| style="text-align: left;" | This mod adds a lot of tweaking options for better looks and performance. Doubling the FPS is common.
  +
Moves fog away, adds mipmaps, chunk loading control (mod CAF), Smooth FPS, brightness control, VSync and more.
  +
| 1.7.3_HD_G
  +
| [http://www.minecraftforum.net/topic/249637-15-01-optifog-fps-boost/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|no}}
  +
| sp614x
  +
|-
  +
|Power Pistons
  +
|style="text-align: left;" | Allows pistons to push/pull obsidian and bedrock!
  +
|Version 1
  +
|[http://mitchellsmods.yolasite.com/power-pistons.php/ Website] [http://www.mediafire.com/?wye7cour5md2gsd/ Download]
  +
| {{v|t=1|B1.7.3}}
  +
|{{tc|no}}
  +
|Mitchfizz05
  +
|-
  +
|Radio mod
  +
|style="text-align: left;" | Adds your own music into the game. Not just one but unlimted
  +
|?
  +
|[http://www.minecraftforum.net/topic/388713-173-%E1%91%95-radio-mod-%E1%91%90-10-wip-speakers-and-animated-eq-update/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
|{{tc|yes}}
  +
|Paraknight
  +
|-
  +
| Realistic Time
  +
| style="text-align: left;" | Synchronizes in-game time to your computer's clock. The new minecraft day lasts from 8:00 AM to 8:00 PM.
  +
| v1.0
  +
| [http://www.minecraftforum.net/topic/477996-173-realistic-time-modloader-updated-bugs-fixed/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| Grinde
  +
|-
  +
| Redstone Indicators
  +
| style="text-align: left;" | Redstone Indicators allow redstone fanatics to debug their contraptions without going through the hassle of running a separate wire to an in-game indicator. Simply add the probe block and run a redstone line to it. Right clicking on a probe will change its channel (to one of the wool colors). When at least one indicator on a channel is receiving power, the in-game HUD will display a small image of that channel's color along the left edge.
  +
| v1.7.3
  +
| [http://www.minecraftforum.net/topic/410598-173redstone-indicators/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| hooktail154
  +
|-
  +
Natural Disasters Mod
  +
Not yet released
  +
| Repair My Items
  +
| style="text-align: left;" | Makes tools and armor smeltable, which resets the damage to zero.
  +
| v1.1
  +
| [http://www.minecraftforum.net/topic/453264-173zdmshadows-modsglass-ice-shards-released/#6082193,Repair Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|no}}
  +
| zdmshadow
  +
|-
  +
| Sign Tags
  +
| style="text-align: left;" | Adds tags to signs - type [time] to show an in-game clock, [light] to show the light level where the sign is, and [x], [y], and/or [z] to show coordinates, based on the sign's position. <nowiki>[a|b]</nowiki> acts as an input option, where 'a' is shown when the sign is powered, and 'b' is shown otherwise. [biome], [temp], and [humid] tell you the biome, temperature, and humidity of where the sign was placed.
  +
| 1.7_01
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=80246 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|no}}
  +
| Risugami
  +
|-
  +
| Single Player Commands
  +
| style="text-align: left;" | This mod introduces commands to singleplayer!
  +
| V2.10_2
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=100267&p=1494675#p1494675 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|No}}
  +
| simo_415
  +
|-
  +
| Slipperier Ice
  +
| style="text-align: left;" | Ice is more slippery
  +
| V1.0
  +
| [http://www.minecraftforum.net/topic/403679-166-11thminecraft-originals/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|No}}
  +
| Kyle_Crafty
  +
|-
  +
| Stackable Food
  +
| style="text-align: left;" | Makes food stackable up to 64. Useful to save inventory space.
  +
| v1.1
  +
| [http://www.minecraftforum.net/topic/447768-173-172-stackable-food-obsidian-tools Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|no}}
  +
| MAGNUM_PT
  +
|-
  +
|Stacks+
  +
|style="text-align: left;" | Makes Various things stackable to 64. Usefull to save inventory or chest space.
  +
|v1.2
  +
|[http://www.minecraftforum.net/topic/538040-crunchycats-mods/ Forum]
  +
|{{v|t=1|B1.7.3}}
  +
|{{tc|no}}
  +
|CrunchyCat
  +
|-
  +
| SurvivalCraft
  +
| style="text-align: left;" | This mod aims to aid your desire for the fray of combat. With an improved pathfinding algorithm, and added behaviour, the seemingly dumb mobs are now much more intelligent!
  +
| -
  +
| [http://www.minecraftforum.net/topic/266163-v166-survivalcraft-v06b1/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|Yes}}
  +
| Clintonxa
  +
|-
  +
| Tool Repair
  +
| style="text-align: left;" | Uses crafting grids to repair tools and armour.
  +
| 1.0
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=54593 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| seronis
  +
|-
  +
| Uncompressed Worlds
  +
| style="text-align: left;" | This mod doesn't compress Worlds to allow for faster world saving/loading.
  +
| -
  +
| [http://www.minecraftforum.net/topic/183619-15-01-zillionair1s-mods-four-mods/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|No}}
  +
| [[User:Zillionair1|Zillionair1]]
  +
|-
  +
| World Downloader
  +
| style="text-align: left;" | Clones parts of a MP world from a server to your SP folder.
  +
| 1.7.3
  +
| [http://www.minecraftforum.net/topic/333322- Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|no}}
  +
| [[User:nairol|nairol]]
  +
|-
  +
| WorldEdit
  +
| style="text-align: left;" | Incredibly powerful mod for editing worlds. REQUIRES SINGLE PLAYER COMMANDS.
  +
| 4.6
  +
| [http://www.sk89q.com/projects/worldedit/ Website]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|no}}
  +
| sk89q
  +
|-
  +
| zOmBeH CREEPERS!!!!
  +
| style="text-align: left;" | Make creepers not explode but still makes them hurt u like a zombie :D
  +
| ?
  +
| [http://www.planetminecraft.com/mod/zombeh-creepers/ Website]
  +
| {{v|t=1|B1.7.2}}
  +
| {{tc|no}}
  +
| Kippykip (HAP3E)
  +
|-
  +
|}
  +
  +
==== Out-of-Date Aesthetic and Functional====
  +
  +
{| class="wikitable sortable" style="width: 100%; text-align: center;"
  +
|-
  +
! width="120px" | Name
  +
! class="unsortable" | Description
  +
! class="unsortable" width="50px" | Version
  +
! class="unsortable" width="60px" | Link
  +
! width="50px" | [[Version history|Latest Compatible Release]]
  +
! width="50px" | Requires ModLoader
  +
! width="65px" | Author
  +
|-
  +
|Better Axes
  +
|style="text-align: left;" | Makes Axes cut wooden blocks more effectively.
  +
|v1
  +
|[http://www.minecraftforum.net/topic/404285-mermzs-mods/ Forum]
  +
| {{v|t=1|B1.6.6}}
  +
|{{tc|no}}
  +
|mermz
  +
|-
  +
|Better Ores
  +
|style="text-align: left;" | Changes the way ores drop items. Makes every ore drop a configurable amount of items with guaranteed and chance based values.
  +
Makes metal based ores (iron, gold) drop nuggets instead of blocks. Nuggets need to be smelted in a new smelting furnace.
  +
API available to easily create new items (which do not need durabilty) to have subtypes and add new ores which behave like Better Ores.
  +
|v1.3
  +
|[http://www.minecraftforum.net/topic/84920- Forum]
  +
| {{v|t=1|B1.6.6}}
  +
|{{tc|yes}}
  +
|[http://www.minecraftforum.net/user/64664-de3000/ DE3000]
  +
|-
  +
| Boat Drop
  +
|style="text-align: left;" | Boat Drop makes boats drop 5 wood planks in place of 3 wood planks and 2 sticks.
  +
|v1
  +
|[http://www.minecraftforum.net/topic/369855-beta-166boat-drop-v1 Forum]
  +
| {{v|t=1|B1.6.6}}
  +
|{{tc|no}}
  +
|benben2365
  +
|-
  +
| Cool Drops From Cool Mobs!
  +
| style="text-align: left;" | Makes wolves; zombies; and skeletons drop different items than they used to.
  +
| v1.0
  +
| [http://www.minecraftforum.net/topic/399707-cool-drops-from-cool-mobsfrom-trollseph/ Forum]
  +
| {{v|t=1|B1.6.6}}
  +
| {{tc|no}}
  +
| Trollseph
  +
|-
  +
| Daylight Savings
  +
| style="text-align: left;" | Allows you to position the sun and set its movement speed to values ranging from 0 to 500x (including 1/72x, which is Earth speed), through a GUI in the Options menu. Does not alter the Minecraft clock. There are no planned updates for this.
  +
| 2011-4-5
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=181084 Forum]
  +
| {{v|t=1|B1.4_01}}
  +
| {{tc|no}}
  +
| Pulseczar
  +
|-
  +
|GLSL Shaders
  +
|style"text-align: left;" | Adds a very nice effect to block rendering, adding curves and depth to everything.
  +
| v1.5
  +
| [http://daxnitro.wikia.com/wiki/Shaders Wiki] [http://www.minecraftforum.net/topic/120261-v15-glsl-shaders-aa-dof-waving-wheat-and-more/ Forum]
  +
| {{v|t=1|B1.5}}
  +
| {{tc|yes}}
  +
| daxnitro
  +
|-
  +
| Inside Out Mod
  +
| style="text-align: left;" | This makes all the rare resources that are pretty uncommon like gold and diamond everywhere and everything else is pretty hard to find
  +
| V2.0
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=108393 Forum]
  +
| {{v|t=1|B1.0_01}}
  +
| {{tc|No}}
  +
| Runedog48
  +
|-
  +
| MineRag ragdoll physics
  +
| style="text-align: left;" | When completed, MineRag will allow for functioning ragdoll physics for all mob models. TNT will throw mobs into the air and water and lava will decrease their gravity.
  +
| 2011-03-03
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=203651 Forum]
  +
| {{v|t=1|B1.3_01}}
  +
| {{tc|no}}
  +
| Crystal Legends Development
  +
|-
  +
| Mining TNT
  +
| style="text-align: left;" | TNT won't destroy the drops from blocks.
  +
| v1.4_01
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=61032 Forum]
  +
| {{v|t=1|B1.4_01}}
  +
| {{tc|no}}
  +
| 303
  +
|-
  +
| Popcorn Smelting Mod
  +
| style="text-align: left;" | Brings back the ability to Smelt By throwing your ores into fire or lava!
  +
| 1.1
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=280207&sid=96626fc078bf8e8c1e70e398eccd80cd Forum]
  +
| {{v|t=1|B1.6.3}}
  +
| {{tc|no}}
  +
| Angry Beast
  +
|-
  +
| Pseudo Physics
  +
| style="text-align: left;" | This mod is an attempt to simulate some physics in the minecraft world.. Reminder: Limited to source code
  +
| v1.5_01a
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=247598 Forum]
  +
| {{v|t=1|B1.5_01}}
  +
| {{tc|no}}
  +
| zalg
  +
|-
  +
| Terrain Tweaker SMP Mod
  +
| style="text-align: left;" | Previously the "Subterranean SMP Mod", seen [http://www.minecraftforum.net/viewtopic.php?f=25&t=62939 here]. The mod tweaks the settings in the terrain generator allowing for things like mostly flooded worlds, having the Nether blocks mineable in the real world, Muddy swamps etc. Achieved via some simple additions to your server.properties file.
  +
| v2.1
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=76234 Forum]
  +
| {{v|t=1|B1.2_01}}
  +
| {{tc|no}}
  +
| Wickity
  +
|-
  +
| Tiiiimberrrrr!
  +
| style="text-align: left;" | Originally made by Ayu, this mod allows you to quickly cut down trees with a golden axe!
  +
| 1.1
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=280207&sid=96626fc078bf8e8c1e70e398eccd80cd Forum]
  +
| {{v|t=1|B1.4_01}}
  +
| {{tc|no}}
  +
| Angry Beast
  +
|-
  +
| TreeDrops
  +
| style="text-align: left;" | Allows trees to drop a variety of things, from sticks, leaf blocks, to saplings and apples. Also it has been merged with TreeDecay to allow tree leaves unconnected to trees to decay as expected.
  +
| 1.2
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=71819 Forum]
  +
| {{v|t=1|B1.2_01}}
  +
| {{tc|no}}
  +
| Ayutashi
  +
|-
  +
| Water Washes out Reeds
  +
| style="text-align: left;" | Made by request for xXDmanXNZXx, primarily used for automatic crop harvesters.
  +
| 1.0
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=280207&sid=96626fc078bf8e8c1e70e398eccd80cd Forum]
  +
| {{v|t=1|B1.5_01}}
  +
| {{tc|no}}
  +
| Angry Beast
  +
|-
  +
|}
  +
  +
==== New Content ====
  +
  +
Any mods that add new blocks or items will have new [[Data Values]], which can be found on the [[Mods/Data values]] page.
  +
  +
{| class="wikitable sortable" style="width: 100%; text-align: center;"
  +
|-
  +
! width="120px" | Name
  +
! class="unsortable" | Description
  +
! class="unsortable" width="50px" | Version
  +
! class="unsortable" width="60px" | Link
  +
! width="50px" | [[Version history|Latest Compatible Release]]
  +
! width="50px" | Server Version
  +
! width="50px" | Requires ModLoader
  +
! width="50px" | Author
  +
|-
  +
|Fire Extinguisher
  +
|style="text-align: left;" | Put out fire!
  +
|v1.0
  +
|[http://www.minecraftforum.net/topic/569771-173fire-extinguisher-dont-be-scared-of-fire-anymore/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|B1.7.3}}
  +
|{{tc|yes}}
  +
|Burnner
  +
|-
  +
|Notch
  +
|style="text-align: left;" | Get your personal Notch!
  +
|v1.0
  +
|[http://www.minecraftforum.net/topic/565310-173notch-10-get-your-personal-notch/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
|{{tc|yes}}
  +
|Burnner
  +
|-
  +
|Magic Box
  +
|style="text-align: left;" | Like a moving box, can move whole buildings or areas.
  +
|v1.2.1
  +
|[http://www.minecraftforum.net/topic/334760-173-team-fortress-2-teleporter-new-pitmans-mods/#magic Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
|{{tc|yes}}
  +
|pitman-87
  +
|-
  +
| [[Herobrine]]
  +
| style="text-align: left;" | Includes the legendary and scary Herobrine
  +
| 1.0
  +
| [http://www.minecraftforum.net/topic/511421-173herobrine-v05/page__p__6742780#entry6742780 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Burnner
  +
|-
  +
| Yellow Submarine
  +
| style="text-align: left;" | Includes a yellow submarine and a snorkle.
  +
| 0.8
  +
| [http://www.minecraftforum.net/topic/489812-173yellow-submarine-mod-v08-now-with-a-sub-model/page__mode__show Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Burnner
  +
|-
  +
| 303's Arrows
  +
| style="text-align: left;" | Includes and extends Elemental Arrows. Adds these types of arrows: dirt, torch, slime, egg, explosive, fire, ice, laser, mob, warp, grass and confusion.
  +
| 1.5_01
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=61032 Forum]
  +
| {{v|t=1|B1.5_01}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| 303
  +
|-
  +
| [[Mods/Aether Collaboration|Aether]]
  +
| style="text-align: left;" | This mod adds a new world called the Aether by combining a map generator and a mod.
  +
| V 1.02
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=211244 Forum] [http://www.minecraftforum.net/topic/495374-173-aether-collaboration-mod-v100 Forum Download]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| KingBDogz, Kodaichi and Shockah
  +
|-
  +
| [[Mods/Airship|Airship]]
  +
| style="text-align: left;" | This mod adds balloons and airships.
  +
| v3
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=178612 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| Pchan
  +
|-
  +
|AlchemyCraft
  +
|style="text-align: left;" | Stop mining, and get crafting!!
  +
|v0.5
  +
|[http://www.minecraftforum.net/topic/585300-173-alchemycraft/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
|{{tc|yes}}
  +
|angryduck94
  +
|-
  +
| Apothecarium
  +
| style="text-align: left;" | This mod allows you to create Potions by brewing reagents together in a cauldron, also adds rare herbs, transmutation, tamed slimes, achievements, and more.
  +
| V 1.25
  +
| [http://www.minecraftforum.net/topic/535193-173-apothecarium-ssp/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Luisedgm
  +
|-
  +
| More Ores
  +
| style="text-align: left;" | This mod makes Iron and Gold ores drop dust, which you can smelt in the furnace like normal.
  +
| 1
  +
| [http://www.minecraftforum.net/topic/471249-173-more-ores/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| bobbean
  +
|-
  +
| Bacon Craft
  +
| style="text-align: left;" | This mod adds bacon, steak, beef, knife, bowl of water, soup and more!
  +
| 1.5
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=304462 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| DarkTwisterr
  +
|-
  +
| AssassinCraft
  +
| style="text-align: left;" | This mod adds Daggers, Hidden Blades and other Assassin's Creed Themed items.
  +
| 0.9_01
  +
| [http://www.minecraftforum.net/topic/338183-166-%E2%98%85-assassincraft-%E2%98%85-wipsmp-v-09-01/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| 10DARK01, VeteranCookie, Roflnoob, Alx101, Dann494
  +
|-
  +
| BaitBox
  +
| style="text-align: left;" | This mod adds a bait box which can be used to trap non-hostile mobs, making it easier to collect their drops.
  +
| v1.0
  +
| [http://djoslin.info/baitbox.php Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| DJoslin
  +
|-
  +
| Balkon's Weapon Mod
  +
| style="text-align: left;" | Throw a spear in a zombie's head! Cut a skeleton in half with your brand new halberd! Shoot some slimes in
  +
pieces with an old musket! And more!
  +
| v5.2
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=229041&sid=b7579f241185b3acfd8ca6ddee1163cd Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
|BalkondeurAlpha
  +
|-
  +
| Blocks+
  +
| style="text-align: left;" | Adds 5 different blocks but more are soon to come
  +
| v0.2
  +
| [http://www.minecraftforum.net/topic/481073-173blocksblocks/page__p__6336269#entry6336269]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|No}}
  +
|Ninjahobobob12
  +
|-
  +
| Baseball Bats
  +
| style="text-align: left;" | This mod adds baseball bats to the game and lets face it, who hasn't wanted to club a creeper over the head
  +
| V 2.1,
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=286011 Forum]
  +
| {{v|t=1|B1.5_01}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Nerd_Geek_DC
  +
|-
  +
| Battle Towers
  +
| style="text-align: left;" | Creates towers on random chunks filled with Monster Spawners, chests with various goodies, and a golem on top.
  +
| V8
  +
| [http://www.minecraftforum.net/topic/139746-166-battle-towers-chicken-gliding-kodaichi-classics/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| freakstritch
  +
|-
  +
| Beekeeping
  +
| style="text-align: left;" | This mod adds all you need to be a bee keeper and more. It includes: a bee keeper helmet, beehive box, comb presser, incubator, bee swarms, honey, honey pork, candles, and chandeliers.
  +
| v1.3
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=120185#Beekeeping Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Nandonalt
  +
|-
  +
|Better Than Wolves
  +
| style="text-align: left;" | This mod adds many new functions to the game, including powered a mechanical power system, light blocks, pulleys and platforms, pourable cement that turns into stone, pottery, a way to cook food (but only food) without wasting any fuel and much more!
  +
| 2.91
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=275333 Forum] [http://sargunster.com/btw/ Wiki]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| FlowerChild
  +
|-
  +
| BiomePack
  +
| style="text-align: left;" | This mod makes some blocks look different from one biome to another like grass and leaves.
  +
| v1.0
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=120185#BiomePack Forum]
  +
| {{v|t=1|B1.6.6}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Nandonalt
  +
|-
  +
| Blast Proof Glass
  +
| style="text-align: left;" | also adds smeltable glass shards
  +
| v1.0
  +
| [http://www.minecraftforum.net/topic/420191-172-blast-proof-glass-glass-shards/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| mermz
  +
|-
  +
  +
| BoziliumCraft
  +
| style="text-align: left;" | This mod makes minecraft a lot easier
  +
| v1.2
  +
| [http://www.minecraftforum.net/topic/354261-boziliumcraft/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|no}}
  +
| DylanReimerink
  +
|-
  +
| Brier Mod
  +
| style="text-align: left;" | This mod adds new plants such as briers and climbing vines to minecraft.
  +
| v1.0
  +
| [http://www.minecraftforum.net/topic/579023-173brier-mod/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|Yes}}
  +
| Danice123
  +
|-
  +
| Bug Mobs
  +
| style="text-align: left;" | This mod adds insects to the game. Currently there are 11 insects, bees, flies, ladybugs, queen bees, wasps, grasshoppers, beetles, Nether bugs, caterpillars, Japanese Giant hornets and botflies. It adds more atmosphere to the game.
  +
| V6.1
  +
| [http://www.minecraftforum.net/topic/308712-v165-bugs-mobwip-v61/ Forum]
  +
| {{v|t=1|B1.6.6}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Cylly1512
  +
|-
  +
| Build Craft
  +
| style="text-align: left;" | Adds pipes to the game which for example can transfer coal from one chest in the lower slot of a furnace and iron from another chest in the top it comes with four types of pipes. It also adds The Miner and the Quarry which drill downwards for resources (powered by redstone or right clicks) [Works with industrial craft]
  +
| 2.1.1
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=311596 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|Yes}}
  +
| SpaceToad
  +
|-
  +
| Builders mod
  +
| style="text-align: left;" | This mod will add 10 new human builder mobs to minecraft. These mobs will build all over your world, by placing blocks and building structures. Backup your saves before use. Currently, for unknown reasons, the mod may occasionally freeze your game.
  +
| v0.54
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=111753&sid=7773372656c42bd153cf65420498aabc Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|Yes}}
  +
| OgreSean
  +
|-
  +
|Butterflies
  +
| style="text-align: left;" | Butterflies! That's right; you can now liven up your minecraft world with an array of butterflies, each with a unique spawning spot. And if the amazing atmosphere they add isn't enough, you can also catch them with a net, and when you let them free again, they'll follow you around, and sometimes even feel friendly enough to land on your head! Isn't that cool?
  +
| v1.3
  +
| [http://www.minecraftforum.net/topic/254836-165166-butterflies-v13/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Gnatpat
  +
|-
  +
|C9s Watermelons
  +
| style="text-align: left;" | This mod adds watermelons which can be chopped up into slices to eat.
  +
| v1.0
  +
| [http://www.minecraftforum.net/topic/576990-claimer9s-mods/#entry7618214/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Claimer9
  +
|-
  +
|Cactus Craft
  +
| style="text-align: left;" | Do you ALWAYS spawn on the desert? No trees around? Only cacti? No |problem, sir! With CactusCraft, you can begin your survival while using only cacti.
  +
| v1.21
  +
| [http://www.minecraftforum.net/topic/113054-166nandonalts-mods-coraltreesalot-more/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Nandonalt
  +
|-
  +
| CannonPowder
  +
| style="text-align: left;" | Cannon powder works exactly like tnt, except it doesn't remove blocks or damage entities. It's used to push things. I also hooked up the dispenser to spit out live TNT / CannonPowder instead of just the item.
  +
| 1
  +
| [http://www.djoslin.info/cannonpowder.php Website]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| djoslin
  +
|-
  +
| [[Mods/CamelOre|CamelOre]]
  +
| style="text-align: left;" | This mod incorporates new ores, tools, weapons, armor, mobs, etc. in Minecraft to enhance game play.
  +
| 2.4
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=265217&p=3715497 Forum]
  +
| {{v|t=1|B1.6.6}}
  +
| {{v|t=1|None}}
  +
| {{tc|no}}
  +
| Camelfox
  +
|-
  +
| Car Mod
  +
| style="text-align: left;" | adds a driveable minecart
  +
| v1.0
  +
| [http://www.minecraftforum.net/topic/508821-173-the-car-mod/page__p__6709025#entry6709025/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| mermz
  +
|-
  +
| CCTV Block
  +
| style="text-align: left;" | This adds camera and monitor blocks to minecraft. UltraMoogleMan made the first versions [http://www.minecraftforum.net/viewtopic.php?f=1032&t=218655 here], while Keavator updated the mod further.
  +
| v0.1
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=345981 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| UltraMoogleMan, Keavator
  +
|-
  +
| Cheese Mod
  +
| style="text-align: left;" | This mod adds cheese and cheese sandwiches.
  +
| 1
  +
| [http://www.planetminecraft.com/mod/cheese-mod/]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| carl177
  +
|-
  +
| ControllerBlock
  +
| style="text-align: left;" | Adds a controller block that can be used for floodgates and bridges. When a controller block is powered, it creates blocks in predefined places. Videos in Forum.
  +
| 1.2.4
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=162899 Forum]
  +
| {{v|t=1|B1.6.6}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| JStar (originally Sunrise_78)
  +
|-
  +
| Compressed Blocks
  +
| style="text-align: left;" | Makes coal and redstone more usable. You can make coal, redstone, dense coal and dense redstone blocks. Coal, redstone and dense coal block can be used as a fuel. Dense coal and redstone block can be smelted into diamond(s)! More info on forum.
  +
| v2.1
  +
| [http://www.minecraftforum.net/topic/487085-173compressed-blocks-v21-balancing-done/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| vino007
  +
|-
  +
| Coral Reef Mod
  +
| style="text-align: left;" | This adds some 6 plants and 2 blocks under the sea. With the coral you can decorate or make dyes. This mod is more enjoyable if you use Roundaround's CrystalClearWaters mod for better visibility.
  +
| v2.03
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=120185#CoralReef Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Nandonalt
  +
|-
  +
| Creature mod
  +
| style="text-align: left;" | Adds new mobs.... The creatures!
  +
| 1.1.5
  +
| [http://thecreaturehub.com/index.php?topic=3460.0 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|Yes}}
  +
| dsm1891
  +
|-
  +
| Creepy Craft
  +
| style="text-align: left;" | This mod adds more creepy monster content to Minecraft!
  +
| v1.6
  +
| [http://www.minecraftforum.net/topic/521895-creepy-craft/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Kmcpeek7
  +
|-
  +
| Desert Scorpions
  +
| style="text-align: left;" | Adds a scorpion mob that only spawns in the desert
  +
| 0.0
  +
| [http://www.minecraftforum.net/topic/489204-173-obsidia-obsidian-more/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Irflufybunny
  +
|-
  +
| Dog Treats
  +
| style="text-align: left;" | Adds 2 dog treats to feed your wolves.
  +
| 1.6.6
  +
| [http://www.minecraftforum.net/topic/403679-166-11thminecraft-originals/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Kyle_Crafty
  +
|-
  +
| Elemental Arrows
  +
| style="text-align: left;" | Adds fire, ice, and explosive arrows, and a gag weapon, egg arrows, along with the unstoppable homing bow.
  +
| 1.7_01
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=80246 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Risugami
  +
|-
  +
| Elemental Bows (Previously Fire Bow)
  +
| style="text-align: left;" | Provides an alternative to Elemental Arrows. Craft different bows instead of arrows. Still in development.
  +
| v4.0
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=161948 Forum]
  +
| {{v|t=1|B1.5_01}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| pokepal101(MC)<br>yinge101(YT)
  +
|-
  +
| Elevator
  +
| style="text-align: left;" | This mod allows you to create an elevator that will take you both up and down vast distances quickly.
  +
| v4.0
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=229800 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Exanadu
  +
|-
  +
| Eloraam's Mods
  +
| style="text-align: left;" | Make redstone easier to understand by integrating redstone logic into single blocks! RS Latches, NAND Gate, and all the others.
  +
| V1.5.1
  +
| [http://www.minecraftforum.net/topic/365357-172-eloraams-mods-integrated-redstone-v142-redstone-pipe/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| Eloraam
  +
|-
  +
| Explosive Tipped Crowbar
  +
| style="text-align: left;" | This special tool harvests any block instantly. This comes in handy for building large structures out of obsidian. It never wears out and can also be used as a weapon.
  +
| 1.7.2
  +
| [http://mcmodcenter.net/infusions/pro_download_panel/images/crafting_recipe.png Crafting Recipe]
  +
[http://www.mediafire.com/?h1pezu6guvzfmo2 Download]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| The Lightning Stalker
  +
|-
  +
| Extended 2x2 Crafting Grid
  +
| style="text-align: left;" | Makes many more things available for 2x2 crafting.
  +
| 0.4.03
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=164050 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| yofreke / GreyAcumen
  +
|-
  +
| [[Mods/FancyPack|FancyPack Furniture and Decorations Pack]] Unofficial
  +
| style="text-align: left;" | Adds a wide variety of furniture, decorations and other items for interior decoration.
  +
| v9
  +
| [http://www.minecraftforum.net/topic/363162-173-fancypack-stained-glass-updated-7112011/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Big Brother
  +
|-
  +
| Farmcraft
  +
| style="text-align: left;" | This mod replaces the four original Minecraft animals with tamable versions. It also allows you to plant mushrooms, pumpkins and flowers.
  +
| v1.1
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=154097 Forum]
  +
| {{v|t=1|B1.2_02}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| DrZhark
  +
|-
  +
| [[Mods/Fireworks|Fireworks]]
  +
| style="text-align: left;" | This mod adds a fireworks-launcher to the game, powerable by redstone. You can create your own fireworks (outside of the game).
  +
| --
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=245496 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Mysticyx
  +
|-
  +
| FlashShelter Mod
  +
| style="text-align: left;" | Allows you to craft a mobile instant shelter.
  +
| 2.0
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=260409&sid=c6020499c19978c40b13185cc42d95ba Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Suudsu
  +
|-
  +
|[[Mod/Garages|Garages]]
  +
| style="text-align: left;" | This Mod Adds Garage Doors, castle gate, roadway and metalworks.
  +
| v1
  +
| [http://www.minecraftforum.net/topic/266155-166 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|In Progress}}
  +
| {{tc|yes}}
  +
| TheThirdMike
  +
|-
  +
| GemstoneCraft
  +
| style="text-align: left;" | Gemstonecraft is a basic mod that adds new jewels to the game, along with crows and enchanted swords.
  +
| v0.3
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=292224 Forum]
  +
| {{v|t=1|B1.5_01}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Nimahu
  +
|-
  +
| Glass & Ice Shards
  +
| style="text-align: left;" | This mod makes glass/ice drop 2-4 glass/ice shards, which can be crafted in a 4x4 shape into glass/ice, like glowstone.
  +
| v1.0
  +
| [http://www.minecraftforum.net/topic/453264-173zdmshadows-modsglass-ice-shards-released/#6082193,Shards Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| zdmshadow
  +
|-
  +
| GlassLight
  +
| style="text-align: left;" | The glass light is a simple mod. It's a block that lights up on redstone trigger. You can also light it by right clicking it.
  +
I'm sure this has been done before, but I couldn't find something similar when I went searching. I wanted it for a long time, so I made it.
  +
| v1
  +
| [http://www.djoslin.info/glasslight.php Website]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| djoslin
  +
|-
  +
| [[Mods/Grappling hook|Grappling Hook]]
  +
| style="text-align: left;" | A deliciously imbalanced multi-purpose device. It launches a straight-flying hook.
  +
| 1.5_01
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=61032 Forum]
  +
| {{v|t=1|B1.6.6}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| 303
  +
|-
  +
| [[Mods/golems|Golems]]
  +
| style="text-align: left;" | Includes 24 Golems who drop items and Blocks of their element.
  +
| 1.6.6
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=331539&p=4683866#p4683866 Forum]
  +
| {{v|t=1|B1.6.6}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Seatooth
  +
|-
  +
| HiddenDoors
  +
| style="text-align: left;" | This adds a "hidden" door that takes on the texture of the block it is placed on. It is crafted with six bookshelves.
  +
| v1.3
  +
| [http://www.minecraftforum.net/topic/119361-/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|B1.6}}
  +
| {{tc|Yes}}
  +
| TehKrush
  +
|-
  +
| Homiestone
  +
| style="text-align: left;" | BECOME A HOMIE WITH THIS MINECRAFT HOMIE MOD! This mod originally only out to the creator and xXSlyFoxHoundXx is now released to the public with 4 new and powerful tools and a new ore.
  +
| v1.5.1
  +
| [http://www.minecraftforum.net/topic/347370-166-165-15-01-slyfoxs-homie-stone-build-15-wip/ Forum]
  +
| {{v|t=1|B1.7.2}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| coal miner
  +
|-
  +
| [[Mods/Hot Air Balloons|Hot Air Balloons]]
  +
| style="text-align: left;" | This mod adds Hot Air Balloons.
  +
| v1.15
  +
| [http://www.minecraftforum.net/topic/214108-v166-hot-air-balloons-v115-updates Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|In Progress}}
  +
| {{tc|yes}}
  +
| CsprBzmr
  +
|-
  +
| HumanGangsters
  +
| style="text-align: left;" |Adds Gangsters Into Minecraft.
  +
| V.6
  +
| [http://www.minecraftforum.net/topic/333261-humangangsters/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|no}}
  +
| TheJukecast
  +
|-
  +
| [[Mods/Humans+|Humans+]]
  +
| style="text-align: left;" | Adds several human and humanoid NPCs — some friendly and some hostile.
  +
| v2.2
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=103072 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Mr.okushama
  +
|-
  +
| Ice Maker
  +
| style="text-align: left;" | This mod finally gives you the ability to make ice by giving you an ice maker.
  +
| v1.0
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=120185#IceMaker Forum]
  +
| {{v|t=1|B1.6.6}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Nandonalt
  +
|-
  +
| [[Mods/IndustrialCraft|IndustrialCraft]]
  +
| style="text-align: left;" | Adds more than 100 items ranging from batteries to water mills!
  +
| V8.50
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=199635 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| Alblaka
  +
|-
  +
| J0kers More Food
  +
| style="text-align: left;" | Adds more Food and Drinks to the game.
  +
| 1.3
  +
| [http://minecraft.de/showthread.php?45914-J0ker-s-More-Food-Mod-v1.3-Mit-ModLoader/ Forum]
  +
| {{v|t=1|B1.6.6}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| J0ker
  +
|-
  +
| LanternsMod
  +
| style="text-align: left;" | Adding Lanterns and other glowing materials t the game.
  +
| 1.7.3
  +
| [http://www.minecraftforum.net/topic/441716-173-hockeypowwa97s-lanterns-mod/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| HockeyPowwa97
  +
|-
  +
| Light Sensor
  +
| style="text-align: left;" | Adds a light-sensing block as a new redstone input.
  +
| 1.7_01
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=80246 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Risugami
  +
|-
  +
| Magic Chest
  +
| style="text-align: Left" | The Magic Chest is an intelligent chest, which can do many things to provide you with comfort!
  +
| v0.8
  +
| [http://www.minecraftforum.net/topic/286677-166-magic-chest-wood-on-steroids-v08 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Areo 96
  +
|-
  +
|MetalWorks
  +
| style="text-align: left;" | MetalWorks adds many new ores tools armors and weapons to the game as well as a few other metal specific items.
  +
| v0.7
  +
| [http://www.minecraftforum.net/topic/576990-claimer9s-mods/#entry7618214/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Claimer9
  +
|-
  +
| [[Mods/Millénaire|Millénaire]]
  +
| style="text-align: left;" | Adds in villages to the game, based on medieval Normandy. You can trade with the villagers, and help them expand the village. Also includes new tools, armor, and food.
  +
| 1.1.6
  +
| [http://www.minecraftforum.net/topic/227822-15-01-millenaire-npc-village-054-fixes-speed-imp/ Forum] [http://millenaire.wikia.com/wiki/Mill%C3%A9naire_Wiki Wiki]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Kinneken
  +
|-
  +
| [[Mods/MineColony|MineColony]]
  +
| style="text-align: left;" | Adds workers to help you mine, farm, chop wood and deliver the goods. dfu's fork of the source code (available at github) is more compatible with other mods.
  +
| 0.7
  +
|[http://sites.google.com/site/minecolony/home Description] [http://www.minecraftforum.net/topic/385672-v173-minecolony-v07] [http://minecolony.wikkii.com/wiki/Main_Page Wiki]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| lacozzini, dfu
  +
|-
  +
|Mob Masks
  +
| style="text-align: left;" | Make yourself masks! Currently it's only for show, no special functions(gives you some armor too!).
  +
| v1.0
  +
| [http://www.minecraftforum.net/topic/113054-166nandonalts-mods-coraltreesalot-more/ Forum]
  +
| {{v|t=1|B1.6.6}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Nandonalt
  +
|-
  +
| MotionDetector
  +
| style="text-align: left;" | The motion detector is a multipurpose redstone output. You can use it to trigger automatic doors, traps, lights, just about anything.
  +
| 2.9
  +
| [http://www.djoslin.info/motiondetector.php Website]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| djoslin
  +
|-
  +
| [[Mods/Mo' Creatures|Mo' Creatures]]
  +
| style="text-align: left;" | This Mod adds more creatures to the game. Currently it has the following creatures: Sharks, Werewolves, Lions, Bears, Wolves, Polar Bears, Wraiths, Flame Wraiths, Ogres, Fire Ogres, Cave Ogres, Ducks, Boars, Bunnies, Foxes, 6 types of Birds, 6 types of Dolphins 8 types of Horses and NEW 10 types of Fish!
  +
| 2.11
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=86929 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| DrZhark
  +
|-
  +
| Mo' Foodz
  +
| style="text-align: left;" | This modification adds more fruits, vegetables, drinks, and baking items into Minecraft.
  +
| v1.5
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=178500 Forum]
  +
| {{v|t=1|B1.4}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| PROWNE & TLitten
  +
|-
  +
| MoreBricks
  +
| style="text-align: left;" | This mod adds different varieties of bricks to the game.
  +
| v1.0
  +
| [http://www.minecraftforum.net/topic/531305-173-morebricks-mod-v10-wip/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| MrCRAZYbox
  +
|-
  +
| MoreCreeps & Weirdos
  +
| style="text-align: left;" | This Mod adds many new mobs including weird creatures, Aliens, new NPCs, etc.
  +
| v2.00
  +
| [http://www.minecraftforum.net/viewtopic.php?t=106950 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| freakstritch
  +
|-
  +
| MoreFlowers
  +
| style="text-align: left;" | Adds 7 new flowers to the game to liven up your map.
  +
The flowers include Blue Hydrangeas*, Poinsettias*, Daisies*, Ginseng*, Lavenders*, Vanilla and Hibiscus*. Sprites for the hydrangeas, poinsettias, daisies and hibiscus are taken from the Painterly Pack.
  +
| v1.2_2
  +
| [http://www.minecraftforum.net/topic/119361-/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
|
  +
|-
  +
| MoreRecipes
  +
| style="text-align: left;" | Adds more recipes for your pleasure!
  +
| v1.7
  +
| [http://www.minecraftforum.net/topic/401328-173-chrislo27s-mods-2/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| _chrislo27
  +
|-
  +
| More Tools! - Lava
  +
| style="text-align: left;" | Epic New Lava Tools!
  +
| v1.1
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=289080 Forum]
  +
| {{v|t=1|B1.4_01}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| GGGCCC
  +
|-
  +
| More Trees
  +
| style="text-align: left;" | This mod adds new types of trees: palm/banana, sequoia, cherry blossom, apple, and eucalyptus. It also adds vines, bananas, banana cake, and topiary blocks.
  +
| v2.2
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=120185 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Nandonalt
  +
|-
  +
| Necrocraft
  +
| style="text-align: left;" | Summon the undead to do your bidding!
  +
| M 1.8/ S 1.2
  +
| [http://www.minecraftforum.net/topic/153914-v15-01-necrocraftwip-m-16-s-10-out/ Forum]
  +
| {{v|t=1|B1.6_1}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| thePalindrome
  +
|-
  +
| NetherCraft
  +
| style="text-align: left;" | This mod adds to the Nether and makes it self-sustainable. It adds many mobs, plants, ores, and items all to the Nether so you never have to go back to earth.
  +
| v1.8
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=248297&sid=350353df7ed51d1e12bd26ce0a4ceb97#neth Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Scokeev9
  +
|-
  +
|Nether Trees
  +
|style="text-align: left;" |"Nether Trees" adds nether trees in addition to normal trees.
  +
|v1.1
  +
|[http://www.minecraftforum.net/topic/538040-crunchycats-mods/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|no}}
  +
|CrunchyCat
  +
|-
  +
| [[Mods/Nummynoms|Nummy Noms]]
  +
| style="text-align: left;" | This mod adds more food to the game; besides food it incorporates a few fixes: Snowballs and Eggs stack at 64 instead of 16, and Redstone is a fuel source for furnaces that burn at the same rate as coal.
  +
| v4
  +
| [http://www.minecraftforum.net/topic/403679-166-11thminecraft-originals/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Kyle_Crafty
  +
|-
  +
| Obsidi+
  +
| style="text-align: left;" | adds telepresence, jump pads, conveyors, mob traps and other gadgets.
  +
| 1.9
  +
| [http://www.minecraftforum.net/topic/226970-165obsdi-v181000dls/ Forum] [http://dudearentstuff.webs.com/theobisimod.htm Website]
  +
| {{v|t=1|B1.6.6}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Dudearent006
  +
|-
  +
| Obsidia
  +
| style="text-align: left;" | Adds obsidian ingots, obsidian ore, tools, a lavaboat, and a storage block
  +
| 0.0
  +
| [http://www.minecraftforum.net/topic/489204-173-obsidia-obsidian-more/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Irflufybunny
  +
|-
  +
| ObsidianPlus
  +
| style="text-align: left;" | Adds new features for obsidian, including obsidian tools and armor.
  +
| v2.2
  +
| [http://www.minecraftforum.net/topic/468566-173-john111898s-mods/page__p__6182375#entry6182375/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| john111898
  +
|-
  +
| OreRedistribution
  +
| style="text-align: left;" | Minecraft currently distributes ores such as coal, gold, diamond, iron, etc. in a random but predictable pattern. There's always a certain chance of getting each ore no matter how far from spawn you have traveled. In the real world, locations become way more valuable if they are rich in resources. I've programmed a way for minecraft to spread out the ores according to a perlin noise function.
  +
| v1
  +
| [http://www.djoslin.info/oreredistribution.php Website]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| djoslin
  +
|-
  +
| [[mods/Pistons|Pistons]]
  +
| style="text-align: left;" | Pistons can be extended and retracted with redstone. Pistons themselves are included in the vanilla; however, this mod gives them the ability to launch entities. <ref>Pistons http://twitter.com/#!/jeb_/status/55921671009353728</ref>
  +
| Unknown
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=247686 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|no}}
  +
| Hippoplatimus
  +
|-
  +
| [[Mods/Planes|Planes]]
  +
| style="text-align: left;" | Adds a lot of new items, some new blocks, 6 different planes and anti-aircraft guns. Some planes can fire machine guns and drop bombs. For SSP and SMP.
  +
| v15
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=198188 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| jamioflan
  +
|-
  +
| [[PlasmaCraft]]
  +
| style = "text-align: left;" | Liquids! Acid! Danger! adds 4 more ores and liquids including liquid obsidium (not obsidian)
  +
| v0.2.3
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=280222 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| UltraMoogleMan
  +
|-
  +
| PlasticCraft
  +
| style="text-align: left;" | PlasticCraft, adds a variety of new Plastic items to the game, such as Water Bottles, Microwaves.
  +
| v2.1.1
  +
| [http://www.minecraftforum.net/topic/119361-/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|Yes}}
  +
| TehKrush
  +
|-
  +
| Pokemobs
  +
| style="text-align: left;" | Pokemobs adds tamable pokemon and many other features from pokemon into minecraft.
  +
| v0.1.5
  +
| [http://www.minecraftforum.net/topic/519098-173-pokemobs-v015/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|Yes}}
  +
| Seagoingmanatee
  +
|-
  +
| Portable Workbench
  +
| style="text-align: left;" | Craft it, and right click while it's in your hand, and you'll open a 3x3 crafting window. Much better than carrying around workbenches.
  +
| r13
  +
| [http://www.minecraftforum.net/topic/119361-/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|Yes}}
  +
| TehKrush
  +
|-
  +
| Portal Gun
  +
| style = "text-align: left;" | Adds many items from the popular game Portal, and Portal 2, by Valve.
  +
| v4
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=215961&sid=af7c90929c7df6215db50f3f0187cf9a Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|In Progress}}
  +
| {{tc|yes}}
  +
| iChun
  +
|-
  +
| Pitfall
  +
| style = "text-align: left;" | It's pretty self-descriptive really. The block can be placed in the air and will not fall until redstone lights it up.
  +
| v1
  +
| [http://www.djoslin.info/pitfall.php Website]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| djoslin
  +
|-
  +
| PrefixSkeletons
  +
| style="text-align: left;" | Adds skeletons that use 303’s custom arrows including fire, ice and explosive arrows.
  +
| 1.5_01
  +
| [http://mcmodcenter.net/infusions/pro_download_panel/download.php?did=77 Forum]
  +
| {{v|t=1|B1.5_01}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| 303
  +
|-
  +
| Pyrots
  +
| style="text-align: left;" | Adds pyrots, mobs (Non-Agressive) that can drop Flint and Steel and Lava.
  +
| V0.1
  +
| [http://www.planetminecraft.com/mod/new-mob-pyrots-v01/ Website]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|no}}
  +
| ZiggyT
  +
|-
  +
| Quintessential Creatures
  +
| style="text-align: left;" | This Mod adds new creatures to the game. Currently it has the following creatures: Turtle, Troll.
  +
| 1.3.3
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=107018 Forum]
  +
| {{v|t=1|B1.3_01}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Firehazurd/DrZhark
  +
|-
  +
| Quick Start
  +
| style="text-align: left;" | Basically makes all the essential and common blocks super easy to mine
  +
| v1.0
  +
| [http://www.minecraftwiki.net/wiki/User_talk:Stormio100 Forum]
  +
| {{v|t=1|B1.6.6}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Stormio100
  +
|-
  +
| Redstone Block
  +
| style="text-align: left;" | Just a Redstone Block. Can be used to "store redstone" by crafting it like other refined blocks and uncrafting it later. It pulses constantly, like when you hit redstone ore, and it gives off a little bit of light.
  +
| r3
  +
| [http://www.minecraftforum.net/topic/119361-/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|Yes}}
  +
| TehKrush
  +
|-
  +
| RedstoneCraft
  +
| style="text-align: left;" | Redstone can be used to make tools,different blocks and even COOKIES!!
  +
| 1.4
  +
| [http://www.minecraftforum.net/topic/379949-v172redstonecraft-v-30/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| bor295
  +
|-
  +
| Renewable Resources
  +
| style="text-align: left;" | Makes almost everything craftable from dirt and wood.
  +
| v0.2.1
  +
| [http://www.minecraftforum.net/topic/518351-173-assisstions-mods-supertools-renewableresources/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Assisstion
  +
|-
  +
| Rope
  +
| style="text-align: left;" | The rope was created for all those times you wanted to rappel down a large cliff or cave. The rope must be attached to a solid block on top. Any rope blocks placed directly next to other rope blocks will be added to the bottom of the rope.
  +
| v1
  +
| [http://www.djoslin.info/rope.php Website]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|Yes}}
  +
| djoslin
  +
|-
  +
| [[Runester]]
  +
| style="text-align: left;" | This mod adds runescape and terraria ores to the game.
  +
| v1.1
  +
| [http://www.minecraftforum.net/topic/338971-166-runester-a-mix-from-runescape-and-terraria/page__hl__runester Forum]
  +
| {{v|t=1|B1.6.6}}
  +
| {{v|t=1|None}}
  +
| {{tc|Yes}}
  +
| rockymc
  +
|-
  +
| Scuba Diving Mod
  +
| style="text-align: left;" | This mod makes it possible to go scuba diving so you can see squid up close and explore Nandonalt’s Coral Reefs. It adds a scuba helmet, scuba tank, and air compressor.
  +
| v1.1
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=120185#Scuba Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Nandonalt
  +
|-
  +
| Save Point Chest
  +
| style="text-align: left;" | Chests you can place anywhere that saves all your items when you die.
  +
| v1.1
  +
| [http://www.minecraftforum.net/topic/452163-173-save-point-chest-100/page__p__6077825#entry6077825 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| BigDre88ap
  +
|-
  +
| SDK's Guns (+ATV), Grappling Hook and Utilities [v1]
  +
| style="text-align: left;" | Adds 12 different types of guns, 5 grenades, several new blocks, and a bunch of different utilities.
  +
| v5
  +
| [http://www.minecraftforum.net/topic/86765-166sdks-guns-atv-grappling-hook-and-utilitiesv1 Forum]
  +
| {{v|t=1|B1.6.6}}
  +
| {{v|t=1|B1.6.6}}
  +
| {{tc|yes}}
  +
| ScottyDoesKnow
  +
|-
  +
| Sponge Mod
  +
| style="text-align: left;" | This mod adds 3 types of sponge that absorb water and lava making the nether and under the ocean a much easier place to live.
  +
| v2.4
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=229800 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Exanadu
  +
|-
  +
| Steamcraft
  +
| style="text-align: left;" | A mod that adds new items, blocks and features, as well as modifying some current ones. Mostly, this content follows a steampunk theme. Still in development.
  +
| v0.3
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1039&t=273274 Forum]
  +
[http://steamcraft.wikia.com/wiki/Steamcraft_Wiki Wiki]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|Yes}}
  +
| Proloe
  +
|-
  +
| Stilts
  +
| style="text-align: left;" | This mod adds stilts that let you walk over blocks without jumping.
  +
| v1.0
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=120185#Stilts Forum]
  +
| {{v|t=1|B1.6.6}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Nandonalt
  +
|-
  +
| Superslopes
  +
| style="text-align: left;" | Slopes and corners for realistic rooftops and diagonal walls.
  +
| v2.2
  +
| [http://www.minecraftforum.net/topic/151725-173-kaevator-mods-slopes-ceiling-stairs-and-hedges-new-wooden-frames/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|Bukkit}}
  +
| {{tc|yes}}
  +
| Kaevator
  +
|-
  +
| Supertools
  +
| style="text-align: left;" | Over 100 new tools in 27 new sets.
  +
| v1.0.1
  +
| [http://www.minecraftforum.net/topic/518351-173-supertools-version-001/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Assisstion
  +
|-
  +
| Sushi Craft!
  +
| style="text-align: left;" | This mod adds craftable, edible sushi into minecraft, all which heal different amounts of health. Also includes growing seaweed and rice.
  +
| V 2.0
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=280207 Forum] [http://angrypeachmods.webege.com/forum/index.php?topic=3.0 Website]
  +
| {{v|t=1|B1.6.6}}
  +
| {{v|t=1|B1.6.6}}
  +
| {{tc|yes}}
  +
| Angry Beast
  +
|-
  +
|Team Fortress 2 Teleporter
  +
|style="text-align: left;" | Adds a teleporter to minecraft!
  +
|v1.1.1
  +
|[http://www.minecraftforum.net/topic/334760-173-team-fortress-2-teleporter-new-pitmans-mods/#tele Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
|{{tc|yes}}
  +
|pitman-87
  +
|-
  +
| Telescope
  +
| style="text-align: left;" | This mod adds a telescope that allows you to get your eyes a little closer to the beauty. Zooms in when right-clicked.
  +
| v1.0
  +
| [http://djoslin.info/telescope.php Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| DJoslin
  +
|-
  +
| Terradura
  +
| style="text-align: left;" | Terradura is a new ore that is rarer than diamond and found between the layers of bedrock. It also adds tools, armor, and a "Window"
  +
| V1.0
  +
| [http://www.minecraftforum.net/topic/385941-beta-166-terradura-v10/ Forum]
  +
| {{v|t=1|B1.6.6}}
  +
| {{v|t=1|B1.6.6}}
  +
| {{tc|no}}
  +
| benben2365
  +
|-
  +
| Tesla Coil
  +
| style="text-align: left;" | Creates lightning bolts on redstone trigger.
  +
| v1.0
  +
| [http://www.minecraftforum.net/topic/515370-173-tesla-coil-minimod/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| mermz
  +
|-
  +
|The Flowerpot Mod
  +
| style="text-align: left;" | This mod adds a nice little decorative piece to liven up your world.
  +
| v0.4
  +
| [http://www.minecraftforum.net/topic/576990-claimer9s-mods/#entry7618214/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Claimer9
  +
|-
  +
| Tiered Flint
  +
| style="text-align: left;" | Tiered Flint makes flint drop from gravel much more frequently based on what type of shovel you are using.
  +
| r3
  +
| [http://www.minecraftforum.net/topic/119361-/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|Yes}}
  +
| TehKrush
  +
|-
  +
| The cookie monster
  +
| style="text-align: left;" | Adds the cookie monster to the game
  +
| 1.0
  +
| [http://www.planetminecraft.com/mod/the-cookie-monster-mob/ Website]
  +
| {{v|t=1|B1.7.2}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Kippykip (HAP3E)
  +
|-
  +
| Toggle Blocks
  +
| style="text-align: left;" | A mod which allows to place blocks which appear and disappear depending if the toggle block is on or off state.
  +
| v2.0
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=213034&sid=2bb0d17a6c67bbd52c183717453b9c20 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|Yes}}
  +
| TheApathetic
  +
|-
  +
| TooManyItems
  +
| style="text-align: left;" | TooManyItems is an inventory editor mod that allows you to edit your inventory in-game. It has a nice graphical interface, and allows items/blocks from mods too.
  +
| v1.7.01
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=152174&sid=8eb053712a7991ea6dc0b6a52c273fbe Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|no}}
  +
| Marglyph
  +
|-
  +
| Torches Anywhere
  +
| style="text-align: left;" | This mod allows you to place Torches on any surface, including glass.
  +
| r5
  +
| [http://www.minecraftforum.net/topic/119361-/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|No}}
  +
| TehKrush
  +
|-
  +
| TNT Remote
  +
| style="text-align: left;" | Adds a remote for TNT and redstone
  +
| V1.0
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=325214 Forum]
  +
| {{v|t=1|B1.6.6}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| wurstknifte
  +
|-
  +
| Transmitter
  +
| style="text-align: left;" | The Long-Distance Transmitter transfers a redstone signal wirelessly up to 75 blocks. I've thought of several uses for this mod, including checking the status of your mob traps, routing a minecart from a station to the correct destination, sending an SOS signal, etc.
  +
| V1.0
  +
| [http://www.djoslin.info/transmitter.php Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| djoslin
  +
|-
  +
| Turret / Cannon
  +
| style="text-align: left;" | The turret was created for all those times you wanted a mounted gun at your base. Instead of relying on static short-shooting dispensers, you have complete control over the aim. This mod also comes with three types of cannonballs.
  +
| V1.0
  +
| [http://www.djoslin.info/turret.php Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| djoslin
  +
|-
  +
| UltimateFist
  +
| style="text-align: left;" | This mod will add a completely new tool that can obliterate ANY block / item almost instantly. It lasts almost forever and is used for those who want to build faster. Originally by IWannaWin, Zaraza107 [http://www.minecraftforum.net/viewtopic.php?f=25&t=88885 here]. Made up to date by Madaraz [http://www.minecraftforum.net/topic/114989-v13-01-ultimate-fist-v42-fix/#UltimateFist here] and Philius.
  +
| V4.2
  +
| [http://www.minecraftforum.net/topic/361320-172-smp-ssp-ultimatefist/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Madaraz, Philius
  +
|-
  +
| Wall Clock
  +
| style="text-align: left;" | This mod finally adds a decorative and useful wall clock.
  +
| v1.0
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=120185#WallClock Forum]
  +
| {{v|t=1|B1.6.6}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Nandonalt
  +
|-
  +
| WhiteGold
  +
| style="text-alighn: left;" | adds a new ore that is about as rare as diamond but is more durable(5000 uses), more efficient(rapid mining), and more buildable(stairs and half blocks)
  +
| ?
  +
| [http://www.minecraftforum.net/topic/353020-166whitegold-mod/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Mystery2011
  +
|-
  +
| wurstkniftes Bookmod
  +
| style="text-align: left;" | Adds read- and writeable books and bookshelves for them
  +
| V1.8
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=243971 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| wurstknifte
  +
|-
  +
| Wolves Extended
  +
| style="text-align: left;" | Tired of the same generic wolf all the time? Then, get this, a (most)major overhaul of wolves!
  +
| V1.6
  +
| [http://www.minecraftforum.net/topic/241839-16614wolves-extended/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Nandonalt
  +
|-
  +
| Xore
  +
|style="text-align: left;" | New block that allows users to see through walls (such as a wire frame texture pack) and also provides as much light as glowstone.
  +
| V1.1
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=355514 Forum]
  +
| {{v|t=1|B1.5_01}}
  +
| {{v|t=1|None}}
  +
| {{tc|no}}
  +
| benben2365
  +
|-
  +
| You Are the Creeper
  +
| style="text-align: left;" | Become a creeper...explode...kill steve. SSSSSSSsssssssss.......BOOM!!!!
  +
| v0.60
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=160365 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Rotten194
  +
|-
  +
| Mo'Swords
  +
| style="text-align: left;" | Adds more swords and items like ores and food to the game
  +
| 1.2.1
  +
| [http://www.minecraft.de/showthread.php?45034-Mo%B4Swords-MOD-V1.2.1-%28JUBIL%C4UMS-EDITION-100%29&p=478095#post478095/ Forum]
  +
| {{v|t=1|B1.6.6}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| TDRL, Sub_Spartacus
  +
|-
  +
| Sponge Mod
  +
| style="text-align: left;" | Adds a working Sponge to the game.
  +
| 1.0
  +
| [http://www.minecraft.de/showthread.php?40662-TDRL-s-Mods/ Forum]
  +
| {{v|t=1|B1.6.6}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| TDRL
  +
|-
  +
| Wireless Redstone
  +
| style="text-align: left;" | Adds the ability to transmit signals of redstone current.
  +
| 1.4
  +
| [http://www.minecraftforum.net/topic/328725-172wireless-redstone-v14/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|yes}}
  +
| Ali4z
  +
|-
  +
| X-Armor and Tools
  +
| style="text-align: left;" | Lapis armor and tools. Wood armor
  +
| 2.5
  +
| [http://www.minecraftforum.net/topic/403679-166-11thminecraft-originals/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| Kyle_Crafty
  +
|-
  +
| X-Ray Glass
  +
| style="text-align: left;" | Adds a craftable block to the game of which allows you to see through the block and see caves, dungeons, and water/lava pools underground.
  +
| 1.7.2
  +
| [http://www.minecraftforum.net/topic/438172-172-x-ray-glass-mod-see-through-the-ground-to-bedrock/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|None}}
  +
| {{tc|yes}}
  +
| sonicrage64
  +
|-
  +
| Zeppelin
  +
|Make the Airship, place the block, fly away!
  +
|1.7.3.0.7
  +
|[http://www.minecraftforum.net/topic/488434-17307-zeppelin-wip/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|In Progress}}
  +
|{{tc|yes}}
  +
|blakmajik
  +
|-
  +
|Zipline
  +
|add ropes which you can zipline on you can balance on you can shoot and climb on it, Adds cloth sheets and placable leather plus wooden bridges all follow the same new physic pattern, cloth and leather can be used for tent you can see light threw cloth.
  +
|1.7.2
  +
|[http://www.minecraftforum.net/topic/435515-172-ssp-zipline-mod/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{v|t=1|In Progress}}
  +
|{{tc|yes}}
  +
|BinaryDoodler
  +
|-
  +
| Zombiecraft
  +
| style="text-align: left;" | Includes a new Launcher and with this mod you can kill Nazi zombies!
  +
| 2.1
  +
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=217997 Forum]
  +
| {{v|t=1|B1.4}}
  +
| {{v|t=1|None}}
  +
| {{tc|No}}
  +
| Kevin
  +
|-
  +
|}
  +
  +
==== Language Packs ====
  +
  +
===== Introduction =====
  +
  +
You have to delete the META-INF folder inside the file "minecraft.jar" and replace the files "en_US.lang" and "stats_US.lang" inside the folder "lang" in order to use a language pack.
  +
  +
You can find a complete installation guide for different operating systems on the [http://www.minecraftforum.net/topic/271380-language-pack-mods-compilation-ideas-tutorial/ Minecraft Forums].
  +
  +
===== Up-to-date Language Packs =====
  +
  +
{| class="wikitable sortable" style="width: 100%; text-align: center;"
  +
|-
  +
! width="120px" | Name
  +
! class="unsortable" | Description
  +
! class="unsortable" width="50px" | Version
  +
! class="unsortable" width="60px" | Link
  +
! width="50px" | [[Version history|Latest Compatible Release]]
  +
! width="50px" | Requires ModLoader
  +
! width="50px" | Author
  +
|-
  +
| German Language Pack
  +
| style="text-align: left;" | German translation of Minecraft
  +
| 2.1.0
  +
| [http://www.minecraftforum.net/topic/482134-german-language-pack/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|No}}
  +
| Spyx
  +
|-
  +
| German (Deutsch) Language Pack
  +
| style="text-align: left;" | German (Deutsch) translation of Minecraft
  +
| 1.0.3
  +
| [http://www.minecraftforum.net/topic/415552-172-de-de-german-deutsch-language-pack/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|No}}
  +
| EnProX
  +
|-
  +
| Japanese Language Pack
  +
| style="text-align: left;" | Japanese translation of Minecraft
  +
| 2.03
  +
| [http://zeeksphere.chu.jp/minecraft/jasupportmod.html Website]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|No}}
  +
| Zeeksphere
  +
|-
  +
| Thai Language Pack
  +
| style="text-align: left;" | Thai translation of Minecraft
  +
| 0.99
  +
| [http://www.minecraftforum.net/topic/309802-172-thai-%e0%b8%a0%e0%b8%b2%e0%b8%a9%e0%b8%b2%e0%b9%84%e0%b8%97%e0%b8%a2-100-finishedinstallation-guide/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|No}}
  +
| Paradise067
  +
|-
  +
| Portuguese[PT] Language Pack
  +
| style="text-align: left;" | Portuguese[PT] translation of Minecraft
  +
| 1.5.0
  +
| [http://minecraftportugal.webege.com/forum/viewtopic.php?f=15&t=51 Portuguese Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|No}}
  +
| ERaZ0S
  +
|-
  +
| Spanish[ES] Language Pack
  +
| style="text-align: left;" | Spanish(Spain) translation of Minecraft
  +
| 1.0
  +
| [http://www.minecraftforum.net/topic/499105-173-spanish-translation-minecraft-en-espanol-espana-logros/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
| {{tc|No}}
  +
| KilFer, _Burner_ , Yonseca
  +
|-
  +
|}
  +
  +
===== Out-of-date Language Packs =====
  +
  +
{| class="wikitable sortable" style="width: 100%; text-align: center;"
  +
|-
  +
! width="120px" | Name
  +
! class="unsortable" | Description
  +
! class="unsortable" width="50px" | Version
  +
! class="unsortable" width="60px" | Link
  +
! width="50px" | [[Version history|Latest Compatible Release]]
  +
! width="50px" | Requires ModLoader
  +
! width="50px" | Author
  +
|-
  +
| Hungarian Language Pack
  +
| style="text-align: left;" | Hungarian translation of Minecraft
  +
| 1.1.0
  +
| [http://www.mediafire.com/?02sckc0aq22wdyc Download]
  +
| {{v|t=1|B1.6.6}}
  +
| {{tc|No}}
  +
| Zut2012
  +
|-
  +
| Norwegian Language Pack
  +
| style="text-align: left;" | Norwegian translation of Minecraft
  +
| 1.1.0
  +
| [http://lifebit.org/other-pages/games/npp-minecraft/ Website]
  +
| {{v|t=1|B1.6.6}}
  +
| {{tc|No}}
  +
| Swoy
  +
|-
  +
|}
  +
  +
<!-- ==== Merged Mods ====
  +
  +
{| class="wikitable" style="width: 100%; text-align: center;"
  +
|-
  +
! width="720px" | Mods Merged
  +
! width="50px" | Version
  +
! width="150px" | Link
  +
! width="50px" | [[Version history|Latest Compatible Release]]
  +
! width="50px" | Requires ModLoader
  +
|-
  +
| Steampunk Mod Pak — Merges Biosphere mod + Modloader + Airships + Balkin's Weapons for an ultimate Steampunk mod pack (link removed by forum moderators).
  +
| v1
  +
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=350326&p=4821085#p4821085 Forum]
  +
| {{v|t=1|B1.5_01 }}
  +
| {{tc|No}}
  +
|} -->
  +
  +
== Server Mods ==
  +
'''Server Mods''' are modifications to the official Minecraft server software. They generally fall into two broad categories: management and gameplay.
  +
  +
Management 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.
  +
  +
Gameplay mods are modifications to actual game mechanics, such as restricting the placement of blocks commonly abused by [[Griefing|Griefers]] (e.g. lava, TNT), fixing bugs in the server (e.g. making furnaces function before the update of 10th of September 2010) or adding new gameplay features.
  +
  +
=== Mod List ===
  +
  +
This is a list of wrappers and modifications.
  +
  +
==== Beta Server Modifications ====
  +
  +
{| class="wikitable" border="1" width="100%" style="text-align: center"
  +
|-
  +
! width="200px" | Name
  +
! Description
  +
! Version
  +
! Forum Link
  +
! width="50px" | [[Version history|Latest Compatible Release]]
  +
|-
  +
| [[Bukkit]]
  +
| style="text-align: left" |
  +
* Plugin System
  +
* Efficient
  +
* Security updates to server
  +
* Multiworld support
  +
| RB 1000
  +
| [http://bukkit.org/ Homepage]<br/>[http://forums.bukkit.org/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
|-
  +
| Canary Mod
  +
| style="text-align: left" |
  +
Administration plugin based on hMod. (hMod v2)
  +
* Plugin System
  +
* Simple and Efficient
  +
| b8
  +
| [http://www.canarymod.net/ Homepage]<br/>[http://forums.canarymod.net/ Forum]
  +
| {{v|t=1|B1.7.3}}
  +
|-
  +
| style="text-align: center;" | [[Mods/Runecraft|Runecraft]]
  +
| style="text-align: left" |
  +
Adds magic to minecraft by using runes that can manipulate the world.
  +
Bukkit Compatible
  +
* Teleporters
  +
* Way points with IDs through different blocks
  +
* Weapon enchantments (also through runes)
  +
* Secret Passageways
  +
* [http://minecraftforum.net/viewtopic.php?f=1012&t=29244 Full list]
  +
| 2.8
  +
| [http://minecraftforum.net/viewtopic.php?f=1012&t=29244 Forum]
  +
| {{v|t=1|B1.7.3}}
  +
|-
  +
| style="text-align: center;" | LeafCraft SMP
  +
| style="text-align: left" |
  +
Makes Leaves Craftable from four saplings and makes Glowstone also craftable from a 2x2 cross of Redstone and Cobblestone
  +
  +
| V1
  +
| [http://cid-68103d29d2afdf54.office.live.com/self.aspx/LeafCraft%20SMP/ew.class Download]
  +
| {{v|t=1|B1.6.6}}
  +
|-
  +
| MC Kingdom
  +
| style="text-align: left" |
  +
MC Kingdom is a town creation and management mod that also organizes player groups, warfare, stock/demand economy and town protection. Works with ModLoader
  +
* Grouping System
  +
* Easy to use GUI windows
  +
| 0.1.1
  +
| [http://serverspace.tumblr.com/mc-kingdom/ Website]
  +
| {{v|t=1|B1.6.6}}
  +
|-
  +
| iZone
  +
| style="text-align: left" |
  +
iZone is a server mod that allows an admin to allocate zones, similar to lots, which can be assigned to players. These zones have "flags" added to them. These flags include:
  +
*Protection
  +
*Monster
  +
*Welcome
  +
*Farewell
  +
*Heal
  +
*PvP
  +
*Creeper
  +
*Animal
  +
*TnT
  +
*Fire
  +
*Restriction
  +
*Lightning
  +
*Snow
  +
*Drain
  +
| v6.3
  +
| [http://forums.bukkit.org/threads/no-updates-anymore-admin-sec-izone-v6-3-a-zone-protection-system-last-update-803.5781/page-8 Forum+Download]
  +
| {{v|t=1|B1.7.3}}
  +
|}
  +
  +
==== Beta Server Wrappers ====
  +
There is a full list of server wrappers at the [[Server Wrapper]] page
  +
{| class="wikitable" border="1" width="100%"
  +
|-
  +
! width="200px" | Name
  +
! Description
  +
! Version
  +
! Forum Link
  +
|-
  +
| style="text-align: center;" | [[ServerCraft|ServerCraft]]
  +
| Features:
  +
* Features provided by ServerCraft include:
  +
* Easy access to server properties
  +
* Run exe and Jar servers
  +
* Set allocated ram (Jar only)
  +
* Automatic server launch
  +
* Automatic detection of 32 or 64 bit operating system
  +
* Player option, now can control your Ops, White List, Banned players * and ips
  +
* Fixed Server Port
  +
* Fixed Level Seed
  +
* Much More
  +
| style="text-align: center;" | V3.0 ([[Beta]])
  +
| style="text-align: center;" | [http://www.minecraftforum.net/topic/395864-tool-minecraft-server-launcher-v25/ Minecraft Server Launcher Forum Thread]
  +
|-
  +
| style="text-align: center;" | [[SimpleServer|SimpleServer Wrapper]]
  +
| Features:
  +
* Integrates simply with Server Mods (such as Bukkit)
  +
* Anti-Grief Block Firewall (List of blocks that are not able to be placed by a certain rank of user)
  +
* Automated Backups and Saves
  +
* Automated Restarting
  +
* Custom authentication
  +
* Waypoint based teleporting
  +
* Guest System, with Destroy Protection
  +
* Locked Chests, with Destroy Protection
  +
* Warp to Player, Warp to Me, and Teleport player-to-player
  +
* IP Based Ranks
  +
* Ranks (guest, builder, op, admin)
  +
* Kits with Rank Permissions
  +
* Bans by Name, IP Address, and IP Ranges
  +
* Kicking
  +
* Give Item command based on Rank
  +
* Whitelist
  +
* MOTD/Rules
  +
| style="text-align: center;" | 8.2.3 (Beta 1.7.3)
  +
| style="text-align: center;" | [http://www.minecraftforum.net/topic/309373-software-simpleserver-wrapper-811-beta-164/ Forum thread]
  +
|-
  +
| style="text-align: center;" | [[Mods/Tztk|Topaz's Minecraft SMP Toolkit]]
  +
| enhances the vanilla Minecraft server by providing some useful scripts and in-game commands. Features:
  +
* Teleportation
  +
* List online users
  +
* Waypoints
  +
* User item creation (similar to creative server)
  +
* Require payment to use commands
  +
* Timed Snapshots for server backup
  +
* Message of the day
  +
* IRC chat bridge
  +
| style="text-align: center;" | 2011-02-1
  +
| style="text-align: center;" | [http://www.minecraftforum.net/viewtopic.php?f=10&t=36523 Forum thread]
  +
|-
  +
|}
  +
  +
==== Alpha Server Wrappers ====
  +
{| class="wikitable" border="1" width="100%"
  +
|-
  +
! width="200px" | Name
  +
! Description
  +
! Version
  +
! Forum Link
  +
|-
  +
| style="text-align: center;" | Czahrien's Server Wrapper
  +
(Recently adopted by [http://www.minecraftforum.net/memberlist.php?mode=viewprofile&u=32872 KinoftheFlames])
  +
| Administration plugin for Alpha SMP. Features:
  +
* Administrator levels, player privileges.
  +
* Summon command (toggle-able - works like built-in /give, but also supports kits)
  +
* Points system
  +
* [http://www.minecraftforum.net/viewtopic.php?f=1012&t=28314 Full list]
  +
| style="text-align: center;" | 6.0
  +
| style="text-align: center;" | [http://www.minecraftforum.net/viewtopic.php?f=1012&t=28314 Forum]
  +
|-
  +
| style="text-align: center;" | Flippeh's Server Wrapper
  +
| Administration plugin for Alpha SMP. Features:
  +
* Lite administrators (access only to kick/ban and giving items)
  +
* Multi-user teleports (/tp user1, user2, user destinationuser)
  +
* Votekick
  +
* [http://www.minecraftforum.net/viewtopic.php?f=1012&t=22916 Full list]
  +
| style="text-align: center;" | r39
  +
| style="text-align: center;" | [http://www.minecraftforum.net/viewtopic.php?f=1012&t=22916 Forum]
  +
  +
|-
  +
| style="text-align: center;" | MCAdmin
  +
| Administration plugin for Alpha SMP. Features:
  +
* Player Ranks and Permissions
  +
* GUI
  +
* Automatic Updates
  +
* [http://mcadmin.eu/Feature_list Full list]
  +
This mod at one time featured a back-door that allowed the developers to bypass the whitelist, bans and possibly any server command available. After an episode of abuse of this back-door by a developer went public, the code was quickly made open source and all back-doors removed. [http://forums.redstonewire.com/viewtopic.php?f=1013&t=66067] [http://www.reddit.com/r/Minecraft/comments/dxm6h/apparently_dont_use_mcadmin/c13ow21]
  +
| style="text-align: center;" | r109
  +
| style="text-align: center;" | [http://www.minecraftforum.net/viewtopic.php?f=1012&t=24629 Forum]
  +
|-
  +
| style="text-align: center;" | Zicore's Administration Plugin (ZMA)
  +
| Administration plugin for Alpha SMP. Features:
  +
* Plugins
  +
* Item spawning and kits
  +
* GUI
  +
* [http://www.zicore.de/wiki/index.php/Main_Page#Features Full list]
  +
| style="text-align: center;" | v3.3.111.11030
  +
| style="text-align: center;" | [http://www.minecraftforum.net/viewtopic.php?f=1012&t=23780 Forum]
  +
[http://www.minecraftforum.net/viewtopic.php?f=25&t=40197 IRC Plugin]
  +
  +
|}
  +
  +
==== Alpha Server Modifications ====
  +
  +
{| class="wikitable" border="1" width="100%"
  +
|-
  +
! width="200px" | Name
  +
! Description
  +
! Version
  +
! Forum Link
  +
|-
  +
| style="text-align: center;" | hMod
  +
| Administration plugin for Alpha Minecraft
  +
* [http://forum.hey0.net/forumdisplay.php?fid=7 Plugin System]
  +
* Masses of Features
  +
* [http://www.minecraftforum.net/viewtopic.php?f=1012&t=23340 Full list]
  +
* [http://forum.hey0.net Personal Mod Forum]
  +
| style="text-align: center;" | b133
  +
| style="text-align: center;" | [http://www.minecraftforum.net/viewtopic.php?t=23340 Forum]
  +
|-
  +
| style="text-align: center;" | Llamacraft
  +
| General features and bug fixes:
  +
* Fixed buckets (fixed furnaces before update fixed them)
  +
* Nerfed lava and TNT
  +
* Coloured names
  +
* [http://www.minecraftforum.net/viewtopic.php?f=1012&t=23483 Full list]
  +
| style="text-align: center;" | 3.6
  +
| style="text-align: center;" | [http://www.minecraftforum.net/viewtopic.php?f=1012&t=23483 Forum]
  +
|-
  +
| style="text-align: center;" | [[Minecart Mania!]]
  +
|
  +
* Boosted minecart tracks
  +
* Brakes on tracks
  +
* Minecart launchers/catchers
  +
* Minecart dispensers
  +
* Makes Pressure Plates act like straight/intersection tracks
  +
* Timer for launchers/catchers
  +
* Kill timer for Minecarts
  +
| style="text-align: center;" | 2.1
  +
| style="text-align: center;" | [http://www.minecraftforum.net/viewtopic.php?f=25&t=67683 Forum]
  +
|}
   
 
== References ==
 
== References ==
<references/>
+
<references />
  +
  +
{{Minecraft}}
   
  +
[[Category:Mods]]
{{Items}}
 
{{Blocks}}
 
[[Category:Plants]]
 
[[Category:Environment]]
 
   
[[de:Pilze]]
+
[[de:Mods]]
[[fr:Champignons]]
+
[[fr:Mods]]
[[hu:Gombák]]
+
[[hu:Modok]]
[[nl:Paddenstoelen]]
 
[[pl:Grzyby]]
 
[[ru:Грибы]]
 

Revision as of 23:37, 30 August 2011

Paper
The contents of this page are not supported by Mojang Studios or the Minecraft Wiki. 

Mod Safety

Mods are currently not officially supported by Mojang, as such users who install and use mods are entirely doing so at their own risk. However, official modding support is in planning[1]. Mods work by editing or adding to the obfuscated source code. This means that mods only work with the Minecraft version they are compiled for.

For example, a mod that edits a .class file of version 1.5 will not be compatible with either 1.4 or 1.6. A notable exception to this is 1.6.5 and 1.6.6, where mods for either one are co-compatible. Also, any mods made in 1.7, 1.7_01, 1.7.2, or 1.7.3 are forwards compatible.

Mods that only alter the behavior of existing items, blocks, or mobs are fairly safe; they should typically be able to be installed or uninstalled at will without making a world save corrupted. Note that this includes mods that add crafting recipes without adding new items or blocks.

Mods that add content, such as blocks, items or mobs, are riskier to uninstall. Since 1.4, modded content is automatically removed from the world if the mods that added them are not installed, thus preventing crashes. This can still cause issues and uncertain behavior, even such as crashing.

Mods that change how chunks are saved will render saved worlds incompatible with 3rd party software not designed to work with them. An example of such tools are map rendering tools, such as Cartograph G, that rely on parsing save files to produce their end results.

Multiple mods may conflict with each other; certainly if two mods need to alter the same files, then they are unlikely to be compatible.

How to install Mods

Main article: Mods/Installing Mods

Client Mods

Client Mods are modifications to your Minecraft program (Alpha or Beta). They are not custom clients, and require modification of minecraft.jar. Like high resolution textures, they only work with the launchers, and won't work if you play Beta through a browser.

The most common form of client mods are aesthetic and/or functional. However, some client mods add content to the game, and others fix issues with the game. While some do work on SMP, mods that add content, and thus could be used for griefing, do not work, as the server will ignore custom content.

Mod List

Name Description Version Link Latest Compatible Release Requires ModLoader Author
AudioMod Updates the sound system in Minecraft to allow support for three more file types and allows the ability to add custom music. 1.7_01 Forum Yes Risugami
ModLoader A type of mod manager that stops many conflicts between mods. Modders are free to decompile this and learn how to make mods work with it. Supports 303's mods. Also, texture packs are supported for override images and chunk population hook was added. 1.7.2 Forum N/A Risugami
ModOptionsAPI Does your mod need simple, configurable options? Do you not want to edit core Minecraft files to do this? Or did the mod you just download tell you to come here? If so, you're in the right place. v0.6.4 Forum Yes Clintonxa
Minecraft Forge This mod API picks up where Modloader leaves off. Adding extensive hooks allowing for compatibility of the more advanced Mods. Source code is available, and participation is encouraged. This API is meant to form and promote a standard for mods, thereby eliminating incompatibilities between mods using it. 1.0.4 Forum Yes Spacetoad & Eloraam
MyCraft Mod Manager A mod manager with an API similar to ModLoader that will work on any Minecraft version. Can load any mod (no patchers) and keep them organized. Includes built-in mods for flying and proxying. 2.2.2 Forum

Website

Alpha and above No XThexder and jli
Sound Mod Enabler Lets you to use custom sounds. v7 Forum No epinull
ID Resolver Stops ID conflict ? Forum Yes ShaRose

Fixes

Name Description Version Link Latest Compatible Release Requires ModLoader Author
HD Texture Fix Fixes the fire, water, lava, and compass issues with textures larger than the default size. Also have an option for bettergrass. 2.1.0_02 Forum No Kahr
VerticalRedstone Allows redstone wire to be placed up and down walls. 1.0 Website Yes djoslin
Redstone Burnout Tweak Stops redstone from burning out. - Forum No Satinxs

Mod Packs

Name Description Version Link Latest Compatible Release Installer Compiler
Amazopack Mods: Hogofwar's Peacefulpack & Rope, Nandonalt's Mob Masks & Beekeeping, Pchan3's Airship, Pfaeff's Allocator.

Graphical mods: Painterly Pack.

1.7.3 Rev3 Website Yes Rhodox
AMCO Major mods: BuildCraft, IndustrialCraft, Millénaire, Portal Gun, Triple Portal.

Author packs: DaftPVF, Hogofwar, Risugami, Scokeev9, Seronis, TehKrush, TheApathetic, Woot, Xie.

Minor mods: Better stained glass, Blast-proof Glass, Book Mod, ConvenientInventory, Coral Reefs, Crafting Book, Display Cases, Elevator, Fire Armor, Gui API, ID Resolver, IDList, Magic Chest, MC Extended, Metals & Ores, Microcubes, MineEssence, Mini Map, More Fuel, Ruins, Somnia, Sponges, Superslopes.

Graphical mods: HD Texture Fix, Steampunk Textures, 32x32 Ore textures.

1.7.3 Rev3b Thread No Arrrg
Yogbox Major mods: Airship, Baby Animals, Millénaire, Mo' Creatures, Single Player RPG.

Author packs: Axebane, DaftPVF, Hogofwar, Risugami, Scokeev9.

Minor mods: Buried Treasures, GUI API, ModOptions API, More Health, Somnia, Inventory Tweaks, Doors Open Doors Tweak.

Graphical mods: Painterly Pack:modified, SMP's Revival.

1.7.3 V1.0d Website Yes The Yogscast
zombe's modpack Currently contains: "weather", "flying", "recipe", "cart", "wield", "compass", "build", "cloud", "growth", "item", "death", "path", "spawn", "sun", "safe", "craft", "boom", "ore", "teleport", "cheat", "resize", "furnace" and "dig". Each mod has its own uses. v4.32 Forum No tanzanite (zombe)
Natural Disasters It is a mod where we add natural disasters to the game and ores to go with it, plus mob ores as well.
Website
Yes N/A Alexander Costin and others
1.8 modpack A mod pack with mods that are confirmed, or might be in the minecraft 1.8 update. Mods: 1.8 Version Changer, Endermen, World Generator Mod. V1.0 Forum No hellobobbyish

Up-to-date Aesthetic and Functional Mods

Natural Disasters Mod Not yet released
Name Description Version Link Latest Compatible Release Requires ModLoader Author
The Aether Adds a skyworld to the game that is opposite of The Nether. 1.02 Forum Yes Kingbdogz, Kodaichi, Shockah, Flan, and 303
AdventureCraft AdventureCraft is a total conversion for Minecraft, which turns the game into a pure adventure mode in which players cannot place or destroy blocks.

You can build there an adventuremap which runs with triggers, spawn locations, triggered doors and more.

r998 Forum No Cryect
Alexm42's Mods This mod adds a nice-looking coal block (like the gold, iron, or diamond blocks) and adds recipes to make hard-to-get items easier to get without upsetting the balance too much. v1 Forum Yes Alexm42
Alloys Adds smeltable alloys to the game. Built on top of the Better Ores API. Currently adds new metal based ores and a new furnace to make alloy metals. v1.3 Forum Yes DE3000
Better Food Allows food to be stacked up to 32 in a stack, and usable in stacks of 4 or less. Also prevents you from eating food with full health, thus wasting it. N/A Forum No seronis
Break Bedrock Allows you to break bedrock and collect it! Version 1 Website Download No Mitchfizz05
ChickenMen Replaces Chickens With ChickenMen. v1.7 Forum No CrunchyCat
CJB Mods Hardcore mode, Item spawner, Flying, Minimap with Item/Mob/Player Radar, Xray, Speedhack & More! Works on SMP & SSP. v4.3.2 Forum Yes cjbok
Cloak mod This mod lets you use a custom URL for the cloak texture, so you can make your cloak. 1.0 Forum No XmineC
ConvenientInventory Was Started by EvenPrime and is now being developed by SmartModding. Adds many more inventory shortcuts & significantly reduces the amount of clicks to move and craft items. v1.9 Forum No SmartModding
Creatures+ Adds more creatures to the game. v0.37 Forum Yes veron101
Creepers FriendlyCreeper, StupidCreeper and MiniCreeper. Makes Creeper more or less explode. v1.5 Forum Yes pitman-87
DarkWolffe's Firestone Adds a new light block as well as a god-enhanced sword. Next stable version coming soon! v2.2 Forum Yes DarkWolffe
Death Chest If you have a chest in your inventory when you die, it will be placed where you die, or in the closest available spot. The chest will be filled with as many items as possible. Any excess that won't fit in the chest will be dropped. 1.7_01 Forum No Risugami
Dispenser mod Dispense infinite items, change direction of arrows, eggs and snowballs. v2.0 Forum No Calandiat
Dynamic Lights Adds "shiny" attribute to items, allowing handheld or thrown light sources. 1.7.3 - "Now on armor too!" Forum Yes AtomicStryker
ElectricTorch Allows you to turn torches on and off. v1.01 Forum Yes burnner
Enhanced Compass Mod (Unofficial) Allows you to make the compass point towards your spawn point, North, custom waypoints, or any combination. The needle color is customizable. Needs MCpatcher to work. 6/12/2011 Forum No Yoda12999
FiniteLiquid Provides a complete overhaul of the water physics engine to add more realism to minecraft. Pipes, pumps, tsunamis, and other features are included. v4 Website Forum Yes djoslin
Flat Bedrock Instead of a staggered bedrock layer the bedrock is all to layer 0 - Forum Yes grn_dog_72
FlintCraft Adds flint armor, weapons, tools and more... v3 Forum Yes 666mayhem666
Glowing Ores With a choice of Six class files that give sets of block a small yet noticeable light factor. The choices being Ores, Stone & Dirt, Cloth (wools), Water, Trees, and brighter Redstone torches. 2.0 Forum Yes Mexifelio
Grass Spawning This mod changes the default spawning from Sand to Grass. - Forum No Zillionair1
Improved Chat Enables scrolling backward through chat, binding chat commands to a key, and more. 2.4.6 Forum No wd1966
InfiniteBiomes Makes biomes much, much larger, depending on what download the user wants. Though multiple biome sizes are available for manuable download, an installer is also available to quickly install any size you would like. A ShockAPI version will soon be available. Version 1.2 Forum Yes Unitex
InstaMine InstaMine is a mod which lets you mine anything instantly v0.2 Forum No DarkPiestro
Insta-Wire Insta-Wire makes redstone computing much faster. It comes with instant repeaters / or / and / memory / and inverters. No more delays! v1.0 Website Yes Djoslin
Inventory Tweaks Allows to sort your inventory and your chests, and replace any broken tools and emptied stacks by others from your inventory. Fully customizable, and works in both single and multiplayer. 1.21 Forum Website Yes Jimeowan
jpond17/knut17's mods The forum post of all knut17's mods, from Stacky to Trololol and beyond! ? Forum No jpond17/knut17
LeafCraft Makes Leaves Craftable from four saplings and makes Glowstone also craftable from a cross of Redstone and Cobblestone - Download No Mickeyjm
Malqua's Thunderstone Thunderstone is a mod that adds new tools and blocks with an electric theme. Thunderstone only spawns when lightning strikes, making this mod fun, yet challenging! v1.1.5 Forum Yes Malqua
Material Detector Shows the surrounding environment with possibility to indicate the position of some specific materials like diamond or iron (or whatever you want). Useful to search and dig efficiently some rare materials. v1.14 Forum Yes Ellian
MessiahAndrw's Minecraft Renderer Wrapper Custom full screen res, change 3D depth, anaglyph colours, NVidia 3D Vision, cross-eyed. Doesn't modify minecraft.jar. 3/3/2011 Forum No MessiahAndrw
Minecraft Enhanced This mod is a merge of Better clouds, double view, and the lunar cycle/stars mod; it is also a skybox mod. It allows you to change things like fog depth, distance and height.

It also allows you to change the sky color, moon color. Turn on and off weather FX.

v0.5a Forum Yes cferrill1
Minecraft Resolutions Resizes the window to 720p or 1080p for easy screencapping and can restore a user-defined size and window state on startup. 1.7.3 Forum No nairol
Minimap Mod Shows a minimap in the corner of the screen with configurable waypoints and other options. Useful if you always get lost. 0.10.0 Forum Yes Zaneris
(Mob) Spawner Gui This mod gives you the ability to mine and program mob spawners. 1.7_01 Forum Yes Risugami
More Stackables Makes food and buckets stackable, but unusable when stacked. It also makes doors, signs, saddles, minecarts, and boats stackable. 1.7_01 Forum Yes Risugami
MovePlus Adds more movement styles to the game. v1.9 Forum Yes Corosus
Mo' Zombies This mod adds more zombies to the game including Zombie Notch and even a Cookie Zombie. v0.85 Forum No coocoo617
Multi-use Doors Multi-use doors, double doors, half doors, shutters, fence gates and trapdoor tweaks. 2.1 Forum Yes Evandela
Natural Textures Mod Designed to make textures look better. Reduces quilting by randomly rotating blocks. 0.1 Forum Yes CommonSense
Nature Overhaul Download Nature Overhaul and experience a vibrant, dynamic nature system. v1.1.0.1 Forum Yes Clintonxa
No Big Trees This mod disables the spawning of Big Trees. - Forum No Zillionair1
No Lakes This mod disables the spawning of lakes. - Forum No Zillionair1
No-Peaceful Removes Peaceful mode. v1.5 Forum No tht7
Optifine (Previously OptiFog and OptiMine) This mod adds a lot of tweaking options for better looks and performance. Doubling the FPS is common.

Moves fog away, adds mipmaps, chunk loading control (mod CAF), Smooth FPS, brightness control, VSync and more.

1.7.3_HD_G Forum No sp614x
Power Pistons Allows pistons to push/pull obsidian and bedrock! Version 1 Website Download No Mitchfizz05
Radio mod Adds your own music into the game. Not just one but unlimted ? Forum Yes Paraknight
Realistic Time Synchronizes in-game time to your computer's clock. The new minecraft day lasts from 8:00 AM to 8:00 PM. v1.0 Forum Yes Grinde
Redstone Indicators Redstone Indicators allow redstone fanatics to debug their contraptions without going through the hassle of running a separate wire to an in-game indicator. Simply add the probe block and run a redstone line to it. Right clicking on a probe will change its channel (to one of the wool colors). When at least one indicator on a channel is receiving power, the in-game HUD will display a small image of that channel's color along the left edge. v1.7.3 Forum Yes hooktail154
Repair My Items Makes tools and armor smeltable, which resets the damage to zero. v1.1 Forum No zdmshadow
Sign Tags Adds tags to signs - type [time] to show an in-game clock, [light] to show the light level where the sign is, and [x], [y], and/or [z] to show coordinates, based on the sign's position. [a|b] acts as an input option, where 'a' is shown when the sign is powered, and 'b' is shown otherwise. [biome], [temp], and [humid] tell you the biome, temperature, and humidity of where the sign was placed. 1.7_01 Forum No Risugami
Single Player Commands This mod introduces commands to singleplayer! V2.10_2 Forum No simo_415
Slipperier Ice Ice is more slippery V1.0 Forum No Kyle_Crafty
Stackable Food Makes food stackable up to 64. Useful to save inventory space. v1.1 Forum No MAGNUM_PT
Stacks+ Makes Various things stackable to 64. Usefull to save inventory or chest space. v1.2 Forum No CrunchyCat
SurvivalCraft This mod aims to aid your desire for the fray of combat. With an improved pathfinding algorithm, and added behaviour, the seemingly dumb mobs are now much more intelligent! - Forum Yes Clintonxa
Tool Repair Uses crafting grids to repair tools and armour. 1.0 Forum Yes seronis
Uncompressed Worlds This mod doesn't compress Worlds to allow for faster world saving/loading. - Forum No Zillionair1
World Downloader Clones parts of a MP world from a server to your SP folder. 1.7.3 Forum No nairol
WorldEdit Incredibly powerful mod for editing worlds. REQUIRES SINGLE PLAYER COMMANDS. 4.6 Website No sk89q
zOmBeH CREEPERS!!!! Make creepers not explode but still makes them hurt u like a zombie :D ? Website No Kippykip (HAP3E)

Out-of-Date Aesthetic and Functional

Name Description Version Link Latest Compatible Release Requires ModLoader Author
Better Axes Makes Axes cut wooden blocks more effectively. v1 Forum No mermz
Better Ores Changes the way ores drop items. Makes every ore drop a configurable amount of items with guaranteed and chance based values.

Makes metal based ores (iron, gold) drop nuggets instead of blocks. Nuggets need to be smelted in a new smelting furnace. API available to easily create new items (which do not need durabilty) to have subtypes and add new ores which behave like Better Ores.

v1.3 Forum Yes DE3000
Boat Drop Boat Drop makes boats drop 5 wood planks in place of 3 wood planks and 2 sticks. v1 Forum No benben2365
Cool Drops From Cool Mobs! Makes wolves; zombies; and skeletons drop different items than they used to. v1.0 Forum No Trollseph
Daylight Savings Allows you to position the sun and set its movement speed to values ranging from 0 to 500x (including 1/72x, which is Earth speed), through a GUI in the Options menu. Does not alter the Minecraft clock. There are no planned updates for this. 2011-4-5 Forum No Pulseczar
GLSL Shaders Adds a very nice effect to block rendering, adding curves and depth to everything. v1.5 Wiki Forum Yes daxnitro
Inside Out Mod This makes all the rare resources that are pretty uncommon like gold and diamond everywhere and everything else is pretty hard to find V2.0 Forum No Runedog48
MineRag ragdoll physics When completed, MineRag will allow for functioning ragdoll physics for all mob models. TNT will throw mobs into the air and water and lava will decrease their gravity. 2011-03-03 Forum No Crystal Legends Development
Mining TNT TNT won't destroy the drops from blocks. v1.4_01 Forum No 303
Popcorn Smelting Mod Brings back the ability to Smelt By throwing your ores into fire or lava! 1.1 Forum No Angry Beast
Pseudo Physics This mod is an attempt to simulate some physics in the minecraft world.. Reminder: Limited to source code v1.5_01a Forum No zalg
Terrain Tweaker SMP Mod Previously the "Subterranean SMP Mod", seen here. The mod tweaks the settings in the terrain generator allowing for things like mostly flooded worlds, having the Nether blocks mineable in the real world, Muddy swamps etc. Achieved via some simple additions to your server.properties file. v2.1 Forum No Wickity
Tiiiimberrrrr! Originally made by Ayu, this mod allows you to quickly cut down trees with a golden axe! 1.1 Forum No Angry Beast
TreeDrops Allows trees to drop a variety of things, from sticks, leaf blocks, to saplings and apples. Also it has been merged with TreeDecay to allow tree leaves unconnected to trees to decay as expected. 1.2 Forum No Ayutashi
Water Washes out Reeds Made by request for xXDmanXNZXx, primarily used for automatic crop harvesters. 1.0 Forum No Angry Beast

New Content

Any mods that add new blocks or items will have new Data Values, which can be found on the Mods/Data values page.

Name Description Version Link Latest Compatible Release Server Version Requires ModLoader Author
Fire Extinguisher Put out fire! v1.0 Forum Yes Burnner
Notch Get your personal Notch! v1.0 Forum Yes Burnner
Magic Box Like a moving box, can move whole buildings or areas. v1.2.1 Forum Yes pitman-87
Herobrine Includes the legendary and scary Herobrine 1.0 Forum Yes Burnner
Yellow Submarine Includes a yellow submarine and a snorkle. 0.8 Forum Yes Burnner
303's Arrows Includes and extends Elemental Arrows. Adds these types of arrows: dirt, torch, slime, egg, explosive, fire, ice, laser, mob, warp, grass and confusion. 1.5_01 Forum Yes 303
Aether This mod adds a new world called the Aether by combining a map generator and a mod. V 1.02 Forum Forum Download Yes KingBDogz, Kodaichi and Shockah
Airship This mod adds balloons and airships. v3 Forum Yes Pchan
AlchemyCraft Stop mining, and get crafting!! v0.5 Forum Yes angryduck94
Apothecarium This mod allows you to create Potions by brewing reagents together in a cauldron, also adds rare herbs, transmutation, tamed slimes, achievements, and more. V 1.25 Forum Yes Luisedgm
More Ores This mod makes Iron and Gold ores drop dust, which you can smelt in the furnace like normal. 1 Forum Yes bobbean
Bacon Craft This mod adds bacon, steak, beef, knife, bowl of water, soup and more! 1.5 Forum Yes DarkTwisterr
AssassinCraft This mod adds Daggers, Hidden Blades and other Assassin's Creed Themed items. 0.9_01 Forum Yes 10DARK01, VeteranCookie, Roflnoob, Alx101, Dann494
BaitBox This mod adds a bait box which can be used to trap non-hostile mobs, making it easier to collect their drops. v1.0 Forum Yes DJoslin
Balkon's Weapon Mod Throw a spear in a zombie's head! Cut a skeleton in half with your brand new halberd! Shoot some slimes in

pieces with an old musket! And more!

v5.2 Forum Yes BalkondeurAlpha
Blocks+ Adds 5 different blocks but more are soon to come v0.2 [1] No Ninjahobobob12
Baseball Bats This mod adds baseball bats to the game and lets face it, who hasn't wanted to club a creeper over the head V 2.1, Forum Yes Nerd_Geek_DC
Battle Towers Creates towers on random chunks filled with Monster Spawners, chests with various goodies, and a golem on top. V8 Forum Yes freakstritch
Beekeeping This mod adds all you need to be a bee keeper and more. It includes: a bee keeper helmet, beehive box, comb presser, incubator, bee swarms, honey, honey pork, candles, and chandeliers. v1.3 Forum Yes Nandonalt
Better Than Wolves This mod adds many new functions to the game, including powered a mechanical power system, light blocks, pulleys and platforms, pourable cement that turns into stone, pottery, a way to cook food (but only food) without wasting any fuel and much more! 2.91 Forum Wiki Yes FlowerChild
BiomePack This mod makes some blocks look different from one biome to another like grass and leaves. v1.0 Forum Yes Nandonalt
Blast Proof Glass also adds smeltable glass shards v1.0 Forum Yes mermz
BoziliumCraft This mod makes minecraft a lot easier v1.2 Forum No DylanReimerink
Brier Mod This mod adds new plants such as briers and climbing vines to minecraft. v1.0 Forum Yes Danice123
Bug Mobs This mod adds insects to the game. Currently there are 11 insects, bees, flies, ladybugs, queen bees, wasps, grasshoppers, beetles, Nether bugs, caterpillars, Japanese Giant hornets and botflies. It adds more atmosphere to the game. V6.1 Forum Yes Cylly1512
Build Craft Adds pipes to the game which for example can transfer coal from one chest in the lower slot of a furnace and iron from another chest in the top it comes with four types of pipes. It also adds The Miner and the Quarry which drill downwards for resources (powered by redstone or right clicks) [Works with industrial craft] 2.1.1 Forum Yes SpaceToad
Builders mod This mod will add 10 new human builder mobs to minecraft. These mobs will build all over your world, by placing blocks and building structures. Backup your saves before use. Currently, for unknown reasons, the mod may occasionally freeze your game. v0.54 Forum Yes OgreSean
Butterflies Butterflies! That's right; you can now liven up your minecraft world with an array of butterflies, each with a unique spawning spot. And if the amazing atmosphere they add isn't enough, you can also catch them with a net, and when you let them free again, they'll follow you around, and sometimes even feel friendly enough to land on your head! Isn't that cool? v1.3 Forum Yes Gnatpat
C9s Watermelons This mod adds watermelons which can be chopped up into slices to eat. v1.0 Forum Yes Claimer9
Cactus Craft Do you ALWAYS spawn on the desert? No trees around? Only cacti? No |problem, sir! With CactusCraft, you can begin your survival while using only cacti. v1.21 Forum Yes Nandonalt
CannonPowder Cannon powder works exactly like tnt, except it doesn't remove blocks or damage entities. It's used to push things. I also hooked up the dispenser to spit out live TNT / CannonPowder instead of just the item. 1 Website Yes djoslin
CamelOre This mod incorporates new ores, tools, weapons, armor, mobs, etc. in Minecraft to enhance game play. 2.4 Forum No Camelfox
Car Mod adds a driveable minecart v1.0 Forum Yes mermz
CCTV Block This adds camera and monitor blocks to minecraft. UltraMoogleMan made the first versions here, while Keavator updated the mod further. v0.1 Forum Yes UltraMoogleMan, Keavator
Cheese Mod This mod adds cheese and cheese sandwiches. 1 [2] Yes carl177
ControllerBlock Adds a controller block that can be used for floodgates and bridges. When a controller block is powered, it creates blocks in predefined places. Videos in Forum. 1.2.4 Forum Yes JStar (originally Sunrise_78)
Compressed Blocks Makes coal and redstone more usable. You can make coal, redstone, dense coal and dense redstone blocks. Coal, redstone and dense coal block can be used as a fuel. Dense coal and redstone block can be smelted into diamond(s)! More info on forum. v2.1 Forum Yes vino007
Coral Reef Mod This adds some 6 plants and 2 blocks under the sea. With the coral you can decorate or make dyes. This mod is more enjoyable if you use Roundaround's CrystalClearWaters mod for better visibility. v2.03 Forum Yes Nandonalt
Creature mod Adds new mobs.... The creatures! 1.1.5 Forum Yes dsm1891
Creepy Craft This mod adds more creepy monster content to Minecraft! v1.6 Forum Yes Kmcpeek7
Desert Scorpions Adds a scorpion mob that only spawns in the desert 0.0 Forum Yes Irflufybunny
Dog Treats Adds 2 dog treats to feed your wolves. 1.6.6 Forum Yes Kyle_Crafty
Elemental Arrows Adds fire, ice, and explosive arrows, and a gag weapon, egg arrows, along with the unstoppable homing bow. 1.7_01 Forum Yes Risugami
Elemental Bows (Previously Fire Bow) Provides an alternative to Elemental Arrows. Craft different bows instead of arrows. Still in development. v4.0 Forum Yes pokepal101(MC)
yinge101(YT)
Elevator This mod allows you to create an elevator that will take you both up and down vast distances quickly. v4.0 Forum Yes Exanadu
Eloraam's Mods Make redstone easier to understand by integrating redstone logic into single blocks! RS Latches, NAND Gate, and all the others. V1.5.1 Forum Yes Eloraam
Explosive Tipped Crowbar This special tool harvests any block instantly. This comes in handy for building large structures out of obsidian. It never wears out and can also be used as a weapon. 1.7.2 Crafting Recipe

Download

Yes The Lightning Stalker
Extended 2x2 Crafting Grid Makes many more things available for 2x2 crafting. 0.4.03 Forum Yes yofreke / GreyAcumen
FancyPack Furniture and Decorations Pack Unofficial Adds a wide variety of furniture, decorations and other items for interior decoration. v9 Forum Yes Big Brother
Farmcraft This mod replaces the four original Minecraft animals with tamable versions. It also allows you to plant mushrooms, pumpkins and flowers. v1.1 Forum Yes DrZhark
Fireworks This mod adds a fireworks-launcher to the game, powerable by redstone. You can create your own fireworks (outside of the game). -- Forum Yes Mysticyx
FlashShelter Mod Allows you to craft a mobile instant shelter. 2.0 Forum Yes Suudsu
Garages This Mod Adds Garage Doors, castle gate, roadway and metalworks. v1 Forum Yes TheThirdMike
GemstoneCraft Gemstonecraft is a basic mod that adds new jewels to the game, along with crows and enchanted swords. v0.3 Forum Yes Nimahu
Glass & Ice Shards This mod makes glass/ice drop 2-4 glass/ice shards, which can be crafted in a 4x4 shape into glass/ice, like glowstone. v1.0 Forum Yes zdmshadow
GlassLight The glass light is a simple mod. It's a block that lights up on redstone trigger. You can also light it by right clicking it.

I'm sure this has been done before, but I couldn't find something similar when I went searching. I wanted it for a long time, so I made it.

v1 Website Yes djoslin
Grappling Hook A deliciously imbalanced multi-purpose device. It launches a straight-flying hook. 1.5_01 Forum Yes 303
Golems Includes 24 Golems who drop items and Blocks of their element. 1.6.6 Forum Yes Seatooth
HiddenDoors This adds a "hidden" door that takes on the texture of the block it is placed on. It is crafted with six bookshelves. v1.3 Forum Yes TehKrush
Homiestone BECOME A HOMIE WITH THIS MINECRAFT HOMIE MOD! This mod originally only out to the creator and xXSlyFoxHoundXx is now released to the public with 4 new and powerful tools and a new ore. v1.5.1 Forum Yes coal miner
Hot Air Balloons This mod adds Hot Air Balloons. v1.15 Forum Yes CsprBzmr
HumanGangsters Adds Gangsters Into Minecraft. V.6 Forum No TheJukecast
Humans+ Adds several human and humanoid NPCs — some friendly and some hostile. v2.2 Forum Yes Mr.okushama
Ice Maker This mod finally gives you the ability to make ice by giving you an ice maker. v1.0 Forum Yes Nandonalt
IndustrialCraft Adds more than 100 items ranging from batteries to water mills! V8.50 Forum Yes Alblaka
J0kers More Food Adds more Food and Drinks to the game. 1.3 Forum Yes J0ker
LanternsMod Adding Lanterns and other glowing materials t the game. 1.7.3 Forum Yes HockeyPowwa97
Light Sensor Adds a light-sensing block as a new redstone input. 1.7_01 Forum Yes Risugami
Magic Chest The Magic Chest is an intelligent chest, which can do many things to provide you with comfort! v0.8 Forum Yes Areo 96
MetalWorks MetalWorks adds many new ores tools armors and weapons to the game as well as a few other metal specific items. v0.7 Forum Yes Claimer9
Millénaire Adds in villages to the game, based on medieval Normandy. You can trade with the villagers, and help them expand the village. Also includes new tools, armor, and food. 1.1.6 Forum Wiki Yes Kinneken
MineColony Adds workers to help you mine, farm, chop wood and deliver the goods. dfu's fork of the source code (available at github) is more compatible with other mods. 0.7 Description [3] Wiki Yes lacozzini, dfu
Mob Masks Make yourself masks! Currently it's only for show, no special functions(gives you some armor too!). v1.0 Forum Yes Nandonalt
MotionDetector The motion detector is a multipurpose redstone output. You can use it to trigger automatic doors, traps, lights, just about anything. 2.9 Website Yes djoslin
Mo' Creatures This Mod adds more creatures to the game. Currently it has the following creatures: Sharks, Werewolves, Lions, Bears, Wolves, Polar Bears, Wraiths, Flame Wraiths, Ogres, Fire Ogres, Cave Ogres, Ducks, Boars, Bunnies, Foxes, 6 types of Birds, 6 types of Dolphins 8 types of Horses and NEW 10 types of Fish! 2.11 Forum Yes DrZhark
Mo' Foodz This modification adds more fruits, vegetables, drinks, and baking items into Minecraft. v1.5 Forum Yes PROWNE & TLitten
MoreBricks This mod adds different varieties of bricks to the game. v1.0 Forum Yes MrCRAZYbox
MoreCreeps & Weirdos This Mod adds many new mobs including weird creatures, Aliens, new NPCs, etc. v2.00 Forum Yes freakstritch
MoreFlowers Adds 7 new flowers to the game to liven up your map.

The flowers include Blue Hydrangeas*, Poinsettias*, Daisies*, Ginseng*, Lavenders*, Vanilla and Hibiscus*. Sprites for the hydrangeas, poinsettias, daisies and hibiscus are taken from the Painterly Pack.

v1.2_2 Forum Yes
MoreRecipes Adds more recipes for your pleasure! v1.7 Forum Yes _chrislo27
More Tools! - Lava Epic New Lava Tools! v1.1 Forum Yes GGGCCC
More Trees This mod adds new types of trees: palm/banana, sequoia, cherry blossom, apple, and eucalyptus. It also adds vines, bananas, banana cake, and topiary blocks. v2.2 Forum Yes Nandonalt
Necrocraft Summon the undead to do your bidding! M 1.8/ S 1.2 Forum Yes thePalindrome
NetherCraft This mod adds to the Nether and makes it self-sustainable. It adds many mobs, plants, ores, and items all to the Nether so you never have to go back to earth. v1.8 Forum Yes Scokeev9
Nether Trees "Nether Trees" adds nether trees in addition to normal trees. v1.1 Forum No CrunchyCat
Nummy Noms This mod adds more food to the game; besides food it incorporates a few fixes: Snowballs and Eggs stack at 64 instead of 16, and Redstone is a fuel source for furnaces that burn at the same rate as coal. v4 Forum Yes Kyle_Crafty
Obsidi+ adds telepresence, jump pads, conveyors, mob traps and other gadgets. 1.9 Forum Website Yes Dudearent006
Obsidia Adds obsidian ingots, obsidian ore, tools, a lavaboat, and a storage block 0.0 Forum Yes Irflufybunny
ObsidianPlus Adds new features for obsidian, including obsidian tools and armor. v2.2 Forum Yes john111898
OreRedistribution Minecraft currently distributes ores such as coal, gold, diamond, iron, etc. in a random but predictable pattern. There's always a certain chance of getting each ore no matter how far from spawn you have traveled. In the real world, locations become way more valuable if they are rich in resources. I've programmed a way for minecraft to spread out the ores according to a perlin noise function. v1 Website Yes djoslin
Pistons Pistons can be extended and retracted with redstone. Pistons themselves are included in the vanilla; however, this mod gives them the ability to launch entities. [2] Unknown Forum No Hippoplatimus
Planes Adds a lot of new items, some new blocks, 6 different planes and anti-aircraft guns. Some planes can fire machine guns and drop bombs. For SSP and SMP. v15 Forum Yes jamioflan
PlasmaCraft Liquids! Acid! Danger! adds 4 more ores and liquids including liquid obsidium (not obsidian) v0.2.3 Forum Yes UltraMoogleMan
PlasticCraft PlasticCraft, adds a variety of new Plastic items to the game, such as Water Bottles, Microwaves. v2.1.1 Forum Yes TehKrush
Pokemobs Pokemobs adds tamable pokemon and many other features from pokemon into minecraft. v0.1.5 Forum Yes Seagoingmanatee
Portable Workbench Craft it, and right click while it's in your hand, and you'll open a 3x3 crafting window. Much better than carrying around workbenches. r13 Forum Yes TehKrush
Portal Gun Adds many items from the popular game Portal, and Portal 2, by Valve. v4 Forum Yes iChun
Pitfall It's pretty self-descriptive really. The block can be placed in the air and will not fall until redstone lights it up. v1 Website Yes djoslin
PrefixSkeletons Adds skeletons that use 303’s custom arrows including fire, ice and explosive arrows. 1.5_01 Forum Yes 303
Pyrots Adds pyrots, mobs (Non-Agressive) that can drop Flint and Steel and Lava. V0.1 Website No ZiggyT
Quintessential Creatures This Mod adds new creatures to the game. Currently it has the following creatures: Turtle, Troll. 1.3.3 Forum Yes Firehazurd/DrZhark
Quick Start Basically makes all the essential and common blocks super easy to mine v1.0 Forum Yes Stormio100
Redstone Block Just a Redstone Block. Can be used to "store redstone" by crafting it like other refined blocks and uncrafting it later. It pulses constantly, like when you hit redstone ore, and it gives off a little bit of light. r3 Forum Yes TehKrush
RedstoneCraft Redstone can be used to make tools,different blocks and even COOKIES!! 1.4 Forum Yes bor295
Renewable Resources Makes almost everything craftable from dirt and wood. v0.2.1 Forum Yes Assisstion
Rope The rope was created for all those times you wanted to rappel down a large cliff or cave. The rope must be attached to a solid block on top. Any rope blocks placed directly next to other rope blocks will be added to the bottom of the rope. v1 Website Yes djoslin
Runester This mod adds runescape and terraria ores to the game. v1.1 Forum Yes rockymc
Scuba Diving Mod This mod makes it possible to go scuba diving so you can see squid up close and explore Nandonalt’s Coral Reefs. It adds a scuba helmet, scuba tank, and air compressor. v1.1 Forum Yes Nandonalt
Save Point Chest Chests you can place anywhere that saves all your items when you die. v1.1 Forum Yes BigDre88ap
SDK's Guns (+ATV), Grappling Hook and Utilities [v1] Adds 12 different types of guns, 5 grenades, several new blocks, and a bunch of different utilities. v5 Forum Yes ScottyDoesKnow
Sponge Mod This mod adds 3 types of sponge that absorb water and lava making the nether and under the ocean a much easier place to live. v2.4 Forum Yes Exanadu
Steamcraft A mod that adds new items, blocks and features, as well as modifying some current ones. Mostly, this content follows a steampunk theme. Still in development. v0.3 Forum

Wiki

Yes Proloe
Stilts This mod adds stilts that let you walk over blocks without jumping. v1.0 Forum Yes Nandonalt
Superslopes Slopes and corners for realistic rooftops and diagonal walls. v2.2 Forum Yes Kaevator
Supertools Over 100 new tools in 27 new sets. v1.0.1 Forum Yes Assisstion
Sushi Craft! This mod adds craftable, edible sushi into minecraft, all which heal different amounts of health. Also includes growing seaweed and rice. V 2.0 Forum Website Yes Angry Beast
Team Fortress 2 Teleporter Adds a teleporter to minecraft! v1.1.1 Forum Yes pitman-87
Telescope This mod adds a telescope that allows you to get your eyes a little closer to the beauty. Zooms in when right-clicked. v1.0 Forum Yes DJoslin
Terradura Terradura is a new ore that is rarer than diamond and found between the layers of bedrock. It also adds tools, armor, and a "Window" V1.0 Forum No benben2365
Tesla Coil Creates lightning bolts on redstone trigger. v1.0 Forum Yes mermz
The Flowerpot Mod This mod adds a nice little decorative piece to liven up your world. v0.4 Forum Yes Claimer9
Tiered Flint Tiered Flint makes flint drop from gravel much more frequently based on what type of shovel you are using. r3 Forum Yes TehKrush
The cookie monster Adds the cookie monster to the game 1.0 Website Yes Kippykip (HAP3E)
Toggle Blocks A mod which allows to place blocks which appear and disappear depending if the toggle block is on or off state. v2.0 Forum Yes TheApathetic
TooManyItems TooManyItems is an inventory editor mod that allows you to edit your inventory in-game. It has a nice graphical interface, and allows items/blocks from mods too. v1.7.01 Forum No Marglyph
Torches Anywhere This mod allows you to place Torches on any surface, including glass. r5 Forum No TehKrush
TNT Remote Adds a remote for TNT and redstone V1.0 Forum Yes wurstknifte
Transmitter The Long-Distance Transmitter transfers a redstone signal wirelessly up to 75 blocks. I've thought of several uses for this mod, including checking the status of your mob traps, routing a minecart from a station to the correct destination, sending an SOS signal, etc. V1.0 Forum Yes djoslin
Turret / Cannon The turret was created for all those times you wanted a mounted gun at your base. Instead of relying on static short-shooting dispensers, you have complete control over the aim. This mod also comes with three types of cannonballs. V1.0 Forum Yes djoslin
UltimateFist This mod will add a completely new tool that can obliterate ANY block / item almost instantly. It lasts almost forever and is used for those who want to build faster. Originally by IWannaWin, Zaraza107 here. Made up to date by Madaraz here and Philius. V4.2 Forum Yes Madaraz, Philius
Wall Clock This mod finally adds a decorative and useful wall clock. v1.0 Forum Yes Nandonalt
WhiteGold adds a new ore that is about as rare as diamond but is more durable(5000 uses), more efficient(rapid mining), and more buildable(stairs and half blocks) ? Forum Yes Mystery2011
wurstkniftes Bookmod Adds read- and writeable books and bookshelves for them V1.8 Forum Yes wurstknifte
Wolves Extended Tired of the same generic wolf all the time? Then, get this, a (most)major overhaul of wolves! V1.6 Forum Yes Nandonalt
Xore New block that allows users to see through walls (such as a wire frame texture pack) and also provides as much light as glowstone. V1.1 Forum No benben2365
You Are the Creeper Become a creeper...explode...kill steve. SSSSSSSsssssssss.......BOOM!!!! v0.60 Forum Yes Rotten194
Mo'Swords Adds more swords and items like ores and food to the game 1.2.1 Forum Yes TDRL, Sub_Spartacus
Sponge Mod Adds a working Sponge to the game. 1.0 Forum Yes TDRL
Wireless Redstone Adds the ability to transmit signals of redstone current. 1.4 Forum Yes Ali4z
X-Armor and Tools Lapis armor and tools. Wood armor 2.5 Forum Yes Kyle_Crafty
X-Ray Glass Adds a craftable block to the game of which allows you to see through the block and see caves, dungeons, and water/lava pools underground. 1.7.2 Forum Yes sonicrage64
Zeppelin Make the Airship, place the block, fly away! 1.7.3.0.7 Forum Yes blakmajik
Zipline add ropes which you can zipline on you can balance on you can shoot and climb on it, Adds cloth sheets and placable leather plus wooden bridges all follow the same new physic pattern, cloth and leather can be used for tent you can see light threw cloth. 1.7.2 Forum Yes BinaryDoodler
Zombiecraft Includes a new Launcher and with this mod you can kill Nazi zombies! 2.1 Forum No Kevin

Language Packs

Introduction

You have to delete the META-INF folder inside the file "minecraft.jar" and replace the files "en_US.lang" and "stats_US.lang" inside the folder "lang" in order to use a language pack.

You can find a complete installation guide for different operating systems on the Minecraft Forums.

Up-to-date Language Packs
Name Description Version Link Latest Compatible Release Requires ModLoader Author
German Language Pack German translation of Minecraft 2.1.0 Forum No Spyx
German (Deutsch) Language Pack German (Deutsch) translation of Minecraft 1.0.3 Forum No EnProX
Japanese Language Pack Japanese translation of Minecraft 2.03 Website No Zeeksphere
Thai Language Pack Thai translation of Minecraft 0.99 Forum No Paradise067
Portuguese[PT] Language Pack Portuguese[PT] translation of Minecraft 1.5.0 Portuguese Forum No ERaZ0S
Spanish[ES] Language Pack Spanish(Spain) translation of Minecraft 1.0 Forum No KilFer, _Burner_ , Yonseca
Out-of-date Language Packs
Name Description Version Link Latest Compatible Release Requires ModLoader Author
Hungarian Language Pack Hungarian translation of Minecraft 1.1.0 Download No Zut2012
Norwegian Language Pack Norwegian translation of Minecraft 1.1.0 Website No Swoy


Server Mods

Server Mods are modifications to the official Minecraft server software. They generally fall into two broad categories: management and gameplay.

Management 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.

Gameplay mods are modifications to actual game mechanics, such as restricting the placement of blocks commonly abused by Griefers (e.g. lava, TNT), fixing bugs in the server (e.g. making furnaces function before the update of 10th of September 2010) or adding new gameplay features.

Mod List

This is a list of wrappers and modifications.

Beta Server Modifications

Name Description Version Forum Link Latest Compatible Release
Bukkit
  • Plugin System
  • Efficient
  • Security updates to server
  • Multiworld support
RB 1000 Homepage
Forum
Canary Mod

Administration plugin based on hMod. (hMod v2)

  • Plugin System
  • Simple and Efficient
b8 Homepage
Forum
Runecraft

Adds magic to minecraft by using runes that can manipulate the world. Bukkit Compatible

  • Teleporters
  • Way points with IDs through different blocks
  • Weapon enchantments (also through runes)
  • Secret Passageways
  • Full list
2.8 Forum
LeafCraft SMP

Makes Leaves Craftable from four saplings and makes Glowstone also craftable from a 2x2 cross of Redstone and Cobblestone

V1 Download
MC Kingdom

MC Kingdom is a town creation and management mod that also organizes player groups, warfare, stock/demand economy and town protection. Works with ModLoader

  • Grouping System
  • Easy to use GUI windows
0.1.1 Website
iZone

iZone is a server mod that allows an admin to allocate zones, similar to lots, which can be assigned to players. These zones have "flags" added to them. These flags include:

  • Protection
  • Monster
  • Welcome
  • Farewell
  • Heal
  • PvP
  • Creeper
  • Animal
  • TnT
  • Fire
  • Restriction
  • Lightning
  • Snow
  • Drain
v6.3 Forum+Download

Beta Server Wrappers

There is a full list of server wrappers at the Server Wrapper page

Name Description Version Forum Link
ServerCraft Features:
  • Features provided by ServerCraft include:
  • Easy access to server properties
  • Run exe and Jar servers
  • Set allocated ram (Jar only)
  • Automatic server launch
  • Automatic detection of 32 or 64 bit operating system
  • Player option, now can control your Ops, White List, Banned players * and ips
  • Fixed Server Port
  • Fixed Level Seed
  • Much More
V3.0 (Beta) Minecraft Server Launcher Forum Thread
SimpleServer Wrapper Features:
  • Integrates simply with Server Mods (such as Bukkit)
  • Anti-Grief Block Firewall (List of blocks that are not able to be placed by a certain rank of user)
  • Automated Backups and Saves
  • Automated Restarting
  • Custom authentication
  • Waypoint based teleporting
  • Guest System, with Destroy Protection
  • Locked Chests, with Destroy Protection
  • Warp to Player, Warp to Me, and Teleport player-to-player
  • IP Based Ranks
  • Ranks (guest, builder, op, admin)
  • Kits with Rank Permissions
  • Bans by Name, IP Address, and IP Ranges
  • Kicking
  • Give Item command based on Rank
  • Whitelist
  • MOTD/Rules
8.2.3 (Beta 1.7.3) Forum thread
Topaz's Minecraft SMP Toolkit enhances the vanilla Minecraft server by providing some useful scripts and in-game commands. Features:
  • Teleportation
  • List online users
  • Waypoints
  • User item creation (similar to creative server)
  • Require payment to use commands
  • Timed Snapshots for server backup
  • Message of the day
  • IRC chat bridge
2011-02-1 Forum thread

Alpha Server Wrappers

Name Description Version Forum Link
Czahrien's Server Wrapper

(Recently adopted by KinoftheFlames)

Administration plugin for Alpha SMP. Features:
  • Administrator levels, player privileges.
  • Summon command (toggle-able - works like built-in /give, but also supports kits)
  • Points system
  • Full list
6.0 Forum
Flippeh's Server Wrapper Administration plugin for Alpha SMP. Features:
  • Lite administrators (access only to kick/ban and giving items)
  • Multi-user teleports (/tp user1, user2, user destinationuser)
  • Votekick
  • Full list
r39 Forum
MCAdmin Administration plugin for Alpha SMP. Features:
  • Player Ranks and Permissions
  • GUI
  • Automatic Updates
  • Full list

This mod at one time featured a back-door that allowed the developers to bypass the whitelist, bans and possibly any server command available. After an episode of abuse of this back-door by a developer went public, the code was quickly made open source and all back-doors removed. [4] [5]

r109 Forum
Zicore's Administration Plugin (ZMA) Administration plugin for Alpha SMP. Features: v3.3.111.11030 Forum

IRC Plugin

Alpha Server Modifications

Name Description Version Forum Link
hMod Administration plugin for Alpha Minecraft b133 Forum
Llamacraft General features and bug fixes:
  • Fixed buckets (fixed furnaces before update fixed them)
  • Nerfed lava and TNT
  • Coloured names
  • Full list
3.6 Forum
Minecart Mania!
  • Boosted minecart tracks
  • Brakes on tracks
  • Minecart launchers/catchers
  • Minecart dispensers
  • Makes Pressure Plates act like straight/intersection tracks
  • Timer for launchers/catchers
  • Kill timer for Minecarts
2.1 Forum

References