MineCloneJEpC/README.md

117 lines
4.0 KiB
Markdown
Raw Permalink Normal View History

2022-06-06 23:56:25 +02:00
# MineCloneJEpC
> PROJECT NOW ABANDONED. For now, see the https://github.com/rollerozxa/minecraftnt-preclassic repo
2022-06-06 23:56:25 +02:00
An unofficial Minecraft-like game for Minetest. Forked from MineClone 2 by Wuzzy.
2021-01-16 05:32:56 +01:00
Developed by many people. Not developed or endorsed by Mojang AB.
2015-07-03 07:24:21 +02:00
2022-06-06 23:56:25 +02:00
Version: 0 (in development)
SPECIFIC VERSION OF MINECRAFT CLONED: `old_alpha rd-132211`
2017-02-17 00:09:05 +01:00
2017-02-08 18:17:11 +01:00
### Gameplay
2022-06-06 23:56:25 +02:00
You start in a flat world made entirely of cubes. You can explore the world and
dig almost every block in the world, and can use cobblestone to create new
structures.
Keeping true to the exact version of Minecraft that this is cloning, it's pretty
bare. There are only grass and cobblestone blocks. Press the action key to
respawn.
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
2022-06-10 03:57:58 +02:00
* Use blocks to create great buildings, your imagination is the limit
2022-06-06 23:56:25 +02:00
* You can build almost anything for free (no cost) and without limit
2017-02-08 18:17:11 +01:00
## How to play (quick start)
### Getting started
2022-06-10 03:57:58 +02:00
- Mine with right click
- Place with left click
2022-06-06 23:56:25 +02:00
- Walk around
2017-02-08 18:17:11 +01:00
### Farming
2022-06-06 23:56:25 +02:00
None built-in.
2017-02-08 18:17:11 +01:00
### Furnace
2022-06-06 23:56:25 +02:00
None built-in.
2017-02-08 18:17:11 +01:00
### Additional help
2022-06-06 23:56:25 +02:00
None built-in.
2017-02-08 18:17:11 +01:00
### Special items
2022-06-06 23:56:25 +02:00
None built-in.
2017-05-23 23:36:52 +02:00
2017-02-08 18:17:11 +01:00
## Installation
This game requires [Minetest](http://minetest.net) to run (version 5.4.1 or
2022-06-06 23:56:25 +02:00
later). Older versions might work, but this is untested. So you need to install
Minetest first. Only stable versions of Minetest are officially supported.
2022-06-10 03:57:58 +02:00
There is no support for running MineCloneJEpC on development versions of
Minetest.
2019-03-07 13:51:21 +01:00
2022-06-10 03:57:58 +02:00
To install MineCloneJEpC (if you haven't already), move this directory into
the “games” directory of your Minetest data directory. Consult the help of
2019-03-07 13:51:21 +01:00
Minetest to learn more.
2017-02-08 18:17:11 +01:00
2021-07-06 11:02:59 +02:00
## Useful links
2022-06-06 23:56:25 +02:00
Here's the Minecraft wiki page on the version of Minecraft that this is cloning.
2021-04-12 14:03:51 +02:00
2022-06-10 03:57:58 +02:00
<https://minecraft.fandom.com/wiki/Java_Edition_pre-Classic_rd-132211>
## Target
- Crucially, create a stable, moddable, free/libre clone of Minecraft
2022-06-06 23:56:25 +02:00
`old_alpha rd-132211` based on the Minetest engine with polished features.
No other features will be added.
- 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.
2021-04-12 17:36:44 +02:00
2017-01-16 01:24:55 +01:00
## Completion status
2022-06-06 23:56:25 +02:00
This game is currently in **pre-alpha** stage.
It is playable, but has too many features.
2021-04-12 14:03:51 +02:00
Backwards-compability is not entirely guaranteed, updating your world might cause small bugs.
2022-06-06 23:56:25 +02:00
2022-06-08 05:01:20 +02:00
These things need figured out, and I don't know how to do them:
* In this edition of minecraft, a left-click places, and a right-click mines.
(opposite of later versions, and of Minetest defaults)
* A way for modpacks to change values in `game.conf` (This will only effect how mods expanding this game function)
2022-06-10 03:57:58 +02:00
* mapgen
* gamemodes
2022-06-08 05:01:20 +02:00
2022-06-06 23:56:25 +02:00
The following main features are available (including features I must now remove):
2022-06-10 03:57:58 +02:00
* Blocks in the overworld
2022-06-06 23:56:25 +02:00
* Weather (TO BE REMOVED)
* Status effects (partial) (TO BE REMOVED)
* Experience (TO BE REMOVED)
* Enchanting (TO BE REMOVED)
2022-06-10 03:57:58 +02:00
* Buidling blocks: Stone, Dirt
2022-06-06 23:56:25 +02:00
* Commands (TO BE REMOVED)
2018-01-27 02:35:45 +01:00
* Fully moddable (thanks to Minetest's powerful Lua API)
2022-06-10 03:57:58 +02:00
* And more! (It's a lot of work to remove)
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)
* Horizontal world size is ca. 62000×62000 blocks (much smaller than in Minecraft, but it is still very large)
2018-01-27 02:35:45 +01:00
* Still very incomplete and buggy
2022-06-10 03:57:58 +02:00
* Blocks, items and other features that shouldn't be there
2017-02-08 18:17:11 +01:00
* A few items have slightly different names to make them easier to distinguish
2017-07-25 23:18:22 +02:00
* Different textures (Pixel Perfection)
2022-06-08 05:01:20 +02:00
* Different sounds (various sources) (TO BE REMOVED)
2017-07-25 23:18:22 +02:00
* Different engine (Minetest)
2021-04-12 14:03:51 +02:00
* Different easter eggs
2018-01-27 02:35:45 +01:00
… and finally, MineClone2 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
* `LICENSE.txt`: The GPLv3 license text
2017-02-12 22:02:50 +01:00
* `CONTRIBUTING.md`: Information for those who want to contribute
2017-02-22 00:23:32 +01:00
* `API.md`: For Minetest modders who want to mod this game
2021-04-12 14:03:51 +02:00
* `LEGAL.md`: Legal information
* `CREDITS.md`: List of everyone who contributed