Difference between revisions of "Games/MineClone 2"

From Minetest Wiki
Jump to navigation Jump to search
(Compatible Mods)
m (Mark Server)
Line 29: Line 29:
 
===See also===
 
===See also===
 
* [[Differences from Minecraft]]
 
* [[Differences from Minecraft]]
* [https://forum.minetest.net/viewtopic.php?f=47&t=20935 MC-Compatible mods] Forum-Topic
+
* [https://forum.minetest.net/viewtopic.php?f=47&t=20935 MineClone2-enabled mods] Forum-Topic
 
+
* [https://forum.minetest.net/viewtopic.php?f=10&t=19974 Mark Server - MC2-Survival] Forum-Topic
  
 
[[Category:MC-Clone games]]
 
[[Category:MC-Clone games]]

Revision as of 12:27, 6 January 2020

Languages Language: English • 日本語 • Bahasa Melayu
MineClone 2
MineClone 2 icon.png
A game
Game Type MC-Clone
Author Wuzzy
Forum topic 16407
Source code repo.or.cz


MineClone 2 is a survival sandbox game. Survive, gather, hunt, build, explore, and do much more. This goal of this project is to create a free clone of Minecraft. You can download and help to improve it here.

Screenshot

Tips and tricks for admins

  • For debian :

If you want to change settings from the command line interface (cli), you need to do it in /etc/minetest/minestest.conf.

  • All OS :

If you want to use the /giveme [modname:itemnam] [count] command, you have to find which mod generate the item. You can do this by searching the item name in the mods folder (e.g grep -sr itemname /var/games/minetest/games/mineclone2/mods/*) or use the “listitems” mod.


See also