Go to file
PureTryOut 2a7a7e675c Replaced inventory value storing for player attributes (#56) 2017-04-01 14:30:27 +02:00
menu Add main menu banner and icon images 2016-10-26 16:57:15 -07:00
mods Replaced inventory value storing for player attributes (#56) 2017-04-01 14:30:27 +02:00
.gitignore Fix missing model warnings 2017-02-06 20:05:34 +01:00
LICENSE Update LICENSE (#34) 2016-10-30 02:31:33 +03:00
README.md Update LICENSE (#34) 2016-10-30 02:31:33 +03:00
convert-mc-to-mt.sh [WIP] Rewritten base of farming to be more Minecraft like (#53) 2017-03-08 16:24:05 +01:00
game.conf Setup initial game 2016-10-26 22:12:04 +02:00

README.md

MineFix

MineFix is a project that tries to (slowly) implement all missing features from the game Minecraft to Minetest. It does this by adding new mods that supply missing blocks and items, 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.

Installation instructions

Copy or clone this repository to minetestdirectory/games/minefix. Now go into the minefix/mods directory and read every README.md for every mod starting with minefix in the name for any further installation instructions.

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 http://www.gnu.org/licenses/.