Go to file
Wuzzy b95dbaf3d7 Add game description and screenshot 2018-05-08 03:56:45 +02:00
menu Replace 3 main menu images to showcase v7 2017-09-05 20:18:15 +02:00
mods Hide a couple of very incomplete items in Creative 2018-05-08 01:40:31 +02:00
tools Update bow texture paths in conversion table 2018-05-07 23:14:56 +02:00
API.md Damage anvil after falling 2018-02-05 19:58:31 +01:00
CONTRIBUTING.md Rename “subgame” to “game” (partial fix) 2018-03-25 22:20:32 +02:00
GROUPS.md Rename “subgame” to “game” (partial fix) 2018-03-25 22:20:32 +02:00
LICENSE.txt Markdown format for README, rename other file 2017-02-08 13:11:28 +01:00
MISSING_ENGINE_FEATURES.md Mention two sneak-click-related missing engine features 2017-02-17 04:59:58 +01:00
README.md Version 0.36.3 2018-04-12 13:57:28 +02:00
description.txt Add game description and screenshot 2018-05-08 03:56:45 +02:00
game.conf Rename to MineClone 2 2017-01-12 17:07:03 +01:00
minetest.conf Reduce player liquid sinking speed 2017-11-24 07:07:21 +01:00
screenshot.png Add game description and screenshot 2018-05-08 03:56:45 +02:00
settingtypes.txt Add new mob settings in settingtypes.txt 2018-01-26 18:31:19 +01:00

README.md

MineClone 2

An unofficial Minecraft-like game for Minetest. Forked from MineClone by daredevils. Developed by Wuzzy and contributors. Not developed or endorsed by Mojang AB.

Version: 0.36.3

Gameplay

You start in a randomly-generated world made entirely of cubes. You can explore the world and dig and build almost every block in the world to create new structures. You can choose to play in a “survival mode” in which you have to fight monsters and hunger for survival and slowly progress through the various other aspects of the game, such as mining, farming, building machines, and so on Or you can play in “creative mode” in which you can build almost anything instantly.

Gameplay summary

  • Sandbox-style gameplay, no goals (for now)
  • Survive: Fight against hostile monsters and hunger
  • Mine for ores and other treasures
  • Use the collected blocks to create great buildings, your imagination is the limit
  • Collect flowers (and other dye sources) and colorize your world
  • Find some seeds and start farming
  • Find or craft one of hundreds of items
  • Build a railway system and have fun with minecarts
  • Build complex machines with redstone circuits
  • In creative mode you can build almost anything for free and without limits

How to play (quick start)

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!
  • Continue playing as you wish. Have fun!

Farming

  • 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

Furnace

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

Additional help

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

Special items

The following items are interesting for Creative Mode and for adventure map builders. They can not be obtained in-game or in the creative inventory.

  • Barrier: mcl_core:barrier
  • Minecart with Command Block (does not work yet): mcl_minecarts:command_block_minecart

Use the /giveme chat command to obtain them. See the in-game help for an explanation.

Installation

This game requires Minetest 0.4.16 (or later) to run, so you need to install Minetest first. Only stable versions of Minetest are officially supported. There is no support whatsoever for running MineClone 2 in development versions of Minetest. To install MineClone 2, move this directory into the “games” directory of your Minetest data directory. Consult the help of Minetest to learn more.

Project description

The main goal of MineClone 2 is to be a clone of Minecraft and to be released as free software.

  • Target of development: Minecraft, PC Edition, version 1.11 (later known as “Java Edition”)
  • Features of later Minecraft versions might sneak in, but they have a low priority
  • In general, Minecraft is aimed to be cloned as good as Minetest currently permits (no hacks)
  • Cloning the gameplay has highest priority
  • MineClone 2 will use different graphics and sounds, but with a similar style
  • Cloning the interface has no priority. It will only be roughly imitated
  • Limitations found in Minetest will be written down and reported in the course of development

Completion status

This game is currently in alpha stage. It is playable, but unfinished, many bugs are to be expected. Backwards-compability is not guaranteed, updating your world might cause small and big bugs (such as “missing node” errors or even crashes).

The following main features are available:

  • Tools, weapons
  • Armor (unbalanced)
  • Crafting system: 2×2 grid, crafting table (3×3 grid), furnace, including a crafting guide
  • Chests, large chests, ender chests, shulker boxes
  • Furnaces, hoppers
  • Hunger
  • Most monsters and animals
  • All ores from Minecraft
  • Most blocks in the overworld
  • Water and lava
  • Weather
  • 28 biomes
  • The Nether, a fiery underworld in another dimension
  • Redstone circuits (partially)
  • Minecarts (partial)
  • Boats
  • Fire
  • Buidling blocks: Stairs, slabs, doors, trapdoors, fences, fence gates, walls
  • Clock
  • Compass
  • Sponge
  • Slime block (does not interact with redstone)
  • Small plants and saplings
  • Dyes
  • Banners
  • Deco blocks: Glass, stained glass, glass panes, iron bars, hardened clay (and colors), heads and more
  • Item frames
  • Jukeboxes
  • Beds
  • Inventory menu
  • Creative inventory
  • Farming
  • Writable books
  • A few server commands
  • And more!

The following features are incomplete:

  • Generated structures
  • NPCs
  • Some monsters and animals
  • Redstone-related things
  • The End
  • Enchanting
  • Experience
  • Status effects
  • Brewing, potions, tipped arrows
  • A couple of non-trivial blocks and items

Bonus features (not found in Minecraft 1.11):

  • Built-in crafting guide which shows you crafting and smelting recipes
  • In-game help system containing extensive help about gameplay basics, blocks, items and more
  • Temporary crafting recipes. They only exist to make some otherwise unaccessible items available when you're not in creative mode. These recipes will be removed as development goes on an more features become available
  • Saplings in chests in mapgen v6
  • Fully moddable (thanks to Minetest's powerful Lua API)
  • New blocks and items:
    • Lookup tool, shows you the help for whatever it touches
    • More slabs and stairs
    • Nether Brick Fence Gate
    • Red Nether Brick Fence
    • Red Nether Brick Fence Gate

Technical differences from Minecraft:

  • Height limit of ca. 31000 blocks (much higher than in Minecraft)
  • Horizontal world size is ca. 62000×62000 blocks (much smaller than in Minecraft, but it is still very large)
  • Still very incomplete and buggy
  • Blocks, items, enemies and other features are missing
  • A few items have slightly different names to make them easier to distinguish
  • Different music for jukebox
  • Different textures (Pixel Perfection)
  • Different sounds (various sources)
  • Different engine (Minetest)

… and finally, MineClone 2 is free software (“free” as in “freedom”)!

Reporting bugs

Please report all bugs and missing Minecraft features here:

https://github.com/Wuzzy2/MineClone2-Bugs

Other readme files

  • LICENSE.txt: The LGPLv2.1 license text
  • CONTRIBUTING.md: Information for those who want to contribute
  • MISSING_ENGINE_FEATURES.md: List of missing features in Minetest which MineClone 2 would need for improvement
  • API.md: For Minetest modders who want to mod this game

Credits

There are so many people to list (sorry). Check out the respective mod directories for details. This section is only a rough overview of the core authors of this game.

Coding

  • Wuzzy: Main programmer of most mods
  • daredevils: Creator of MineClone on which MineClone 2 is based on
  • ex-bart: Redstone comparators
  • Lots of other people: TO BE WRITTEN (see mod directories for details)

Textures

  • XSSheep: Main author; creator of the Pixel Perfection resource pack of Minecraft 1.11
  • Wuzzy: Main menu imagery and various edits and additions of texture pack
  • kingoscargames: Various edits and additions of existing textures
  • leorockway: Some edits of mob textures
  • xMrVizzy: Glazed terracotta (textures are subject to be replaced later)
  • Other authors: GUI images,

Models

  • 22i: Creator of all models
  • tobyplowy: UV-mapping fixes to said models

Sounds and music

Various sources. See the respective mod directories for details.

Special thanks

  • daredevils for starting MineClone, the original version of this game
  • celeron55 for creating Minetest
  • Minetest's modding community for providing a huge selection of mods, some of which ended up in MineClone 2
  • Jordach for the jukebox music compilation from Big Freaking Dig
  • The workaholics who spent way too much time writing for the Minecraft Wiki. It's an invaluable resource for creating this game
  • Notch and Jeb for being the major forces behind Minecraft
  • XSSheep for creating the Pixel Perfection resource pack
  • 22i for providing great models and support
  • maikerumine for kicking off mobs and biomes

Info for programmers

You find interesting and useful infos in API.md. This project is currently mostly a one-person project.

This is a fan game, not developed or endorsed by Mojang AB.

Copying is an act of love. Please copy and share! <3 Here's the detailed legalese for those who need it:

License of source code

MineClone 2 is a clean-room implementation of Minecraft and licensed under the GNU LGPL v2.1 (Wuzzy, daredevils and countless others) (see LICENSE.txt).

MineClone 2 is a direct continuation of the discontinued MineClone project by daredevils which fell under the same license.

Mods credit: See README.txt or README.md in each mod directory for information about other authors.

License of media (textures and sounds)

No non-free licenses are used anywhere.

The textures, unless otherwise noted, are based on the Pixel Perfection resource pack for Minecraft 1.11, authored by XSSheep. Most textures are verbatim copies, while some textures have been changed or redone from scratch. The glazed terracotta textures have been created by (MysticTempest)[https://github.com/MysticTempest]. Source: https://www.planetminecraft.com/texture_pack/131pixel-perfection/ License: CC BY-SA 4.0

The main menu images are release under: CC0

All other files, unless mentioned otherwise, fall under: Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 4.0) http://creativecommons.org/licenses/by-sa/4.0/

See README.txt in each mod directory for detailed information about other authors.