Go to file
Andrew dc470d7c86 Add new conversion script as submodule (#10)
* Add convert script as submodule

* Remove old conversion script and update the readme to show the new one

* Fix broken link.

* fix spelling error

* fix link again.
2017-06-19 00:59:23 +02:00
MineFix-MC2MTConvertScript@432700f4fa Add new conversion script as submodule (#10) 2017-06-19 00:59:23 +02:00
menu Add main menu banner and icon images 2016-10-26 16:57:15 -07:00
mods Added the complete set of valid base blocks for Sugar Cane (#8) 2017-06-17 17:07:48 +02:00
promo Added screenshots to README (#7) 2017-06-15 10:01:32 +02:00
.gitignore Fix missing model warnings 2017-02-06 20:05:34 +01:00
.gitmodules Add new conversion script as submodule (#10) 2017-06-19 00:59:23 +02:00
LICENSE Update LICENSE (#34) 2016-10-30 02:31:33 +03:00
README.md Add new conversion script as submodule (#10) 2017-06-19 00:59:23 +02:00
game.conf Setup initial game 2016-10-26 22:12:04 +02:00

README.md

MineFix

MineFix is a project that tries to recreate Minecraft in Minetest, as close to Minecraft as possible. It does this by adding new mods that supply missing blocks and items, recreate game mechanics (hunger, experience, enchanting, etc), and removing non-Minecraft features from the base Minetest game.

Note that we are not trying to be compatible with existing mods and modpacks. Mods will have to be made compatible with this subgame instead.

Join the development on #minefix on Snoonet (IRC), or #minefix:matrix.org (Matrix)!

Screenshots: screenshot 1

screenshot 2

Please note that MineFix is still in early stages of development and is subject to changes. Textures displayed in the screenshots are generated by the conversion script provided, a paid copy of Minecraft is required as those textures aren't included with the subgame.

Installation instructions

Copy or clone this repository to ~/.minetest/games/minefix (make sure there isn't a minefix folder inside a minefix folder). Make sure you run a copy of Minetest compiled after the 22nd of March. The stable build lacks features we require, so you'll have to compile from source for now.

In order to copy resources over from Minecraft, make use of the Minecraft2Minetest conversion script. A detailed listing of options can be found with the ./mc2mt.py -h command.

Once installed, select the Minefix subgame and the Minecraft texture pack, create a world, and start playing!

License

Every piece of code in this repository is licensed under AGPLv3 unless explicitly stated otherwise.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.