Difference between revisions of "Games/MineClone 2"

From Minetest Wiki
Jump to navigation Jump to search
m (Wuzzy moved page Subgames/MineClone 2 to Games/MineClone 2: Subgames have been renamed to “games”)
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''.
+
'''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 16: Line 16:
 
MineClone_2.png
 
MineClone_2.png
 
</gallery>
 
</gallery>
 +
 +
=== 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/*''''')
 +
  
 
[[Category:MC-Clone games]]
 
[[Category:MC-Clone games]]

Revision as of 00:57, 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/*)