Update README
This commit is contained in:
parent
5eabb3f4df
commit
70d43c7e13
100
README.md
100
README.md
@ -1,6 +1,5 @@
|
||||
# MineClone2
|
||||
An unofficial Minecraft-like game for Minetest. Forked from MineClone by davedevils.
|
||||
Developed by many people. Not developed or endorsed by Mojang AB.
|
||||
# Mineclonia
|
||||
An unofficial Minecraft-like game for Minetest. Forked from MineClone2.
|
||||
|
||||
Version: 0.81
|
||||
|
||||
@ -8,9 +7,10 @@ Version: 0.81
|
||||
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.
|
||||
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
|
||||
|
||||
@ -18,7 +18,8 @@ Or you can play in “creative mode” in which you can build almost anything in
|
||||
* Survive: Fight against hostile monsters and hunger
|
||||
* Mine for ores and other treasures
|
||||
* Magic: Gain experience and enchant your tools
|
||||
* Use the collected blocks to create great buildings, your imagination is the limit
|
||||
* 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
|
||||
@ -29,10 +30,14 @@ Or you can play in “creative mode” in which you can build almost anything in
|
||||
## 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
|
||||
* 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!
|
||||
@ -53,8 +58,8 @@ Or you can play in “creative mode” in which you can build almost anything in
|
||||
* 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.
|
||||
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
|
||||
@ -69,52 +74,36 @@ an explanation.
|
||||
This game requires [Minetest](http://minetest.net) to run (version 5.4.1 or
|
||||
later). So you need to install Minetest first. Only stable versions of Minetest
|
||||
are officially supported.
|
||||
There is no support for running MineClone2 in development versions of Minetest.
|
||||
There is no support for running Mineclonia in development versions of Minetest.
|
||||
|
||||
To install MineClone2 (if you haven't already), move this directory into the
|
||||
To install Mineclonia (if you haven't already), move this directory into the
|
||||
“games” directory of your Minetest data directory. Consult the help of
|
||||
Minetest to learn more.
|
||||
|
||||
## Useful links
|
||||
The MineClone2 repository is hosted at Mesehub. To contribute or report issues, head there.
|
||||
## Project description
|
||||
The main goal of **Mineclonia** is to be a stable and performant clone of
|
||||
Minecraft released as free software.
|
||||
|
||||
* Mesehub: <https://git.minetest.land/MineClone2/MineClone2>
|
||||
* Discord: <https://discord.gg/xE4z8EEpDC>
|
||||
* YouTube <https://www.youtube.com/channel/UClI_YcsXMF3KNeJtoBfnk9A>
|
||||
* IRC: <https://web.libera.chat/#mineclone2>
|
||||
* Matrix: <https://app.element.io/#/room/#mc2:matrix.org>
|
||||
* Reddit: <https://www.reddit.com/r/MineClone2/>
|
||||
* Minetest forums: <https://forum.minetest.net/viewtopic.php?f=50&t=16407>
|
||||
* ContentDB: <https://content.minetest.net/packages/wuzzy/mineclone2/>
|
||||
* OpenCollective: <https://opencollective.com/mineclone2>
|
||||
|
||||
## Target
|
||||
- Crucially, create a stable, moddable, free/libre clone of Minecraft
|
||||
based on the Minetest engine with polished features, usable in both
|
||||
singleplayer and multiplayer. Currently, a lot of **Minecraft Java
|
||||
Edition** features are already implemented and polishing existing
|
||||
features are prioritized over new feature requests.
|
||||
- With lessened priority yet strictly, implement features targetting
|
||||
**Current Minecraft versions + OptiFine** (OptiFine only as far as supported
|
||||
by the Minetest Engine). This means features in parity with the listed
|
||||
Minecraft experiences are prioritized over those that don't fulfill this
|
||||
scope.
|
||||
- Optionally, create a performant experience that will run relatively
|
||||
well on really low spec computers. Unfortunately, due to Minecraft's
|
||||
mechanisms and Minetest engine's limitations along with a very small
|
||||
playerbase on low spec computers, optimizations are hard to investigate.
|
||||
* Minecraft is aimed to be cloned as well as Minetest currently permits without
|
||||
resorting to hacks which are too heavyweight and complicated to maintain
|
||||
* Cloning the gameplay has highest priority
|
||||
* Cloning the interface has low priority. It will only be roughly imitated
|
||||
* Mineclonia will use different graphics and sounds, but with a similar style
|
||||
* Limitations found in Minetest will be written down and documented in the
|
||||
course of development
|
||||
|
||||
## Completion status
|
||||
This game is currently in **beta** stage.
|
||||
It is playable, but not yet feature-complete.
|
||||
Backwards-compability is not entirely guaranteed, updating your world might cause small bugs.
|
||||
If you want to use the development version of MineClone2 in production, the master branch is usually relatively stable. The testing branch often features some experimental PRs and should be considered less stable.
|
||||
Backwards-compatibility is not guaranteed, updating your world might cause bugs
|
||||
and things to behave differently.
|
||||
|
||||
The following main features are available:
|
||||
|
||||
* Tools, weapons
|
||||
* Armor
|
||||
* Crafting system: 2×2 grid, crafting table (3×3 grid), furnace, including a crafting guide
|
||||
* 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
|
||||
@ -141,7 +130,8 @@ The following main features are available:
|
||||
* Small plants and saplings
|
||||
* Dyes
|
||||
* Banners
|
||||
* Deco blocks: Glass, stained glass, glass panes, iron bars, hardened clay (and colors), heads and more
|
||||
* Deco blocks: Glass, stained glass, glass panes, iron bars, hardened clay (and
|
||||
colors), heads and more
|
||||
* Item frames
|
||||
* Jukeboxes
|
||||
* Beds
|
||||
@ -154,7 +144,7 @@ The following main features are available:
|
||||
* The End
|
||||
* And more!
|
||||
|
||||
The following features are incomplete:
|
||||
The following features are incomplete and might change in the future:
|
||||
|
||||
* Some monsters and animals
|
||||
* Redstone-related things
|
||||
@ -164,8 +154,11 @@ The following features are incomplete:
|
||||
Bonus features (not found in Minecraft):
|
||||
|
||||
* 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
|
||||
* In-game help system containing extensive help about gameplay basics, blocks,
|
||||
items and more
|
||||
* Temporary crafting recipes. They only exist to make some otherwise
|
||||
inaccessible 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:
|
||||
@ -174,14 +167,17 @@ Bonus features (not found in Minecraft):
|
||||
* Nether Brick Fence Gate
|
||||
* Red Nether Brick Fence
|
||||
* Red Nether Brick Fence Gate
|
||||
* Structure replacements - these small variants of Minecraft structures serve as replacements until we can get large structures working:
|
||||
* Ability to store books in bookshelves
|
||||
* Structure replacements - these small variants of Minecraft structures serve as
|
||||
replacements until we can get large structures working:
|
||||
* Woodland Cabin (Mansions)
|
||||
* Nether Outpost (Fortress)
|
||||
|
||||
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)
|
||||
* 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
|
||||
@ -191,7 +187,7 @@ Technical differences from Minecraft:
|
||||
* Different engine (Minetest)
|
||||
* Different easter eggs
|
||||
|
||||
… and finally, MineClone2 is free software (“free” as in “freedom”)!
|
||||
… and finally, Mineclonia is free software (“free” as in “freedom”)!
|
||||
|
||||
## Other readme files
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user