From 20179aed7122e85baa4eb46529fdf4ca8947c508 Mon Sep 17 00:00:00 2001 From: Evert Date: Wed, 4 Apr 2018 17:58:15 +0300 Subject: [PATCH] Update README --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d66e9d..6b0bfb0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ # Melterns -A Modpack for [Minetest](http://minetest.net) that adds molten metals, melting and casting. +An in-development mod for [Minetest](http://minetest.net) 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. + +## 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) +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/technic). + +### metal_melter +![](metal_melter/screenshot.png) +Simple metal melting and casting. Used for ore doubling and making tools in `tinkering`. + +### tinkering +Mod that lets you combine different materials to create tools. + +## License +The MIT License + +See [LICENSE](LICENSE.txt)