Difference between revisions of "Games/MineClone 2"

From Minetest Wiki
Jump to navigation Jump to search
(Format tips more nicely)
Line 19: Line 19:
  
 
== Tips for beginners ==
 
== 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
+
=== Getting started ===
* You can harvest trees without tools (in unowned/unprotected areas).
+
* '''Punch a tree''' trunk until it breaks and collect wood
** Use the saplings that drop from the leaves to plant new trees.
+
* Place the '''wood into the 2×2 grid''' (your “crafting grid”) in your inventory menu and craft 4 wood planks
 +
* Place the 4 wood planks in a 2×2 shape in the crafting grid to '''make a crafting table'''
 +
* ''Rightclick the crafting table'' for a 3×3 crafting grid to craft more complex things
 +
* Use the '''crafting guide''' (book icon) to learn all the possible crafting recipes
 +
* '''Craft a wooden pickaxe''' so you can dig stone
 +
* Different tools break different kinds of blocks. Try them out!
 +
* If a block does not drop any item when breaking it, you might have used the wrong tool. Try a different one!
 +
* Craft torches to light up your world
 +
* Continue playing as you wish. Have fun!
  
* Click the book icon (=crafting guide) in your inventory to see the available crafting recipes.
+
=== Survival ===
* Your crafting guide will learn more recipes when you collect more items.
+
* Beware the darkness, monsters appear at night!
* You need at least some wood to make a crafting table, sword, and a pickaxe.
+
* Monsters like darkness
** You need the crafting table with the 3×3 crafting grid to make tools/weapons.
+
* Build a shelter and light it up to stay safe
** Also, make a lookup tool, a chest and some sticks.
+
* Many tasks will make you hungry. You must eat from time to time
 +
* Plants and animals give you food and resources
 +
* Animals are hungry, too. Feed them well and they might multiply
 +
* Not every food is good for you
 +
* The weakest armor is made of leather
  
* Use the pickaxe to collect some stone (it will drop as cobblestone).
+
=== Farming basics ===
* With the first dozen cobblestones, make a furnace, and stone tools.
+
* Find seeds
* Use coal and wood to make sticks torches.
+
* Craft hoe
* Use the furnace to cook the raw meat that drop from animals.
+
* Rightclick dirt or similar block with hoe to create farmland
** Make charcoal from wood (in the furnace) for an alternative fuel source
+
* Place seeds on farmland and watch them grow
 +
* Collect plant when fully grown
 +
* If near water, farmland becomes wet and speeds up growth
  
* Collect leather to make your first minimal armor.
+
=== Smelting basics ===
** You can combine 4 rabbit hides into 1 leather
+
* Craft furnace
 +
* Furnace allows you to obtain more items by smelting them
 +
* Upper slot must contain a cookable or smeltable item (example: iron ore or raw rabbit)
 +
* Lower slot must contain a fuel item (example: coal)
 +
* See tooltips in the crafting guide to learn about fuels and smeltable items
 +
 
 +
=== Additional help ===
 +
More help about the gameplay, block,s items and much more can be found from inside the game. You can access the help from your inventory menu.
 +
 
 +
Craft a lookup tool (4 sticks) and punch blocks and other things to learn more about them. This tool is just a faster method to open the help.
  
 
== Tips and tricks for admins ==
 
== Tips and tricks for admins ==

Revision as of 16:12, 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

Getting started

  • Punch a tree trunk until it breaks and collect wood
  • Place the wood into the 2×2 grid (your “crafting grid”) in your inventory menu and craft 4 wood planks
  • Place the 4 wood planks in a 2×2 shape in the crafting grid to make a crafting table
  • Rightclick the crafting table for a 3×3 crafting grid to craft more complex things
  • Use the crafting guide (book icon) to learn all the possible crafting recipes
  • Craft a wooden pickaxe so you can dig stone
  • Different tools break different kinds of blocks. Try them out!
  • If a block does not drop any item when breaking it, you might have used the wrong tool. Try a different one!
  • Craft torches to light up your world
  • Continue playing as you wish. Have fun!

Survival

  • Beware the darkness, monsters appear at night!
  • Monsters like darkness
  • Build a shelter and light it up to stay safe
  • Many tasks will make you hungry. You must eat from time to time
  • Plants and animals give you food and resources
  • Animals are hungry, too. Feed them well and they might multiply
  • Not every food is good for you
  • The weakest armor is made of leather

Farming basics

  • Find seeds
  • Craft hoe
  • Rightclick dirt or similar block with hoe to create farmland
  • Place seeds on farmland and watch them grow
  • Collect plant when fully grown
  • If near water, farmland becomes wet and speeds up growth

Smelting basics

  • Craft furnace
  • Furnace allows you to obtain more items by smelting them
  • Upper slot must contain a cookable or smeltable item (example: iron ore or raw rabbit)
  • Lower slot must contain a fuel item (example: coal)
  • See tooltips in the crafting guide to learn about fuels and smeltable items

Additional help

More help about the gameplay, block,s items and much more can be found from inside the game. You can access the help from your inventory menu.

Craft a lookup tool (4 sticks) and punch blocks and other things to learn more about them. This tool is just a faster method to open the help.

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