melterns/README.md

23 lines
1.1 KiB
Markdown
Raw Normal View History

2018-04-02 12:39:41 +02:00
# Melterns
2018-04-05 16:11:18 +02: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 16:58:15 +02:00
## Component mods
This repository is technically a modpack, in which all mods need to be enabled. These are the mods included in this "modpack".
### fluidity
![](fluidity/screenshot.png)
2018-04-04 17:31:12 +02:00
Fluidity adds molten metals to the game. Supports metals from [default](https://github.com/minetest/minetest_game), [technic](https://github.com/minetest-mods/technic) and [moreores](https://github.com/minetest-mods/moreores).
2018-04-04 16:58:15 +02:00
### metal_melter
![](metal_melter/screenshot.png)
Simple metal melting and casting. Used for ore doubling and making tools in `tinkering`.
### tinkering
2018-04-05 15:12:24 +02:00
![](tinkering/screenshot.png)
2018-04-04 16:58:15 +02:00
Mod that lets you combine different materials to create tools.
## License
The MIT License
See [LICENSE](LICENSE.txt)