Difference between revisions of "Games/MineClone 2"

From Minetest Wiki
Jump to navigation Jump to search
(Move differences to subpage)
(Format tips more nicely)
Line 17: Line 17:
 
MineClone_2.png
 
MineClone_2.png
 
</gallery>
 
</gallery>
 +
 +
== Tips for beginners ==
 +
For fresh players, mobs are really annoying at night.
 +
Try to find some shelter (e.g. existing buildings).
 +
 +
* Search for trees or wood
 +
* You can harvest trees without tools (in unowned/unprotected areas).
 +
** Use the saplings that drop from the leaves to plant new trees.
 +
 +
* Click the book icon (=crafting guide) in your inventory to see the available crafting recipes.
 +
* Your crafting guide will learn more recipes when you collect more items.
 +
* You need at least some wood to make a crafting table, sword, and a pickaxe.
 +
** You need the crafting table with the 3×3 crafting grid to make tools/weapons.
 +
** Also, make a lookup tool, a chest and some sticks.
 +
 +
* Use the pickaxe to collect some stone (it will drop as cobblestone).
 +
* With the first dozen cobblestones, make a furnace, and stone tools.
 +
* Use coal and wood to make sticks torches.
 +
* Use the furnace to cook the raw meat that drop from animals.
 +
** Make charcoal from wood (in the furnace) for an alternative fuel source
 +
 +
* Collect leather to make your first minimal armor.
 +
** You can combine 4 rabbit hides into 1 leather
  
 
== Tips and tricks for admins ==
 
== Tips and tricks for admins ==
Line 29: Line 52:
 
See [[Games/MineClone 2/Differences from Minetest Game]].
 
See [[Games/MineClone 2/Differences from Minetest Game]].
  
== Tips for Starters ==
 
For fresh players, mobs are really annoying at night.
 
Try to find some shelter (eg. existing buildings).
 
 
* You can harvest trees without tools (in unowned/unprotected areas).
 
** Use the saplings that drop from the leaves to plant new trees.
 
 
* You need at least some wood to make a workbench, sword, and a pickaxe.
 
** You need the workbench with the 3x3-crafting-grid to make tools/weapons.
 
** Also, make a lookup-tool, a chest and some sticks.
 
 
* Use the pickaxe to collect some stones.
 
* With the first dozen stones, make a furnace, and stone-tools.
 
* Use coal and wood to make sticks&torches.
 
* Use the furnace to cook the raw meat that drops from animals.
 
** make charcoal from wood - it burns longer
 
 
* Use the command /sethome to set the location to return to with /home.
 
 
...
 
 
* Also, collect leather to make your first minimal armor.
 
** You can combine 4 rabbit-hides into 1 leather
 
  
...
 
  
 
== See also ==
 
== See also ==

Revision as of 15:44, 6 February 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 Mesehub


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 for beginners

For fresh players, mobs are really annoying at night. Try to find some shelter (e.g. existing buildings).

  • Search for trees or wood
  • You can harvest trees without tools (in unowned/unprotected areas).
    • Use the saplings that drop from the leaves to plant new trees.
  • Click the book icon (=crafting guide) in your inventory to see the available crafting recipes.
  • Your crafting guide will learn more recipes when you collect more items.
  • You need at least some wood to make a crafting table, sword, and a pickaxe.
    • You need the crafting table with the 3×3 crafting grid to make tools/weapons.
    • Also, make a lookup tool, a chest and some sticks.
  • Use the pickaxe to collect some stone (it will drop as cobblestone).
  • With the first dozen cobblestones, make a furnace, and stone tools.
  • Use coal and wood to make sticks torches.
  • Use the furnace to cook the raw meat that drop from animals.
    • Make charcoal from wood (in the furnace) for an alternative fuel source
  • Collect leather to make your first minimal armor.
    • You can combine 4 rabbit hides into 1 leather

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.

Differences from Minetest Game

See Games/MineClone 2/Differences from Minetest Game.


See also