Difference between revisions of "Games/MineClone 2"

From Minetest Wiki
Jump to navigation Jump to search
Line 22: Line 22:
  
 
* 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/*''''')
+
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/*'')
 
   
 
   
  
 
[[Category:MC-Clone games]]
 
[[Category:MC-Clone games]]

Revision as of 00:59, 16 September 2019

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/*)