Difference between revisions of "Games/MineClone 2"

From Minetest Wiki
Jump to navigation Jump to search
(Differences from Minetest-Game)
Line 28: Line 28:
 
===Differences from Minetest-Game===
 
===Differences from Minetest-Game===
  
''(observed on [https://forum.minetest.net/viewtopic.php?f=10&t=19974 Mark Server])''
+
''(as observed on [https://forum.minetest.net/viewtopic.php?f=10&t=19974 Mark Server]) 2019-12/2020''
  
 
====Apperance====
 
====Apperance====
 
* Graphics
 
* Graphics
 
* Sounds
 
* Sounds
* HUD - Hotbar is at bottom
+
* HUD - the hotbar is the bottom row
  
 
====Control & Inventory====
 
====Control & Inventory====
* Digging - must use proper tool
+
* Digging - must use proper tool/weapon (otherwise no effect, or no drops)
 +
eg. you can break stones by hand, but then you get no drops
 
* Picking up stuff - nearby stuff is collected 'magnetically'
 
* Picking up stuff - nearby stuff is collected 'magnetically'
 
* Inventory - Stacklimit is 64 for most items
 
* Inventory - Stacklimit is 64 for most items
* Eating - leftclick
+
* Eating - put food on hotbar, eat with rightclick
* Dieing - no bones as in MTG
+
* Dieing - the playerinventory is NOT put into a bones-block as in MTG
  
 
====Mobs====
 
====Mobs====
* Friendly/Animals:
+
Mobs can spawn on trees, and inside player-houses !
 +
 
 +
* Friendly/Animals (they all drop edible meat):
 
** Rabbit - easy to kill, drops rabbit-hide
 
** Rabbit - easy to kill, drops rabbit-hide
 +
** Chicken - lays eggs & drops feathers / meat must be cooked
 
** Pig
 
** Pig
** Chicken - lays eggs & drops feathers
+
** Sheep - drops wool
** Sheep - drops wool
 
 
** Donkey - drops leather
 
** Donkey - drops leather
 
** Cow
 
** Cow
Line 55: Line 58:
 
** Wolf
 
** Wolf
 
** Zombie
 
** Zombie
** Spider
+
** Spider - drops strings
** Skeleton - shoots
+
** Skeleton - shoots & drops bones, bows, arrows
 +
** xxx - explodes
 
..lots more...
 
..lots more...
  
Line 62: Line 66:
 
* Plants
 
* Plants
 
** Trees: Oak, Dark Oak, Birch ...
 
** Trees: Oak, Dark Oak, Birch ...
** Flowers: ...
+
Leaves cannot be collected, so no use as fuel or scaffolding
 +
** Flowers: red:  yellow:  white:  ...
 
** Misc: Grass, Mushrooms ...
 
** Misc: Grass, Mushrooms ...
 
* Stones
 
* Stones
** Stone/Cobblestone, ...
+
** Stone/Cobblestone, Diorite, Granite...
 
* Ore
 
* Ore
 
** Coal, Iron, ...
 
** Coal, Iron, ...
Line 71: Line 76:
  
 
* Equipment
 
* Equipment
** Crafting-Table (3x3 crafting-grid)
+
** Workbench (3x3 crafting-grid)
 
* Weapons
 
* Weapons
 
** Sword (Wood, Stone, Iron ...)
 
** Sword (Wood, Stone, Iron ...)
** Bows&Arrow
+
** Bows&Arrow (Wood, String, Flint, Feathers)
* Armor: Helm, Brestplate, Leggings, Boots
+
* Armor: Helm (5), Breastplate (8), Leggings (7), Boots (4)
 
** Chests
 
** Chests
 
** Repair
 
** Repair
Line 81: Line 86:
 
** Signs & Billboards
 
** Signs & Billboards
 
** Protection
 
** Protection
..
+
...
  
 
====Builtin Mods====
 
====Builtin Mods====
* Help
+
* Help - lookup-tool
 
* Teleporters
 
* Teleporters
  
Line 100: Line 105:
 
** Use the saplings that drop to plant new trees.
 
** Use the saplings that drop to plant new trees.
  
* You need at least some wood to make a crafting-table, sword, and a pickaxe.  
+
* You need at least some wood to make a workbench, sword, and a pickaxe.  
** You need the 3x3-crafting-table to make tools.
+
** You need the workbench with the 3x3-crafting-grid to make tools/weapons.
** Also, make a guidebook, looking-glass, a chest and some sticks.
+
** Also, make a lookup-tool, a chest and some sticks.
  
 
* Use the pickaxe to collect some stones.
 
* Use the pickaxe to collect some stones.

Revision as of 14:56, 6 January 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 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/*) or use the “listitems” mod.

Differences from Minetest-Game

(as observed on Mark Server) 2019-12/2020

Apperance

  • Graphics
  • Sounds
  • HUD - the hotbar is the bottom row

Control & Inventory

  • Digging - must use proper tool/weapon (otherwise no effect, or no drops)

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
  • Eating - put food on hotbar, eat with rightclick
  • Dieing - the playerinventory is NOT put into a bones-block as in MTG

Mobs

Mobs can spawn on trees, and inside player-houses !

  • Friendly/Animals (they all drop edible meat):
    • Rabbit - easy to kill, drops rabbit-hide
    • Chicken - lays eggs & drops feathers / meat must be cooked
    • Pig
    • Sheep - drops wool
    • Donkey - drops leather
    • Cow
    • Horse

...

  • Enemy/Monsters:
    • Wolf
    • Zombie
    • Spider - drops strings
    • Skeleton - shoots & drops bones, bows, arrows
    • xxx - explodes

..lots more...

Blocks

  • Plants
    • Trees: Oak, Dark Oak, Birch ...

Leaves cannot be collected, so no use as fuel or scaffolding

    • Flowers: red: yellow: white: ...
    • Misc: Grass, Mushrooms ...
  • Stones
    • Stone/Cobblestone, Diorite, Granite...
  • Ore
    • Coal, Iron, ...
  • Rails & Minecarts
  • Equipment
    • Workbench (3x3 crafting-grid)
  • Weapons
    • Sword (Wood, Stone, Iron ...)
    • Bows&Arrow (Wood, String, Flint, Feathers)
  • Armor: Helm (5), Breastplate (8), Leggings (7), Boots (4)
    • Chests
    • Repair
    • Doors, Switches, Machines ...
    • Signs & Billboards
    • Protection

...

Builtin Mods

  • Help - lookup-tool
  • Teleporters

World

  • Worldsize
  • 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.
  • Use the command /sethome to set the location to return to with /home.

...

  • Also, collect leather to make your first minimal armor.

...

See also