Minecraft Wiki
 
mNo edit summary
 
Line 1: Line 1:
{{Disclaimer}}
+
{{ {{{1|Block}}}
  +
|image=Piston.gif
  +
|invimage=
  +
|type=Solid Block
  +
|gravity=No
  +
|dirt=None
  +
|transparent=Yes
  +
|light=None
  +
|tntres=2.5
  +
|tool=sword
  +
|stackable=Yes (64)
  +
|data=33
  +
|firstver=Beta 1.7}}
   
  +
{{about|the vanilla piston|the mod|Mods/Pistons}}
== Mod Safety ==
 
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.
 
   
  +
'''Pistons''' are [[blocks]] capable of pushing most blocks, depending on the direction they are facing.
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.
 
   
  +
== Crafting ==
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.
 
  +
{| border="1" style="border-collapse: collapse; border-color: #555; background-color: #eee;" cellpadding="5"
 
  +
|-align="center"
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.
 
  +
!Ingredients
 
  +
!Input » Output
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|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|SMP]], mods that add content, and thus could be used for griefing, do not work, as the server will ignore custom content.
 
=== Mod List ===
 
 
{| 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
 
|-
 
| 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
 
|-
 
| 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
 
 
|-
 
|-
  +
| align="center"| [[Wooden Plank]]s <br>+<br> [[Cobblestone]] <br>+<br> [[Iron (Ingot)|Iron Ingot]] <br>+<br> [[Redstone (Dust)]]
| ID Resolver
 
  +
|{{Grid/Crafting Table
| style="text-align: left;" | Stops ID conflict
 
  +
|A1= Wooden Plank |B1= Wooden Plank |C1= Wooden Plank
| ?
 
  +
|A2= Cobblestone |B2= Iron (Ingot) |C2= Cobblestone
| [http://www.minecraftforum.net/topic/366377-173id-resolver Forum]
 
  +
|A3= Cobblestone |B3= Redstone (Dust) |C3= Cobblestone
| {{v|t=1|B1.7.3}}
 
  +
|Output= Piston |OA= 1
| {{tc|yes}}
 
  +
|}}
| ShaRose
 
 
|}
 
|}
   
  +
== As a Crafting ingredient ==
==== Fixes ====
 
  +
{| 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;"
 
  +
!Ingredients
|-
 
  +
!Input » Output
! width="120px" | Name
 
! class="unsortable" | Description
+
!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
 
 
|-
 
|-
  +
| align="center"| [[Slimeball]] + Piston
| Redstone Burnout Tweak
 
  +
|{{Grid/Crafting Table
| style="text-align: left;" | Stops redstone from burning out.
 
  +
|A1= |B1= |C1=
| -
 
  +
|A2= |B2= Slimeball |C2=
| [http://www.minecraftforum.net/topic/394986-166-redstone-burnout-fix/ Forum]
 
  +
|A3= |B3= Piston |C3=
| {{v|t=1|B1.6.6}}
 
  +
|Output= Sticky Piston
| {{tc|no}}
 
  +
|}}
| Satinxs
 
  +
| Used to push/pull blocks.
 
|}
 
|}
   
  +
== Functionality ==
==== Up-to-date Aesthetic and Functional Mods====
 
  +
* Pistons when placed always face the player.
  +
* Pistons are [[redstone]] triggered. When powered, their wooden surface extends outwards by 1 block, pushing up to a maximum of 12 blocks.<ref>http://twitter.com/#!/jeb_/status/81386768913534976</ref> <ref>http://www.youtube.com/watch?v=CpgcBfPyCr8</ref>
  +
* When going back to the unpowered state, it does not pull back any block. See [[Sticky Piston]] for that.
  +
* Its wooden surface can also push players, mobs and other entities on the floor by 1 block if they are in the way. However, if there is no space for the player/mob/entity to be pushed, the extended piston head will just pass through them without harm. The piston can still push a mob or player off a one block wide walkway, which can be coupled with a pressure plate for a fairly effective trap.
  +
* The extended piston head is considered solid and transparent (just like [[Glass]]). If a piston head extends into a player/mob this way, they will not suffocate, and the player/mob can move out of it but not back into it.
  +
* Similarly, if a block pushed by a piston is pushed into a player/mob, the player/mob will get pushed if there is space. If there is no space, the block will start to occupy the same space as the player/mob and cause suffocation if the block is opaque.
  +
* When blocks are pushed by a piston, they are momentarily non-solid and cause any players/items on the moving block to fall through the moving block.
  +
* Pistons can be used to toggle [[fluids]] flows like a flood gate by extending into or retracting from the space where water will flow through.
  +
* Pistons can push [[Minecart]]s and [[boat]]s. Note that if the minecart is on a rail, the rail will also get pushed.
   
  +
== Pushing blocks ==
{| class="wikitable sortable" style="width: 100%; text-align: center;"
 
  +
* Some blocks cannot be pushed by Pistons and the piston head will not extend:
|-
 
  +
** [[Obsidian]], [[Bedrock]] to avoid abuse
! width="120px" | Name
 
  +
** Blocks with extra data (tile entities) attached - [[note block]], [[chest]], [[furnace]], [[dispenser]], [[monster spawner]].
! class="unsortable" | Description
 
  +
** Pistons will not push blocks into The [[Void]] or the top of the map.
! class="unsortable" width="50px" | Version
 
  +
** Extended pistons (both sticky and normal) because moving blocks are temporarily stored as [[tile entity|tile entities]].<ref name="NoMoveBlocks" /><ref name="TileEntityPiston" />
! class="unsortable" width="60px" | Link
 
  +
** Portals
! width="50px" | [[Version history|Latest Compatible Release]]
 
  +
* [[Pumpkins]], [[Cobweb]]s and [[Jack-O-Lantern]]s are turned back into items when pushed. (If trying to create extendable/retractable lighting, you can use [[Glowstone]] instead.)
! width="50px" | Requires ModLoader
 
  +
* Pistons cannot push water or lava, only obstruct it. A piston head extending into a water or lava source block will destroy the source block.
! width="65px" | Author
 
  +
* Pistons cannot push most blocks that are "attached to a block” such as [[lever]]s, [[torches]], [[redstone]], [[signs]], etc. They will be detached and drop as an item. Exceptions include:
|-
 
  +
** [[Trapdoors]], as long as their hinged side remains attached to a solid block in their new position.
|ElectricTorch
 
  +
** [[Rails]] (and [[Powered Rail]], [[Detector Rail]]) as long as they remain on top of a solid block in their new position. Rails will re-orient themselves after being pushed just as they do when placed manually.
|style="text-align: left;" | Allows you to turn torches on and off.
 
  +
* Blocks that are attached to pushed blocks will be broken off unless the block which is now under/behind them is also acceptable; for example, torches can be placed on a "self-repairing" cobblestone structure.
|v0.1
 
  +
* Pistons cannot push a chain of blocks more than 12 blocks long, else they will not extend.
|[http://www.minecraftforum.net/topic/487556-17-0electric-torch-v01/ Forum]
 
| {{v|t=1|B1.7.3}}
 
|{{tc|yes}}
 
|burnner
 
|-
 
|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.
 
|r891
 
|[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 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 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
 
|-
 
|Better Ores
 
|style="text-align: left;" | Changes the way ores drop items. Makes every ore drop a configurable amount of items with guarenteed 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
 
|-
 
| ChickenMen
 
|Replaces Chickens With ChickenMen.
 
|v1.6
 
|[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;" | Adds many more inventory shortcuts & significantly reduces the amount of clicks to move and craft items.
 
| v1.9
 
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=162534 Forum]
 
| {{v|t=1|B1.7.3}}
 
| {{tc|no}}
 
| Evenprime
 
|-
 
| 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
 
|-
 
| 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
 
|-
 
| 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
 
|-
 
| 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
 
|-
 
| 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-166-enhanced-compass-mod-4282011/ Forum]
 
| {{v|t=1|B1.6.6}}
 
| {{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.6.6}}
 
| {{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]]
 
|-
 
| Half-Life 2 sounds
 
| style="text-align: left;" | Replaces most of the Minecraft sounds with high-quality sounds from Half-Life 2. Requires the Sound Mod Enabler.
 
   
  +
== Powering Pistons ==
OFFICIAL INSTALLATION INSTRUCTIONS HAVE BEEN ADDED DUE TO SOME COMPLAINTS OF THE MOD NOT WORKING
 
  +
* Pistons can be powered horizontally through single blocks by way of either redstone or repeaters
| -
 
  +
* Pistons can be powered by a torch directly adjacent to them (above, below, or to the side)
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=341209 Forum]
 
  +
* Pistons can be powered by a torch from below when said torch would power the block the pistons are resting on (just like [[Powered Rail|powered rails]])
| {{v|t=1|All versions}}
 
  +
* Pistons can be powered by any powered block directly adjacent to them, and by any powered block one block above and to the side. However, the piston won't recompute its state unless a block directly next to it is changed. An adjacent piston retracting causes a recompute, but an adjacent piston extending doesn't.
| {{tc|no}}
 
  +
* Both redstone dust and repeaters will power the piston directly in front of it ''as well as'' a second piston below this piston. This allows a wall made completely of pistons to be constructed.
| Saebian
 
  +
* When toggled between on and off rapidly with a gravity affected block (such as sand) above it, a piston will eventually break the block, which can be picked up as a resource.
|-
 
  +
* A repeater cannot transfer power through a piston.
| 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.6.6}}
 
| {{tc|no}}
 
| wd1966
 
|-
 
|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]
 
|-
 
|[[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.10b
 
| [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.6.6}}
 
|{{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
 
|-
 
| 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;" | Resize the window to 720p or 1080p for easy screencapping and can restore a user-defined size and window state on startup.
 
| 1.6.6
 
| [http://www.minecraftforum.net/topic/332955- Forum]
 
| {{v|t=1|B1.6.6}}
 
| {{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
 
|-
 
| 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.
 
| v0.5
 
| [http://www.minecraftforum.net/topic/379691-v05166165no-peacful/ Forum]
 
| {{v|t=1|B1.6.6}}
 
| {{tc|no}}
 
| [http://www.minecraftforum.net/user/518031-tht7/ tht7]
 
|-
 
| 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_A
 
| [http://www.minecraftforum.net/topic/249637-15-01-optifog-fps-boost/ Forum]
 
| {{v|t=1|B1.7.3}}
 
| {{tc|no}}
 
| sp614x
 
|-
 
| 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
 
|-
 
| 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-173-repair-my-items-revived-v11-now-with-shears/ 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
 
|-
 
| 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 an MP world from a server to your SP folder.
 
| 1.6.6a
 
| [http://www.minecraftforum.net/topic/333322- Forum]
 
| {{v|t=1|B1.6.6}}
 
| {{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)
 
|-
 
| 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.28
 
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=96815 Forum]
 
| {{v|t=1|B1.7.3}}
 
| {{tc|no}}
 
|tanzanite (zombe)
 
|-
 
| 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
 
|-
 
|}
 
   
  +
== Common Usage ==
==== Out-of-Date Aesthetic and Functional====
 
   
  +
* Pistons are commonly used to push/pull blocks to simulate opening and closing doors, gates and to create traps.
{| class="wikitable sortable" style="width: 100%; text-align: center;"
 
  +
* Pistons can be used to make self-repairing bridges by using cobblestone from a [[cobblestone generator]]. The same principle can be used to make a self-repairing house.
|-
 
  +
* When used in conjunction with redstone repeaters, pistons can make a redstone piston clock capable of almost any speed.
! width="120px" | Name
 
  +
* A piston powered clock linked up to a square of blocks designed to be pushed round in a loop can create an endless loop of data. Combined with the inability of transparent blocks (such as glass) to transmit power, a redstone repeater can be run into the pushed data block to optionally perform a function on the other side. Scale this up into 3 dimensions and you get an array of data looping round, being tested to see if it transmits the power or not. This can be used to create redstone sign outputs, to play musical sequences, and a countless list of other things.<ref>http://www.youtube.com/watch?v=Oc6spHvGPtQ</ref>
! class="unsortable" | Description
 
  +
* Another use for Pistons is to put a block on top an upward facing piston, with a track on top of that, then have a [[minecart]] one block away from it on the track so that when you activate the Piston it will slant the [[track]] and get the minecart started. This will work better with a [[Sticky Piston]], so the track does not need to be manually reset.
! class="unsortable" width="50px" | Version
 
  +
* Pistons can be used to move blocks like glass or ice that cannot be picked up. However, pistons cannot push obsidian.
! class="unsortable" width="60px" | Link
 
  +
* Pistons can be used for automated [[farming]]. Using a sticky piston with a dirt block or similar solid block attached, the piston is capable of pushing [[wheat]] or [[sugarcane]] off soil- the blocks will subsequently turn it into their respective items. Two sticky pistons with solid blocks attached can also be used to convert trees into log items as well; although it can require some ingenuity to determine out how to get the topmost logs down to the ground using this method.
! width="50px" | [[Version history|Latest Compatible Release]]
 
! width="50px" | Requires ModLoader
 
! width="65px" | Author
 
|-
 
| 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
 
|-
 
| [[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.6.6}}
 
| {{tc|yes}}
 
| Mr. okushama
 
|-
 
| 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
 
|-
 
| [[Mods/Minecart Mania!|Minecart Mania!]]
 
| style="text-align: left;" | Makes Pressure Plates act like straight/intersection tracks. Adds booster and brake blocks, allowing easy manipulation of minecarts.
 
| 1.09c
 
| [http://forums.bukkit.org/threads/mech-minecart-mania-1-09-670-684.388/ Forum]
 
| {{v|t=1|B1.5_01}}
 
| {{tc|no}}
 
| Afforess
 
|-
 
| 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 ====
+
== History ==
   
  +
The original piston was a mod posted on the Minecraft Forums by Hippoplatimus.<ref>http://www.minecraftforum.net/viewtopic.php?t=247686&f=1032</ref> The code for that version was given to Jeb, who then worked on shortly implementing them into vanilla Minecraft. However, due to his work on the [[Pocket Edition]], pistons were delayed, and were not released for the 1.5 update nor for the 1.6 update.
Any mods that add new blocks or items will have new [[Data Values]], which can be found on the [[Mods/Data values]] page.
 
   
  +
Finally, when the Pocket Edition was good enough to show at E3, Jeb went back to work on the PC version of Minecraft and pistons were finally added in version 1.7, including [[Sticky Piston]]s.
{| 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
 
|-
 
| 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://mcmodcenter.net/infusions/pro_download_panel/download.php?did=75 Forum]
 
| {{v|t=1|B1.5_01}}
 
| {{tc|yes}}
 
| 303
 
|-
 
| Aether Collaboration
 
| style="text-align: left;" | This mod adds a new world called the Aether by combining a map generator and a mod.
 
| V 0.0
 
| [http://www.minecraftforum.net/viewtopic.php?f=25&t=211244 Forum]
 
| {{v|t=1|Not yet released}}
 
| {{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}}
 
| {{tc|yes}}
 
| Pchan
 
|-
 
| 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}}
 
| {{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.6.6}}
 
| {{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.6.6}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{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.6.6}}
 
| {{tc|yes}}
 
| Nandonalt
 
|-
 
|Better Than Wolves
 
| style="text-align: left;" | This mod adds many new functions to the game, including powered light blocks, pulleys and platforms, pourable cement that turns into stone, a way to cook food (but only food) without wasting any fuel, mechanical power systems, and much more!
 
| 2.64
 
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=275333 Forum] [http://sargunster.com/btw/ Wiki]
 
| {{v|t=1|B1.7.3}}
 
| {{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}}
 
| {{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}}
 
| {{tc|yes}}
 
| mermz
 
|-
 
   
  +
== Differences with the piston mod ==
| 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}}
 
| {{tc|no}}
 
| DylanReimerink
 
|-
 
| 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}}
 
| {{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]
 
| 1.7.2.1
 
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=311596 Forum]
 
| {{v|t=1|B1.7.3}}
 
| {{tc|Yes}}
 
| SpaceToad
 
|-
 
| Builders mod
 
| style="text-align: left;" | This mod will add 9 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.5_01}}
 
| {{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.6.6}}
 
| {{tc|yes}}
 
| Gnatpat
 
|-
 
|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.6.6}}
 
| {{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}}
 
| {{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}}
 
| {{tc|no}}
 
| Camelfox
 
|-
 
| 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}}
 
| {{tc|yes}}
 
| UltraMoogleMan, Keavator
 
|-
 
| 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}}
 
| {{tc|yes}}
 
| JStar (originally Sunrise_78)
 
|-
 
| 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.6.6}}
 
| {{tc|yes}}
 
| Nandonalt
 
|-
 
| Creepy Craft
 
| style="text-align: left;" | This mod adds more creepy monster content to Minecraft! (Still in development)
 
| v1
 
| [http://www.minecraftforum.net/topic/487565-creepy-creatures Forum]
 
| {{v|t=1|B1.7.3}}
 
| {{tc|yes}}
 
| Kmcpeek7
 
|-
 
| 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}}
 
| {{tc|yes}}
 
| Risugami
 
|-
 
| 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}}
 
| {{tc|yes}}
 
| Kyle_Crafty
 
|-
 
| 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}}
 
| {{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}}
 
| {{tc|yes}}
 
| Exanadu
 
|-
 
| 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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{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.6.6}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{tc|yes}}
 
| Nimahu
 
|-
 
| 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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{tc|yes}}
 
| CsprBzmr
 
|-
 
| HumanGangsters
 
| style="text-align: left;" |Adds Gangsters Into Minecraft ,Alot Better Than Evil Chcickens!!!!!
 
| V.6
 
| [http://www.minecraftforum.net/topic/333261-humangangsters/ Forum]
 
| {{v|t=1|B1.7.3}}
 
| {{tc|no}}
 
| TheJukecast
 
|-
 
| 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}}
 
| {{tc|yes}}
 
| Nandonalt
 
|-
 
| [[Mods/IndustrialCraft|IndustrialCraft]]
 
| style="text-align: left;" | Adds more than 100 items ranging from batteries to water mills!
 
| V8.10
 
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=199635 Forum]
 
| {{v|t=1|B1.7.3}}
 
| {{tc|yes}}
 
| Alblaka
 
|-
 
| Integrated Redstone
 
| 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.4.2
 
| [http://www.minecraftforum.net/topic/365357-172-eloraams-mods-integrated-redstone-v142-redstone-pipe/ Forum]
 
| {{v|t=1|B1.7.3}}
 
| {{tc|yes}}
 
| Eloraam
 
|-
 
| 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}}
 
| {{tc|yes}}
 
| J0ker
 
|-
 
| 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}}
 
| {{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.6.6}}
 
| {{tc|yes}}
 
| Areo 96
 
|-
 
| [[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 tools, armor, and food.
 
| 0.8.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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{tc|yes}}
 
| PROWNE & TLitten
 
|-
 
| MoreCreeps & Weirdos
 
| style="text-align: left;" | This Mod adds many new mobs including weird creatures, Aliens, new NPCs, etc.
 
| v1.99
 
| [http://www.minecraftforum.net/viewtopic.php?t=106950 Forum]
 
| {{v|t=1|B1.7.3}}
 
| {{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}}
 
| {{tc|Yes}}
 
| TehKrush
 
|-
 
| 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}}
 
| {{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.6.6}}
 
| {{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}}
 
| {{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.6.6}}
 
| {{tc|yes}}
 
| Scokeev9
 
|-
 
| [[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}}
 
| {{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}}
 
| {{tc|yes}}
 
| Dudearent006
 
|-
 
| Obsidia
 
| style="text-align: left;" | Adds much to obsidian
 
| 0.0
 
| [http://www.minecraftforum.net/topic/489204-173-obsidia-obsidian-more/ Forum]
 
| {{v|t=1|B1.7.3}}
 
| {{tc|yes}}
 
| Irflufybunny
 
|-
 
| 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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{tc|Yes}}
 
| TehKrush
 
|-
 
| 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}}
 
| {{tc|Yes}}
 
| TehKrush
 
|-
 
| Portal Gun
 
| style = "text-align: left;" | Adds many items from the popular game Portal, and Portal 2, by Valve.
 
| v1
 
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=215961&sid=af7c90929c7df6215db50f3f0187cf9a Forum]
 
| {{v|t=1|B1.7.3}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{tc|yes}}
 
| bor295
 
|-
 
| 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}}
 
| {{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}}
 
| {{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.6.6}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{tc|yes}}
 
| Exanadu
 
|-
 
| Steamcraft
 
| style="text-align: left;" | A standalone 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.2.1
 
| [http://www.minecraftforum.net/viewtopic.php?f=1039&t=273274 Forum]
 
| {{v|t=1|B1.7.3}}
 
| {{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}}
 
| {{tc|yes}}
 
| Nandonalt
 
|-
 
| 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}}
 
| {{tc|yes}}
 
| Angry Beast
 
|-
 
| 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}}
 
| {{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}}
 
| {{tc|no}}
 
| benben2365
 
|-
 
| 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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{tc|yes}}
 
| Mystery2011
 
|-
 
| wurstkniftes Bookmod
 
| style="text-align: left;" | Adds read- and writeable books and bookshelves for them
 
| V1.5
 
| [http://www.minecraftforum.net/viewtopic.php?f=1032&t=243971 Forum]
 
| {{v|t=1|B1.6.6}}
 
| {{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.6.6}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{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}}
 
| {{tc|yes}}
 
| Ali4z
 
|-
 
| X-Armor and Tools
 
| style="text-align: left;" | Lapis armor and tools. Wood armor
 
| 1.0
 
| [http://www.minecraftforum.net/topic/403679-166-11thminecraft-originals/ Forum]
 
| {{v|t=1|B1.7.3}}
 
| {{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}}
 
| {{tc|yes}}
 
| sonicrage64
 
|-
 
|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}}
 
|{{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}}
 
| {{tc|No}}
 
| Kevin
 
|}
 
   
  +
Differences of the vanilla type in comparison to the [[Mods/Pistons|mod]] version:
==== Language Packs ====
 
   
  +
;Gain of Function:
===== Introduction =====
 
  +
* Pistons now are crafted with cheaper materials, so building them is considerably easier.
  +
* "Upgrading" a piston into a sticky piston is now possible (although pistons cannot be converted back).
  +
* Pistons can no longer be accidentaly reoriented by an unintentional right click.
  +
* They break far faster, making for quick replacing.
  +
* Pistons now work in multiplayer.
   
  +
;Loss of Function:
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.
 
  +
* Can no longer thrust (gravity-affected) blocks and items upwards and send them flying.<ref>http://twitter.com/jeb_/status/55921671009353728</ref> However, if a gravity-affected block is sitting on an upward-facing piston, and the piston retracts, the block will fall.
  +
* Vanilla pistons must be removed and placed again to change their orientation, rather than just right clicking.
  +
* [[Slimeball]]s are somewhat of a rarity unless you have a [[Slime]] farm, making sticky pistons harder to craft.
  +
* Vanilla pistons can only push 12 blocks, while the others could push 16 blocks.
  +
* Blocks can no longer be 'Crushed' between two pistons.
  +
* Tile entities, such as chests, furnaces and note-blocks cannot be pushed by the vanilla pistons.
   
  +
Other changes include a big difference in graphical design, as the piston mod had a silver, more modern looking texture with a thick bar, where the pistons in the game have a more medieval-themed texture, with a stone base, and thin wooden pushing pad.
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].
 
   
  +
== Bugs ==
===== Up-to-date Language Packs =====
 
  +
* When powered, both types of pistons cannot power surrounding blocks.
  +
* An extended piston will not retract if one of the blocks diagonal to it is powered.<ref>http://www.youtube.com/watch?v=JDB1f-qV-Ns</ref>
  +
* If two extended pistons are one above the other, the lower one cannot retract until the upper one retracts.<ref>http://www.youtube.com/watch?v=cMBhVdCAPYM</ref> If the top one will start extending while bottom one is still retracting, the last will start extending as well.
  +
* Powering pistons with a redstone torch in some cases seems to always consider the torch as "on", even if powered off.
  +
* Rear part of a piston during retracting has no collision: when pistons point down it is possible to glitch through them when they retract<ref>http://www.youtube.com/watch?v=4NRXY-6GFsA</ref>, it is also possible to glitch through a retracting piston while walking against it. <ref>http://www.youtube.com/watch?v=QjMRNylZKvM</ref>
  +
* Blocks being pushed by a piston have no collision in certain places. <ref>http://www.youtube.com/watch?v=EZMAo8LxYGU</ref>
  +
* When a sticky piston pulls a door, it becomes a half door attached to the piston.
  +
* A piston attached to a sticky piston may disappear when extended into flowing water.
  +
[[File:PistonTextureGlitch.png|thumb|The piston texture glitch demonstrated.]]
  +
* Light passes through pistons, both normal and sticky, powered and unpowered of both types.
  +
[[File:PistonGlitch.png|thumb|A possible implementation of the piston head glitch.]]
  +
* If a sticky piston is pulled down by another sticky piston, it will not pull the block it is attached to with it.
  +
* When an upward-facing piston attempts to repeatedly push a stack of gravity-affected blocks upward, it will destroy the blocks without dropping them to be collected.
  +
* Double piston can be created using unknown methods, The side piston can only be powered from above and if its powered from beneath it will retract and vanish, this bug seems to break SMP servers, therefore no tutorials are available yet. <ref>http://www.minecraftforum.net/topic/470647-pontusedbergs-double-piston/</ref> [[File:Double pistons.png|thumb|Double pistons Very strange bug, Could be used as a turn for piston monorails or side stone's for self building houses.]]
  +
* Pistons can get stuck on and off simultaneously. The only way to fix this is to destroy the piston and replace it.
  +
[[File:Stuck_piston_glitch.png|thumb|A piston stuck on and off at the same time.]]
  +
* When a piston or a sticky piston is placed upwards (with the redstone input being located 1 block bellow) and a rapid pulse signal is applied to the redstone, if the player tries to break the piston or sticky piston with any item, block, tool, or hand, the piston or sticky piston will break, dropping an item, but leaving a breakable piston head in mid-air.<ref>http://www.youtube.com/watch?v=cMF6qBmkwW4</ref> This is seen in the following video:
  +
{ev#:youtube|cMF6qBmkwW4}
   
  +
== Trivia ==
{| class="wikitable sortable" style="width: 100%; text-align: center;"
 
  +
* If a piston pushes a gravity-affected block over a hole, the block will fall, even if attached to a sticky piston.
|-
 
  +
* Pistons cannot be used to 'crush' players or [[mobs]] against walls. A piston will simply pass through them if this is attempted. However, blocks being pushed by piston will crush players and mobs and suffocate them, making it useful for traps.
! width="120px" | Name
 
  +
* If attached from up above, pistons may be able to push blocks downwards and suffocate the player or mobs.
! class="unsortable" | Description
 
  +
* If a water spring is placed on top of a piston, it will disappear if the piston is extended. This also applies to lava springs.
! class="unsortable" width="50px" | Version
 
  +
* Pistons can be placed near cacti so that when they are activated, and if the pushing end is adjacent to the base of a cactus, the cactus will break.
! class="unsortable" width="60px" | Link
 
  +
* Pistons will break [[leaves]] when pushed.
! width="50px" | [[Version history|Latest Compatible Release]]
 
  +
* If you push a burning block, the block will be put out. If you push a row of burning blocks, they will all stay on fire except for the farthest one.
! width="50px" | Requires ModLoader
 
  +
* Pistons cannot push any block into level 128.
! width="50px" | Author
 
  +
* Pistons can be used to create logic gates. These may be more space efficient than standard gates and clocks created from them can also operate at much higher speeds without burnout.
|-
 
  +
* Pistons may also be used the same way one-way or minecart-only soul sand gates work by putting an extended piston one block above a minecart track allowing only small or tiny slimes and chickens to enter. Doing this keeps pursuing mobs out (except for slimes). When a minecart passes through the player will not be suffocated and continue going. Alternatively they can be used to make entire 2 block high doors for minecarts on a slope, since if a block is put adjacent to the theoretical hypotenuse of the slope it will touch the rails, but not cut them off and will allow no space for any mobs at all.
| 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.2.0
 
| [http://minecraftportugal.webege.com/forum/viewtopic.php?f=15&t=51 Portuguese Forum]
 
| {{v|t=1|B1.7.3}}
 
| {{tc|No}}
 
| ERaZ0S
 
|-
 
|}
 
   
  +
== Gallery ==
===== Out-of-date Language Packs =====
 
  +
<gallery>
  +
Image:OldPiston.png|Pistons in the mod look.
  +
Image:Pistonscreen.png|Screenshot of Pistons in the 1.7 update.
  +
Image:Pistons.png|Another screenshot of official Pistons.
  +
Image:PistonParadox.png|Notch's explanation on how the rod fits into the piston box.<ref>http://twitter.com/#!/notch/status/83513677654929408</ref>
  +
File:Pistongates.png|Fundamental logic gates, implemented purely with pistons and [[Redstone (Repeater)|redstone repeaters]], clockwise from upper left: AND, OR, XOR, and NOT.
  +
File:Pistonslowclockgenerator.png|(Very) slow clock generator with pistons and redstone.
  +
</gallery>
   
  +
== References ==
{| class="wikitable sortable" style="width: 100%; text-align: center;"
 
  +
<references>
|-
 
  +
<ref name="NoMoveBlocks">http://www.youtube.com/watch?v=uZJr86d2IUo
! width="120px" | Name
 
  +
* http://twitter.com/jeb_/status/78164951780433920</ref>
! class="unsortable" | Description
 
  +
<ref name="TileEntityPiston">[http://www.reddit.com/r/Minecraft/comments/hvkmo/attribution_of_the_piston_mod_in_vanilla_minecraft/ Attribution of the Piston Mod in vanilla Minecraft], [[Jeb]], 2011-06-09, Reddit r/Minecraft
! class="unsortable" width="50px" | Version
 
  +
* http://imageshack.us/photo/my-images/51/jebf.jpg/
! class="unsortable" width="60px" | Link
 
  +
* http://twitter.com/#!/jeb_/status/79222065437220864</ref>
! width="50px" | [[Version history|Latest Compatible Release]]
 
  +
</references>
! 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 ====
+
== See also ==
  +
* [[Sticky Piston]]
 
  +
* [[Tutorials/Piston Uses]]
{| 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|v63}}
 
|}
 
 
==== 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.2 (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 />
 
   
{{Minecraft}}
+
{{blocks}}
   
[[Category:Mods]]
+
[[de:Kolben]]
[[fr:Mods]]
+
[[nl:Zuiger]]

Revision as of 01:40, 21 July 2011

This article is about the vanilla piston. For the mod, see Mods/Pistons.

Pistons are blocks capable of pushing most blocks, depending on the direction they are facing.

Crafting

Ingredients Input » Output
Wooden Planks
+
Cobblestone
+
Iron Ingot
+
Redstone (Dust)
Template:Grid/Crafting Table

As a Crafting ingredient

Ingredients Input » Output Description
Slimeball + Piston Template:Grid/Crafting Table Used to push/pull blocks.

Functionality

  • Pistons when placed always face the player.
  • Pistons are redstone triggered. When powered, their wooden surface extends outwards by 1 block, pushing up to a maximum of 12 blocks.[1] [2]
  • When going back to the unpowered state, it does not pull back any block. See Sticky Piston for that.
  • Its wooden surface can also push players, mobs and other entities on the floor by 1 block if they are in the way. However, if there is no space for the player/mob/entity to be pushed, the extended piston head will just pass through them without harm. The piston can still push a mob or player off a one block wide walkway, which can be coupled with a pressure plate for a fairly effective trap.
  • The extended piston head is considered solid and transparent (just like Glass). If a piston head extends into a player/mob this way, they will not suffocate, and the player/mob can move out of it but not back into it.
  • Similarly, if a block pushed by a piston is pushed into a player/mob, the player/mob will get pushed if there is space. If there is no space, the block will start to occupy the same space as the player/mob and cause suffocation if the block is opaque.
  • When blocks are pushed by a piston, they are momentarily non-solid and cause any players/items on the moving block to fall through the moving block.
  • Pistons can be used to toggle fluids flows like a flood gate by extending into or retracting from the space where water will flow through.
  • Pistons can push Minecarts and boats. Note that if the minecart is on a rail, the rail will also get pushed.

Pushing blocks

  • Some blocks cannot be pushed by Pistons and the piston head will not extend:
  • Pumpkins, Cobwebs and Jack-O-Lanterns are turned back into items when pushed. (If trying to create extendable/retractable lighting, you can use Glowstone instead.)
  • Pistons cannot push water or lava, only obstruct it. A piston head extending into a water or lava source block will destroy the source block.
  • Pistons cannot push most blocks that are "attached to a block” such as levers, torches, redstone, signs, etc. They will be detached and drop as an item. Exceptions include:
    • Trapdoors, as long as their hinged side remains attached to a solid block in their new position.
    • Rails (and Powered Rail, Detector Rail) as long as they remain on top of a solid block in their new position. Rails will re-orient themselves after being pushed just as they do when placed manually.
  • Blocks that are attached to pushed blocks will be broken off unless the block which is now under/behind them is also acceptable; for example, torches can be placed on a "self-repairing" cobblestone structure.
  • Pistons cannot push a chain of blocks more than 12 blocks long, else they will not extend.

Powering Pistons

  • Pistons can be powered horizontally through single blocks by way of either redstone or repeaters
  • Pistons can be powered by a torch directly adjacent to them (above, below, or to the side)
  • Pistons can be powered by a torch from below when said torch would power the block the pistons are resting on (just like powered rails)
  • Pistons can be powered by any powered block directly adjacent to them, and by any powered block one block above and to the side. However, the piston won't recompute its state unless a block directly next to it is changed. An adjacent piston retracting causes a recompute, but an adjacent piston extending doesn't.
  • Both redstone dust and repeaters will power the piston directly in front of it as well as a second piston below this piston. This allows a wall made completely of pistons to be constructed.
  • When toggled between on and off rapidly with a gravity affected block (such as sand) above it, a piston will eventually break the block, which can be picked up as a resource.
  • A repeater cannot transfer power through a piston.

Common Usage

  • Pistons are commonly used to push/pull blocks to simulate opening and closing doors, gates and to create traps.
  • Pistons can be used to make self-repairing bridges by using cobblestone from a cobblestone generator. The same principle can be used to make a self-repairing house.
  • When used in conjunction with redstone repeaters, pistons can make a redstone piston clock capable of almost any speed.
  • A piston powered clock linked up to a square of blocks designed to be pushed round in a loop can create an endless loop of data. Combined with the inability of transparent blocks (such as glass) to transmit power, a redstone repeater can be run into the pushed data block to optionally perform a function on the other side. Scale this up into 3 dimensions and you get an array of data looping round, being tested to see if it transmits the power or not. This can be used to create redstone sign outputs, to play musical sequences, and a countless list of other things.[5]
  • Another use for Pistons is to put a block on top an upward facing piston, with a track on top of that, then have a minecart one block away from it on the track so that when you activate the Piston it will slant the track and get the minecart started. This will work better with a Sticky Piston, so the track does not need to be manually reset.
  • Pistons can be used to move blocks like glass or ice that cannot be picked up. However, pistons cannot push obsidian.
  • Pistons can be used for automated farming. Using a sticky piston with a dirt block or similar solid block attached, the piston is capable of pushing wheat or sugarcane off soil- the blocks will subsequently turn it into their respective items. Two sticky pistons with solid blocks attached can also be used to convert trees into log items as well; although it can require some ingenuity to determine out how to get the topmost logs down to the ground using this method.

History

The original piston was a mod posted on the Minecraft Forums by Hippoplatimus.[6] The code for that version was given to Jeb, who then worked on shortly implementing them into vanilla Minecraft. However, due to his work on the Pocket Edition, pistons were delayed, and were not released for the 1.5 update nor for the 1.6 update.

Finally, when the Pocket Edition was good enough to show at E3, Jeb went back to work on the PC version of Minecraft and pistons were finally added in version 1.7, including Sticky Pistons.

Differences with the piston mod

Differences of the vanilla type in comparison to the mod version:

Gain of Function
  • Pistons now are crafted with cheaper materials, so building them is considerably easier.
  • "Upgrading" a piston into a sticky piston is now possible (although pistons cannot be converted back).
  • Pistons can no longer be accidentaly reoriented by an unintentional right click.
  • They break far faster, making for quick replacing.
  • Pistons now work in multiplayer.
Loss of Function
  • Can no longer thrust (gravity-affected) blocks and items upwards and send them flying.[7] However, if a gravity-affected block is sitting on an upward-facing piston, and the piston retracts, the block will fall.
  • Vanilla pistons must be removed and placed again to change their orientation, rather than just right clicking.
  • Slimeballs are somewhat of a rarity unless you have a Slime farm, making sticky pistons harder to craft.
  • Vanilla pistons can only push 12 blocks, while the others could push 16 blocks.
  • Blocks can no longer be 'Crushed' between two pistons.
  • Tile entities, such as chests, furnaces and note-blocks cannot be pushed by the vanilla pistons.

Other changes include a big difference in graphical design, as the piston mod had a silver, more modern looking texture with a thick bar, where the pistons in the game have a more medieval-themed texture, with a stone base, and thin wooden pushing pad.

Bugs

  • When powered, both types of pistons cannot power surrounding blocks.
  • An extended piston will not retract if one of the blocks diagonal to it is powered.[8]
  • If two extended pistons are one above the other, the lower one cannot retract until the upper one retracts.[9] If the top one will start extending while bottom one is still retracting, the last will start extending as well.
  • Powering pistons with a redstone torch in some cases seems to always consider the torch as "on", even if powered off.
  • Rear part of a piston during retracting has no collision: when pistons point down it is possible to glitch through them when they retract[10], it is also possible to glitch through a retracting piston while walking against it. [11]
  • Blocks being pushed by a piston have no collision in certain places. [12]
  • When a sticky piston pulls a door, it becomes a half door attached to the piston.
  • A piston attached to a sticky piston may disappear when extended into flowing water.
File:PistonTextureGlitch.png

The piston texture glitch demonstrated.

  • Light passes through pistons, both normal and sticky, powered and unpowered of both types.
File:PistonGlitch.png

A possible implementation of the piston head glitch.

  • If a sticky piston is pulled down by another sticky piston, it will not pull the block it is attached to with it.
  • When an upward-facing piston attempts to repeatedly push a stack of gravity-affected blocks upward, it will destroy the blocks without dropping them to be collected.
  • Double piston can be created using unknown methods, The side piston can only be powered from above and if its powered from beneath it will retract and vanish, this bug seems to break SMP servers, therefore no tutorials are available yet. [13]
    File:Double pistons.png

    Double pistons Very strange bug, Could be used as a turn for piston monorails or side stone's for self building houses.

  • Pistons can get stuck on and off simultaneously. The only way to fix this is to destroy the piston and replace it.
File:Stuck piston glitch.png

A piston stuck on and off at the same time.

  • When a piston or a sticky piston is placed upwards (with the redstone input being located 1 block bellow) and a rapid pulse signal is applied to the redstone, if the player tries to break the piston or sticky piston with any item, block, tool, or hand, the piston or sticky piston will break, dropping an item, but leaving a breakable piston head in mid-air.[14] This is seen in the following video:

{ev#:youtube|cMF6qBmkwW4}

Trivia

  • If a piston pushes a gravity-affected block over a hole, the block will fall, even if attached to a sticky piston.
  • Pistons cannot be used to 'crush' players or mobs against walls. A piston will simply pass through them if this is attempted. However, blocks being pushed by piston will crush players and mobs and suffocate them, making it useful for traps.
  • If attached from up above, pistons may be able to push blocks downwards and suffocate the player or mobs.
  • If a water spring is placed on top of a piston, it will disappear if the piston is extended. This also applies to lava springs.
  • Pistons can be placed near cacti so that when they are activated, and if the pushing end is adjacent to the base of a cactus, the cactus will break.
  • Pistons will break leaves when pushed.
  • If you push a burning block, the block will be put out. If you push a row of burning blocks, they will all stay on fire except for the farthest one.
  • Pistons cannot push any block into level 128.
  • Pistons can be used to create logic gates. These may be more space efficient than standard gates and clocks created from them can also operate at much higher speeds without burnout.
  • Pistons may also be used the same way one-way or minecart-only soul sand gates work by putting an extended piston one block above a minecart track allowing only small or tiny slimes and chickens to enter. Doing this keeps pursuing mobs out (except for slimes). When a minecart passes through the player will not be suffocated and continue going. Alternatively they can be used to make entire 2 block high doors for minecarts on a slope, since if a block is put adjacent to the theoretical hypotenuse of the slope it will touch the rails, but not cut them off and will allow no space for any mobs at all.

Gallery

References

See also