2023-03-29 19:14:28 +02:00
|
|
|
|
# Mineclonia
|
2023-10-26 20:05:31 +02:00
|
|
|
|
|
|
|
|
|
[![ContentDB](https://content.minetest.net/packages/ryvnf/mineclonia/shields/downloads/)](https://content.minetest.net/packages/ryvnf/mineclonia/)
|
|
|
|
|
|
2023-05-24 22:33:29 +02:00
|
|
|
|
An unofficial Minecraft-like game for Minetest. Fork of MineClone 2 with focus
|
2023-07-26 12:59:38 +02:00
|
|
|
|
on stability, multiplayer performance and features. For information about
|
2024-02-10 21:11:21 +00:00
|
|
|
|
migrating from MineClone 2 to Mineclonia, see [MIGRATING.md](../../../src/branch/main/MIGRATING.md).
|
2023-05-24 22:33:29 +02:00
|
|
|
|
|
2024-08-31 17:24:49 +02:00
|
|
|
|
Version: 0.106.0
|
2015-07-03 07:24:21 +02:00
|
|
|
|
|
2023-06-25 17:28:42 +02:00
|
|
|
|
### Differences from MineClone 2
|
2023-10-08 17:44:02 +02:00
|
|
|
|
* Overworld depth increased from 64 to 128 nodes
|
2023-06-25 17:28:42 +02:00
|
|
|
|
* Improved nether portals
|
2023-07-28 12:46:02 +02:00
|
|
|
|
* Improved leaf decay
|
2024-01-01 14:56:32 +01:00
|
|
|
|
* Improved villages
|
2024-05-12 14:19:57 +02:00
|
|
|
|
* Wandering traders and trader llamas
|
2023-10-08 17:44:02 +02:00
|
|
|
|
* Suspicious nodes, pottery shreds and decorated pots
|
2024-05-12 14:20:49 +02:00
|
|
|
|
* Conduits
|
2024-05-12 14:26:02 +02:00
|
|
|
|
* Deep dark biome and ancient hermitage (structure corresponding to ancient city)
|
|
|
|
|
* Functional loom to apply banner patterns
|
|
|
|
|
* Lush caves biome
|
|
|
|
|
* Cherry grove biome
|
2023-06-25 17:28:42 +02:00
|
|
|
|
* No in-game music, twice as small compared to MineClone 2
|
|
|
|
|
* No hamburgers
|
2024-01-01 14:55:46 +01:00
|
|
|
|
* More features but almost 10k lines of code less
|
2023-06-25 17:28:42 +02:00
|
|
|
|
|
2017-02-08 18:17:11 +01:00
|
|
|
|
### 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
|
2023-03-29 19:14:28 +02:00
|
|
|
|
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.
|
2017-02-08 18:17:11 +01:00
|
|
|
|
|
2017-02-10 17:24:33 +01:00
|
|
|
|
#### Gameplay summary
|
2021-01-03 14:21:50 +01:00
|
|
|
|
* Sandbox-style gameplay, no goals
|
2017-02-08 18:17:11 +01:00
|
|
|
|
* Survive: Fight against hostile monsters and hunger
|
|
|
|
|
* Mine for ores and other treasures
|
2021-01-03 14:21:50 +01:00
|
|
|
|
* Magic: Gain experience and enchant your tools
|
2023-03-29 19:14:28 +02:00
|
|
|
|
* Use the collected blocks to create great buildings, your imagination is the
|
|
|
|
|
limit
|
2017-02-08 18:17:11 +01:00
|
|
|
|
* 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
|
2017-02-22 00:26:08 +01:00
|
|
|
|
* **Punch a tree** trunk until it breaks and collect wood
|
2023-03-29 19:14:28 +02:00
|
|
|
|
* Place the **wood into the 2×2 grid** (your “crafting grid” in your inventory
|
2023-11-07 21:24:33 +03:00
|
|
|
|
menu) and craft 4 wood planks
|
2023-03-29 19:14:28 +02:00
|
|
|
|
* 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
|
2017-02-22 00:26:08 +01:00
|
|
|
|
* **Craft a wooden pickaxe** so you can dig stone
|
2017-02-08 18:17:11 +01:00
|
|
|
|
* Different tools break different kinds of blocks. Try them out!
|
|
|
|
|
* Continue playing as you wish. Have fun!
|
|
|
|
|
|
|
|
|
|
### Farming
|
|
|
|
|
* Find seeds
|
2023-11-07 21:24:33 +03:00
|
|
|
|
* Craft a hoe
|
|
|
|
|
* Rightclick dirt or a similar block with a hoe to create farmland
|
2017-02-08 18:17:11 +01:00
|
|
|
|
* Place seeds on farmland and watch them grow
|
2023-11-07 21:24:33 +03:00
|
|
|
|
* Collect plants when fully grown
|
2017-02-08 18:17:11 +01:00
|
|
|
|
* If near water, farmland becomes wet and speeds up growth
|
|
|
|
|
|
|
|
|
|
### Furnace
|
2023-11-07 21:24:33 +03:00
|
|
|
|
* Craft a furnace
|
|
|
|
|
* The furnace allows you to obtain more items
|
2017-02-08 18:17:11 +01:00
|
|
|
|
* 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
|
2023-03-29 19:14:28 +02:00
|
|
|
|
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.
|
2017-02-08 18:17:11 +01:00
|
|
|
|
|
2017-08-30 21:51:27 +02:00
|
|
|
|
### Special items
|
|
|
|
|
The following items are interesting for Creative Mode and for adventure
|
2017-05-23 23:36:52 +02:00
|
|
|
|
map builders. They can not be obtained in-game or in the creative inventory.
|
|
|
|
|
|
|
|
|
|
* Barrier: `mcl_core:barrier`
|
|
|
|
|
|
|
|
|
|
Use the `/giveme` chat command to obtain them. See the in-game help for
|
|
|
|
|
an explanation.
|
|
|
|
|
|
2017-02-08 18:17:11 +01:00
|
|
|
|
## Installation
|
2024-08-04 20:26:37 +07:00
|
|
|
|
This game requires [Minetest](http://minetest.net) to run (version 5.6 or
|
2019-03-07 13:51:21 +01:00
|
|
|
|
later). So you need to install Minetest first. Only stable versions of Minetest
|
2023-05-25 19:51:41 +02:00
|
|
|
|
are officially supported. There is no support for running Mineclonia in
|
|
|
|
|
development versions of Minetest.
|
2019-03-07 13:51:21 +01:00
|
|
|
|
|
2023-03-29 19:14:28 +02:00
|
|
|
|
To install Mineclonia (if you haven't already), move this directory into the
|
2019-03-07 13:51:21 +01:00
|
|
|
|
“games” directory of your Minetest data directory. Consult the help of
|
|
|
|
|
Minetest to learn more.
|
2017-02-08 18:17:11 +01:00
|
|
|
|
|
2023-11-07 21:24:33 +03:00
|
|
|
|
## Useful links
|
|
|
|
|
The Mineclonia repository is hosted at [Codeberg](https://codeberg.org).
|
|
|
|
|
To contribute or report issues, head there.
|
|
|
|
|
|
|
|
|
|
* Codeberg: <https://codeberg.org/mineclonia/mineclonia>
|
|
|
|
|
* ContentDB: <https://content.minetest.net/packages/ryvnf/mineclonia/>
|
2024-07-22 21:49:14 +02:00
|
|
|
|
* Discord: https://discord.gg/WAwpPWHTXZ
|
|
|
|
|
* Matrix: #mineclonia:matrix.org
|
2023-11-07 21:24:33 +03:00
|
|
|
|
|
2023-03-29 19:14:28 +02:00
|
|
|
|
## Project description
|
|
|
|
|
The main goal of **Mineclonia** is to be a stable and performant clone of
|
|
|
|
|
Minecraft released as free software.
|
|
|
|
|
|
|
|
|
|
* Minecraft is aimed to be cloned as well as Minetest currently permits without
|
2023-04-02 19:19:42 +02:00
|
|
|
|
resorting to hacks which are too heavyweight or complicated to maintain
|
2023-03-29 19:14:28 +02:00
|
|
|
|
* 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
|
2021-04-12 17:36:44 +02:00
|
|
|
|
|
2017-01-16 01:24:55 +01:00
|
|
|
|
## Completion status
|
2021-04-12 14:03:51 +02:00
|
|
|
|
This game is currently in **beta** stage.
|
|
|
|
|
It is playable, but not yet feature-complete.
|
2023-03-29 19:14:28 +02:00
|
|
|
|
Backwards-compatibility is not guaranteed, updating your world might cause bugs
|
|
|
|
|
and things to behave differently.
|
2017-02-08 18:17:11 +01:00
|
|
|
|
|
|
|
|
|
The following main features are available:
|
|
|
|
|
|
2018-01-27 02:35:45 +01:00
|
|
|
|
* Tools, weapons
|
2021-01-03 14:21:50 +01:00
|
|
|
|
* Armor
|
2023-03-29 19:14:28 +02:00
|
|
|
|
* Crafting system: 2×2 grid, crafting table (3×3 grid), furnace, including a
|
|
|
|
|
crafting guide
|
2017-02-08 18:17:11 +01:00
|
|
|
|
* Chests, large chests, ender chests, shulker boxes
|
2018-01-31 21:24:35 +01:00
|
|
|
|
* Furnaces, hoppers
|
2017-05-23 20:19:51 +02:00
|
|
|
|
* Hunger
|
2017-07-06 15:46:15 +02:00
|
|
|
|
* Most monsters and animals
|
2017-02-08 18:17:11 +01:00
|
|
|
|
* All ores from Minecraft
|
|
|
|
|
* Most blocks in the overworld
|
|
|
|
|
* Water and lava
|
2017-02-22 00:23:32 +01:00
|
|
|
|
* Weather
|
2022-07-15 20:40:46 +02:00
|
|
|
|
* 28 biomes + 5 Nether Biomes
|
2017-09-14 03:52:39 +02:00
|
|
|
|
* The Nether, a fiery underworld in another dimension
|
2018-01-27 02:35:45 +01:00
|
|
|
|
* Redstone circuits (partially)
|
2017-02-08 18:17:11 +01:00
|
|
|
|
* Minecarts (partial)
|
2020-08-22 11:28:36 +02:00
|
|
|
|
* Status effects (partial)
|
2021-01-03 14:21:50 +01:00
|
|
|
|
* Experience
|
|
|
|
|
* Enchanting
|
2020-08-22 11:28:36 +02:00
|
|
|
|
* Brewing, potions, tipped arrow (partial)
|
2017-07-25 23:18:22 +02:00
|
|
|
|
* Boats
|
2017-02-08 18:17:11 +01:00
|
|
|
|
* Fire
|
|
|
|
|
* Buidling blocks: Stairs, slabs, doors, trapdoors, fences, fence gates, walls
|
|
|
|
|
* Clock
|
|
|
|
|
* Compass
|
|
|
|
|
* Sponge
|
2021-04-12 14:03:51 +02:00
|
|
|
|
* Slime block
|
2017-07-25 23:18:22 +02:00
|
|
|
|
* Small plants and saplings
|
2017-02-08 18:17:11 +01:00
|
|
|
|
* Dyes
|
2017-07-29 15:45:49 +02:00
|
|
|
|
* Banners
|
2023-03-29 19:14:28 +02:00
|
|
|
|
* Deco blocks: Glass, stained glass, glass panes, iron bars, hardened clay (and
|
|
|
|
|
colors), heads and more
|
2017-02-08 18:17:11 +01:00
|
|
|
|
* Item frames
|
|
|
|
|
* Jukeboxes
|
|
|
|
|
* Beds
|
|
|
|
|
* Inventory menu
|
|
|
|
|
* Creative inventory
|
2017-05-23 20:19:51 +02:00
|
|
|
|
* Farming
|
2017-07-25 23:18:22 +02:00
|
|
|
|
* Writable books
|
2021-04-12 14:03:51 +02:00
|
|
|
|
* Commands
|
|
|
|
|
* Villages
|
|
|
|
|
* The End
|
2017-02-08 18:17:11 +01:00
|
|
|
|
* And more!
|
|
|
|
|
|
2023-03-29 19:14:28 +02:00
|
|
|
|
The following features are incomplete and might change in the future:
|
2017-02-10 17:24:33 +01:00
|
|
|
|
|
2017-07-06 15:46:15 +02:00
|
|
|
|
* Some monsters and animals
|
2017-09-14 03:52:39 +02:00
|
|
|
|
* Redstone-related things
|
2018-05-12 15:21:40 +02:00
|
|
|
|
* Special minecarts
|
2017-02-08 18:17:11 +01:00
|
|
|
|
* A couple of non-trivial blocks and items
|
|
|
|
|
|
2022-07-15 20:40:46 +02:00
|
|
|
|
Bonus features (not found in Minecraft):
|
2017-02-10 17:24:33 +01:00
|
|
|
|
|
2017-02-08 18:17:11 +01:00
|
|
|
|
* Built-in crafting guide which shows you crafting and smelting recipes
|
2023-03-29 19:14:28 +02:00
|
|
|
|
* In-game help system containing extensive help about gameplay basics, blocks,
|
|
|
|
|
items and more
|
2018-01-27 02:35:45 +01:00
|
|
|
|
* Fully moddable (thanks to Minetest's powerful Lua API)
|
2023-06-25 17:32:30 +02:00
|
|
|
|
* Bookshelves can be used to store books
|
|
|
|
|
* Nether portals can be created with custom shapes
|
2021-04-13 08:35:09 +02:00
|
|
|
|
* 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
|
2017-02-08 18:17:11 +01:00
|
|
|
|
|
|
|
|
|
Technical differences from Minecraft:
|
2017-02-10 17:24:33 +01:00
|
|
|
|
|
2017-07-25 23:18:22 +02:00
|
|
|
|
* Height limit of ca. 31000 blocks (much higher than in Minecraft)
|
2023-03-29 19:14:28 +02:00
|
|
|
|
* Horizontal world size is ca. 62000×62000 blocks (much smaller than in
|
|
|
|
|
Minecraft, but it is still very large)
|
2023-06-25 17:37:09 +02:00
|
|
|
|
* Still incomplete and buggy
|
2017-07-25 23:18:22 +02:00
|
|
|
|
* Blocks, items, enemies and other features are missing
|
2023-06-25 17:30:35 +02:00
|
|
|
|
* Structure replacements - these small variants of Minecraft structures serve as
|
|
|
|
|
replacements until we can get large structures working:
|
2024-05-12 14:26:02 +02:00
|
|
|
|
* Woodland Cabin (Mansion)
|
2023-06-25 17:30:35 +02:00
|
|
|
|
* Nether Outpost (Fortress)
|
2023-06-25 21:55:02 +02:00
|
|
|
|
* Ocean Temple (Monument)
|
|
|
|
|
* Nether Bulwark (Bastion)
|
2024-05-12 14:26:02 +02:00
|
|
|
|
* End Shipwreck & End Boat (End City)
|
|
|
|
|
* Ancient Hermitage (Ancient City)
|
2017-02-08 18:17:11 +01:00
|
|
|
|
* A few items have slightly different names to make them easier to distinguish
|
|
|
|
|
* Different music for jukebox
|
2017-07-25 23:18:22 +02:00
|
|
|
|
* Different textures (Pixel Perfection)
|
|
|
|
|
* Different sounds (various sources)
|
|
|
|
|
* Different engine (Minetest)
|
2021-04-12 14:03:51 +02:00
|
|
|
|
* Different easter eggs
|
2018-01-27 02:35:45 +01:00
|
|
|
|
|
2023-03-29 19:14:28 +02:00
|
|
|
|
… and finally, Mineclonia is free software (“free” as in “freedom”)!
|
2015-07-03 07:24:21 +02:00
|
|
|
|
|
2017-02-12 22:02:50 +01:00
|
|
|
|
## Other readme files
|
2024-02-10 21:11:21 +00:00
|
|
|
|
* [LICENSE.txt](../../../src/branch/main/LICENSE.txt): The GPLv3 license text
|
|
|
|
|
* [CONTRIBUTING.md](../../../src/branch/main/CONTRIBUTING.md): Information for those who want to contribute
|
|
|
|
|
* [API.md](../../../src/branch/main/API.md): For Minetest modders who want to mod this game
|
|
|
|
|
* [LEGAL.md](../../../src/branch/main/LEGAL.md): Legal information
|
|
|
|
|
* [CREDITS.md](../../../src/branch/main/CREDITS.md): List of everyone who contributed
|