Difference between revisions of "Differences from Minecraft"

From Minetest Wiki
Jump to navigation Jump to search
(Created page with "{{Incomplete}} == Minetest == * Minetest is a work-in-progress, there is still much work ahead * World size is ca. 60000 blocks in all dimensions (including height) * Built-i...")
 
m (→‎Major gameplay concepts: mention subgames)
Line 26: Line 26:
 
* Maximum build height of ca. 30000
 
* Maximum build height of ca. 30000
 
* Can dig as low as ca. 30000 blocks
 
* Can dig as low as ca. 30000 blocks
 +
 +
''Note: Keep in mind that Minetest Game does ''not'' want to be an exact clone of Minecraft, but it is still heavily influenced by it. If you feel many features are missing Minetest Game, you might either try out a different [[Subgames|subgame]] or add [[mods]]. Remember that Minetest Game is only one of many subgames for Minetest.''
  
 
=== Gotchas ===
 
=== Gotchas ===

Revision as of 16:02, 16 February 2017

Mbox important.png This article is incomplete.
Please help expand this article to include more useful information.

Minetest

  • Minetest is a work-in-progress, there is still much work ahead
  • World size is ca. 60000 blocks in all dimensions (including height)
  • Built-in modding capability based on Lua (considered one of the core features of Minetest)
  • 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
  • Crafting recipes are not automaticlly mirrored unless there's an explicit recipe definition for it
  • Smelting time of items can differ on a per-item basis
  • No dual wielding
  • Built-in minimap and radar (press F7 to view)

Gotchas

  • The Sneak Glitch (does not apply to all subgames)
  • No game modes (damage and creative mode are treated seperately)

Minetest Game

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

Note: Keep in mind that Minetest Game does not want to be an exact clone of Minecraft, but it is still heavily influenced by it. If you feel many features are missing Minetest Game, you might either try out a different subgame or add mods. Remember that Minetest Game is only one of many subgames for Minetest.

Gotchas

  • Torches can be attached to the ceiling
  • Water does not make other blocks like torches drop (but it can destroy Snow)
  • Dropped item stacks must be leftclicked 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)
  • When a player dies, Bones are created and all items are stored inside
  • Some tools or items are used on left click instead of right click (for example: Bread)
  • The Sneak Glitch
  • Water and liquids in general don't slow down the player as much when falling into it

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

  • Redstone mechanisms: Mesecons (Mese is then considered to be the redstone equivalent)
  • (There are many more mods, someone should write it down here)