melterns/README.md

16 lines
1.0 KiB
Markdown
Raw Normal View History

2018-04-02 10:39:41 +00:00
# Melterns
2018-04-07 08:25:03 +00:00
![Melterns](screenshot.png)
2018-04-04 14:58:15 +00:00
2018-04-07 08:25:03 +00:00
An in-development mod for [Minetest](http://minetest.net) 0.5.0+ that adds molten metals, melting, casting and creating tools. This mod is inspired by the [Tinkers Construct](https://minecraft.curseforge.com/projects/tinkers-construct) mod for Minecraft, however it's much less-featured due to the current limitations of the Minetest API. None of the components used in this mod have been taken from TC - everything is my original creation.
2018-04-04 14:58:15 +00:00
2018-04-07 08:25:03 +00:00
## Installation
Just do `git clone https://github.com/LunaSquee/melterns.git` in your `minetest/mods` directory. You can also [download the repository](https://github.com/LunaSquee/melterns/archive/master.zip) but in that case you **must** change the folder name from `melterns-master` to `melterns`!
2018-04-04 14:58:15 +00:00
2018-04-07 08:25:03 +00:00
## Documentation
Documentation on how to use this mod can be found on [this wiki page](https://github.com/LunaSquee/melterns/wiki). I recommend using a mod that shows you crafting recipes in order to know how to craft the nodes.
2018-04-04 14:58:15 +00:00
## License
The MIT License
See [LICENSE](LICENSE.txt)