Difference between revisions of "Differences from Minecraft"
m |
(rename Minetest to Luanti) |
||
(15 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
{{Languages}} | {{Languages}} | ||
− | == [[ | + | == [[Luanti]] == |
− | The main difference are the goals. While Minecraft is a proprietary | + | The main difference are the goals. While Minecraft is a proprietary sandbox/survival game, Luanti 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 '''[[Mods|modding]]''' at its core. |
− | Other differences of | + | Other differences of Luanti compared to Minecraft: |
* Designed for low-end hardware | * Designed for low-end hardware | ||
Line 12: | Line 12: | ||
* World size is ca. 60000 blocks in all 3 dimensions | * World size is ca. 60000 blocks in all 3 dimensions | ||
* More [[Map generator|map generators]] | * More [[Map generator|map generators]] | ||
− | * [[Crafting]] recipes are not | + | * [[Crafting]] recipes are not automatically mirrored |
* [[Smelting]] time of items may differ on a per-item basis | * [[Smelting]] time of items may differ on a per-item basis | ||
* No dual wielding | * No dual wielding | ||
* A rather small base set of [[Server commands|server commands]] | * A rather small base set of [[Server commands|server commands]] | ||
− | * A | + | * A sophisticated system of [[privileges]] |
* Simpler [[Liquid|liquid]] physics | * Simpler [[Liquid|liquid]] physics | ||
− | * Built-in [[minimap]] and radar (press <kbd> | + | * Built-in [[minimap]] and radar (press <kbd>F9</kbd> to view, <kbd>Shift + F9</kbd> to cycle between a square and round shape) |
− | + | See also [[Luanti]]. | |
=== Gotchas === | === Gotchas === | ||
− | * No game modes | + | * No game modes. Everything is configured with settings |
− | * Liquids in general do not protect you from fall damage if still hit the floor | + | * [[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 | ||
== [[Games/Minetest Game|Minetest Game]] == | == [[Games/Minetest Game|Minetest Game]] == | ||
− | Note: | + | Note: Minetest Game does ''not'' want to be an exact clone of Minecraft, but it is still influenced by it. Minetest Game is more meant as a “modding base”, and intentionally doesn't have much gameplay. If you expect a faithful Minecraft clone, you will be very disappointed by Minetest Game - but remember that Minetest Game is only one of many games for Luanti. |
+ | |||
+ | If you're looking for a more faithful Minecraft clone, try [[Games/MineClone 2|MineClone 2]]. | ||
=== Major gameplay concepts === | === Major gameplay concepts === | ||
Line 42: | Line 46: | ||
* When a player dies, [[Bones]] are created and all items are stored inside | * When a player dies, [[Bones]] are created and all items are stored inside | ||
* [[Torch]]es ''can'' be attached to the ceiling | * [[Torch]]es ''can'' be attached to the ceiling | ||
− | |||
* The top row, not the bottom row in your inventory represents the [[hotbar]] | * The top row, not the bottom row in your inventory represents the [[hotbar]] | ||
− | * Dropped [[Item stack|item stacks]] must be | + | * Dropped [[Item stack|item stacks]] must be [[Punching|punched]] to be collected, the player is not a magnet ;-) |
* When [[Mining|mining]], items directly go into the player's inventory, unless the inventory is full | * When [[Mining|mining]], items directly go into the player's inventory, unless the inventory is full | ||
* [[Hoe]]s can be used on [[Desert Sand]] | * [[Hoe]]s can be used on [[Desert Sand]] | ||
Line 68: | Line 71: | ||
=== Mods which add Minecraft-like behaviour === | === Mods which add Minecraft-like behaviour === | ||
− | * Redstone mechanisms: [http://mesecons.net/ Mesecons] ([[Mese Crystal|Mese]] is | + | |
− | * ( | + | This is a list of mods that add Minecraft-like functionality to ''[[Games/Minetest Game|Minetest Game]]''. |
+ | If you want to play Minecraft like game, 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] | ||
+ | * Add terrain effects: [https://content.minetest.net/packages/TenPlus1/playerplus/ Player Plus] | ||
+ | * 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(Monsters and Animals): [https://github.com/maikerumine/mobs_mc mobs_mc] | ||
+ | * 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] | ||
+ | * Charcoal: [https://content.minetest.net/packages/X17/charcoal/ Charcoal] | ||
+ | * Double size chest: [https://content.minetest.net/packages/Hybrid%20Dog/connected_chests/ Connected Chests] | ||
+ | * Redstone mechanisms: [http://mesecons.net/ Mesecons] ([[Mese Crystal|Mese]] is considered to be the redstone equivalent) | ||
+ | * Bow and Arrow: [https://content.minetest.net/packages/Palige/throwing/ Throwing Redo] | ||
+ | * TNT behaviour: [https://content.minetest.net/packages/Coder12/tnt_revamped/ TNT revamped] | ||
+ | * Dropped items behaviour(pushed by water): [https://content.minetest.net/packages/TenPlus1/builtin_item/ Builtin Item] | ||
+ | * 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] | ||
+ | |||
+ | See [https://forum.minetest.net/viewtopic.php?t=16408 forum topic]. | ||
+ | |||
+ | [[Category:Gameplay]] |
Latest revision as of 22:54, 22 October 2024
Language: | English • Deutsch • 日本語 • русский |
---|
Luanti
The main difference are the goals. While Minecraft is a proprietary sandbox/survival game, Luanti 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 Luanti 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 Luanti.
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 influenced by it. Minetest Game is more meant as a “modding base”, and intentionally doesn't have much gameplay. If you expect a faithful Minecraft clone, you will be very disappointed by Minetest Game - but remember that Minetest Game is only one of many games for Luanti.
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
- Water and Lava have a flowing distance of 8 blocks
- Some blocks can be owned by players: Locked Chest, Steel Door, Steel Trapdoor; with Skeleton Keys player can share access.
- Rails can have T-junctions and crossings
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 like game, you should install MineClone 2(or MineClone 5).
- Drop an items: Item Drop
- Hunger system: Hunger NG, Stamina(Folk), Stamina
- Add terrain effects: Player Plus
- The Nether: Nether and Nether Mobs
- Rail corridors: tsm_railcorridors
- Minecraft mobs(Monsters and Animals): mobs_mc
- Craft table(Limit craft grid): Craft Table
- Hopper: Hopper, Hopper
- Charcoal: Charcoal
- Double size chest: Connected Chests
- Redstone mechanisms: Mesecons (Mese is considered to be the redstone equivalent)
- Bow and Arrow: Throwing Redo
- TNT behaviour: TNT revamped
- Dropped items behaviour(pushed by water): Builtin Item
- Corner stairs behaviour: mcstair
- Show the item to other players: Wield 3D
- Show a list of all online players: Playerlist
See forum topic.