Difference between revisions of "Differences from Minecraft"

From Minetest Wiki
Jump to navigation Jump to search
Line 71: Line 71:
  
 
=== Mods which add Minecraft-like behaviour ===
 
=== Mods which add Minecraft-like behaviour ===
 +
 +
This is a list of mods that add Minecraft-like functionality to ''[[Minetest Game]]''.
 +
If you want to play Minecraft, you should install [https://content.minetest.net/packages/Wuzzy/mineclone2/ MineClone 2] or [https://content.minetest.net/packages/kay27/mineclone5/ MineClone 5].
 +
 +
* Drop an items: [https://content.minetest.net/packages/texmex/item_drop/ Item Drop]
 +
* Hunger system: [https://content.minetest.net/packages/Linuxdirk/hunger_ng/ Hunger NG], [https://content.minetest.net/packages/TenPlus1/stamina/ Stamina(Folk)], [https://content.minetest.net/packages/sofar/stamina/ Stamina]
 +
* The Nether: [https://content.minetest.net/packages/PilzAdam/nether/ Nether] and [https://content.minetest.net/packages/rael5/nether_mobs/ Nether Mobs]
 +
* Rail corridors: [https://forum.minetest.net/viewtopic.php?t=10339 tsm_railcorridors]
 +
* Minecraft mobs: [https://github.com/maikerumine/mobs_mc mobs_mc]
 
* Redstone mechanisms: [http://mesecons.net/ Mesecons]  ([[Mese Crystal|Mese]] is considered to be the redstone equivalent)
 
* Redstone mechanisms: [http://mesecons.net/ Mesecons]  ([[Mese Crystal|Mese]] is considered to be the redstone equivalent)
 +
* Add a craft table(Limit craft grid): [https://content.minetest.net/packages/BrunoMine/craft_table/ Craft Table]
 +
* Hopper: [https://content.minetest.net/packages/FaceDeer/hopper/ Hopper], [https://content.minetest.net/packages/TenPlus1/hopper/ Hopper]
 +
* Dropped items behaviour(pushed by water): [https://content.minetest.net/packages/TenPlus1/builtin_item/ Builtin Item]
 +
* TNT behaviour: [https://content.minetest.net/packages/Coder12/tnt_revamped/ TNT revamped]
 +
* Corner stairs behaviour: [https://github.com/pithydon/mcstair mcstair]
 +
* Show the item to other players: [https://content.minetest.net/packages/stu/wield3d/ Wield 3D]
 +
* Show a list of all online players: [https://content.minetest.net/packages/Fleckenstein/playerlist/ Playerlist]
 
* (There are many more [[Mods|mods]].)
 
* (There are many more [[Mods|mods]].)
 +
 +
See [https://forum.minetest.net/viewtopic.php?t=16408 forum topic].
  
 
[[Category:Gameplay]]
 
[[Category:Gameplay]]

Revision as of 03:33, 1 January 2022

Languages Language: English • Deutsch • 日本語 • русский

Minetest

The main difference are the goals. While Minecraft is a proprietary sandbox/survival game, Minetest is a free software game engine which supports various voxel games in the likes of Minecraft, InfiniMiner, etc. See Games for more about this. It also allows modding at its core.

Other differences of Minetest compared to Minecraft:

  • Designed for low-end hardware
  • Native modding support with the Lua programming language
  • Mods work server-side, you can join any random server and it will work out of the box, no matter what amount of crazy mods the server is using
  • Supports protection systems (to protect your buildings from griefers)
  • World size is ca. 60000 blocks in all 3 dimensions
  • More map generators
  • Crafting recipes are not automatically mirrored
  • Smelting time of items may differ on a per-item basis
  • No dual wielding
  • A rather small base set of server commands
  • A sophisticated system of privileges
  • Simpler liquid physics
  • Built-in minimap and radar (press F9 to view, Shift + F9 to cycle between a square and round shape)

See also Minetest.

Gotchas

  • No game modes. Everything is configured with settings
  • Creative Mode does not disable damage. Creative Mode and damage are two different settings, so damage must be disabled separately
  • Creative Mode does not enable flying. To fly, you must have the “fly” privilege and press the “fly” key (see also: Controls/Movement modes)
  • Liquids in general do not protect you from fall damage if you still hit the floor

Minetest Game

Note: Minetest Game does not want to be an exact clone of Minecraft, but it is still heavily influenced by it. Minetest Game is more meant as a “modding base”. In fact, Minetest Game has way fewer features than Minecraft, and is not even remotely as feature-rich. If you expect a faithful Minecraft clone, you will be very disappointed. Remember that Minetest Game is only one of many games for Minetest.

If you're looking for a more faithful Minecraft clone, try MineClone 2.

Major gameplay concepts

  • Different blocks, items, trees, biomes, etc. (obviously)
  • No mobs
  • No redstone or redstone-like mechanisms (but there's Mesecons)
  • No enchanting, experience, hunger, status effects, potions, armor or brewing
  • Eating food heals instantly
  • No “dimensions” or portals
  • Maximum build height of ca. 30000
  • Can dig as low as ca. 30000 blocks

Gotchas

  • When a player dies, Bones are created and all items are stored inside
  • Torches can be attached to the ceiling
  • The top row, not the bottom row in your inventory represents the hotbar
  • Dropped item stacks must be punched to be collected, the player is not a magnet ;-)
  • When mining, items directly go into the player's inventory, unless the inventory is full
  • Hoes can be used on Desert Sand
  • Wheat and Cotton don't grow at all when the soil is dry (→Soil, Desert Sand Soil)
  • Some tools or items are used on left click instead of right click (for example: Bread)

Crafting and smelting

  • The crafting grid acts like an inventory; the items don't drop when you close your inventory
  • No crafting table
  • Players have a 3×3 crafting grid in their inventory at all times
  • The furnace has 4 output slots instead of 1
  • Very different burning and smelting times, see Smelting

Blocks

Inventory

  • Players have 32 inventory slots
  • Chests have 32 inventory slots
  • The item stack size is 99 for most items and 1 for tools

Mods which add Minecraft-like behaviour

This is a list of mods that add Minecraft-like functionality to Minetest Game. If you want to play Minecraft, you should install MineClone 2 or MineClone 5.

See forum topic.