Difference between revisions of "Games/MineClone 2"

From Minetest Wiki
Jump to navigation Jump to search
m (mention listitems)
m (Differences from Minecraft)
Line 10: Line 10:
 
}}
 
}}
  
'''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 [https://git.minetest.land/Wuzzy/MineClone2 here].  
+
'''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 [https://git.minetest.land/Wuzzy/MineClone2 here].  
  
 
== Screenshot ==
 
== Screenshot ==
Line 22: Line 23:
  
 
* All OS :
 
* 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.
+
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:'''
 +
* [[Differences from Minecraft]]
  
 
[[Category:MC-Clone games]]
 
[[Category:MC-Clone games]]

Revision as of 22:59, 5 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: