Skip to content

Commit

Permalink
Add new conversion script as submodule (#10)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
ahallrq authored and PureTryOut committed Jun 18, 2017
1 parent 54dd349 commit dc470d7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 528 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "MineFix-MC2MTConvertScript"]
path = MineFix-MC2MTConvertScript
url = https://github.com/Minefix/MineFix-MC2MTConvertScript
1 change: 1 addition & 0 deletions MineFix-MC2MTConvertScript
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Please note that MineFix is still in early stages of development and is subject
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.

Edit the convert-mc-to-mt script to properly reflect how Minetest and Minecraft are both located on your system and then run it.
In order to copy resources over from Minecraft, make use of the [Minecraft2Minetest conversion script](https://github.com/Minefix/MineFix-MC2MTConvertScript).
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!

Expand Down
Loading

0 comments on commit dc470d7

Please sign in to comment.