Difference between revisions of "Games/MineClone 2"

From Minetest Wiki
Jump to navigation Jump to search
 
(14 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Languages}}
+
{{Languages|nocat=1}}
 +
 
 
{{Game Data
 
{{Game Data
 
|name=MineClone 2
 
|name=MineClone 2
 
|image=MineClone 2 icon.png
 
|image=MineClone 2 icon.png
|type=[[:Category:MC-Clone games|MC-Clone]]
+
|type=MC-Clone
|author=Wuzzy
+
|author=multiple authors (see [https://git.minetest.land/MineClone2/MineClone2/src/branch/master/CREDITS.md credits])
 
|version=
 
|version=
 
|forum=[https://forum.minetest.net/viewtopic.php?f=50&t=16407 16407]
 
|forum=[https://forum.minetest.net/viewtopic.php?f=50&t=16407 16407]
|source=[http://repo.or.cz/MineClone/MineClone2.git repo.or.cz]
+
|source=[https://git.minetest.land/Wuzzy/MineClone2 Mesehub]
 +
|contentdb=[https://content.minetest.net/packages/Wuzzy/mineclone2/ ContentDB]
 
}}
 
}}
  
'''MineClone 2''' is a survival sandbox game. Survive, gather, hunt, build, explore, and do much more.
+
'''MineClone 2''' is a survival sandbox game inspired by Minecraft.
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 18: Line 19:
 
</gallery>
 
</gallery>
  
=== Tips and tricks for admins===
+
== Tips for beginners ==
* 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 :
+
=== Getting started ===
If you want to use the ''/giveme [modname:itemnam] [count]'' command, you have to find which mod generate the item.
+
* '''Punch a tree''' trunk until it breaks and collect wood
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.
+
* 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!
  
===Differences from Minetest-Game===
+
=== Survival ===
 +
* Beware the darkness, monsters appear at night and in darkness
 +
* Craft swords and other weapons to fight back
 +
* Use armor to protect yourself. The weakest armor is made of leather
 +
* Build a shelter and light it up to stay safe
 +
* You will become hungry so you must eat from time to time
 +
* Plants and animals give you food and resources
 +
* Not every food is good for you
 +
* Animals are hungry, too. Feed them well and they might multiply
  
''(as observed on [https://forum.minetest.net/viewtopic.php?f=10&t=19974 Mark Server]) 2019-12/2020''
+
=== 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
  
====Apperance====
+
=== Smelting basics ===
* Graphics & Textures
+
* Craft furnace
* Sounds
+
* Furnace allows you to obtain more items by smelting them
* HUD - the hotbar is the bottom row
+
* 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
  
====Control & Inventory====
+
=== Additional help ===
* Digging - the player must use proper tool/weapon (otherwise no effect, or no drops)
+
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.
eg. you can break stones by hand, but then you get no drops
 
* Picking up stuff - nearby stuff is collected 'magnetically'
 
* Inventory - Stacklimit is 64 for most items
 
* Crafting - player's grid is only size 2x2, and doesn't work as inventory-space
 
eg. after crafting, its contents are put back to inventory, or dropped
 
* Eating - put food on hotbar, eat with rightclick
 
* Dieing - the playerinventory is NOT put into a bones-block as in MTG
 
  
====Mobs====
+
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.
Mobs can spawn on trees, and inside player-houses !
 
  
* Friendly/Animals (they all drop edible meat):
+
== Tips and tricks for admins ==
** Rabbit - easy to kill, drops rabbit-hide
+
* For debian :
** Chicken - lays eggs & drops feathers / meat must be cooked
+
If you want to change settings from the command line interface (cli), you need to do it in /etc/minetest/minestest.conf.  
** Pig
 
** Sheep  - drops wool
 
** Lama  ('Mountain-sheep')
 
** Donkey - drops leather
 
** Cow    - gives milk, - drops leather
 
** Horse
 
** Icebear ('Arctic wolf')
 
...
 
* Monsters: (some are hostile only at night)
 
** Zombie - slow
 
** Wolf  - if attacked, other wolves in range also attack
 
** Spider - drops strings
 
** Skeleton - shoots & drops bones, bows, arrows
 
** xxx    - explodes
 
** Slimes - underground
 
** Magmacube
 
..lots more...
 
  
====Blocks====
+
* All OS :
* Plants
+
If you want to use the ''/giveme [modname:itemnam] [count]'' command, you have to find which mod generate the item.  
** Trees: Oak, Dark Oak, Birch ...
+
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.
Leaves cannot be collected, so no use as fuel or scaffolding
 
** Flowers: red:  yellow:  white:  blue:  sunflower  ...
 
** Misc: Grass, ferns, Mushrooms ...
 
* Stones
 
** Stone/Cobblestone, Anderite, Diorite, Granite ...
 
** Bedrock - not minable
 
* Ore
 
** Coal, Iron, Gold, Redstone...
 
* Rails & Minecarts
 
 
 
* Equipment
 
** Workbench (3x3 crafting-grid)
 
** Furnace
 
* Weapons&Tools
 
** Sword (Wood, Stone, Iron ...)
 
** Bows&Arrow (Wood, String, Flint, Feathers)
 
** Lookingglass
 
** Hoe
 
* Armor: Helm (5), Breastplate (8), Leggings (7), Boots (4)
 
** Chest, Double-size chest, Ender-chest
 
** Anvil - to repair items
 
** Doors, Buttons, Switches, Pressureplates
 
** Machines: Hoppers, Pistons ...
 
** Signs & Billboards
 
** Protection
 
...
 
 
 
====Builtin Mods====
 
* Help - lookup-tool
 
* Teleporters
 
 
 
====World====
 
* Worldsize
 
** clouds are at height 64
 
** bedrock is at depth -64
 
* Weather: Snow, Rain, Lightning
 
* Nether / Portals
 
...
 
 
 
====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 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.
 
  
...
+
== Differences from Minetest Game ==
 +
See [[Games/MineClone 2/Differences from Minetest Game]].
  
* Also, collect leather to make your first minimal armor.
 
  
...
 
  
===See also===
+
== See also ==
 
* [[Differences from Minecraft]]
 
* [[Differences from Minecraft]]
 
* [https://forum.minetest.net/viewtopic.php?f=47&t=20935 MineClone2-enabled mods] Forum-Topic
 
* [https://forum.minetest.net/viewtopic.php?f=47&t=20935 MineClone2-enabled mods] Forum-Topic
 
* [https://forum.minetest.net/viewtopic.php?f=10&t=19974 Mark Server - MC2-Survival] Forum-Topic
 
* [https://forum.minetest.net/viewtopic.php?f=10&t=19974 Mark Server - MC2-Survival] Forum-Topic
  
[[Category:MC-Clone games]]
+
[[Category:Games]]

Latest revision as of 16:29, 12 March 2024

Languages Language: English • 日本語 • Bahasa Melayu


MineClone 2
MineClone 2 icon.png
A game
Game Type MC-Clone
Author multiple authors (see credits)
Forum topic 16407
ContentDB ContentDB
Source code Mesehub


MineClone 2 is a survival sandbox game inspired by Minecraft.

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 and in darkness
  • Craft swords and other weapons to fight back
  • Use armor to protect yourself. The weakest armor is made of leather
  • Build a shelter and light it up to stay safe
  • You will become hungry so you must eat from time to time
  • Plants and animals give you food and resources
  • Not every food is good for you
  • Animals are hungry, too. Feed them well and they might multiply

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