Tinkers Construct-esque mod for Minetest 0.5.0+ [WIP]
Go to file
Evert Prants a6f8bd52fd
Use get_current_mod_name where applicable, fix damage groups
2018-04-05 12:54:07 +03:00
fluidity Use get_current_mod_name where applicable, fix damage groups 2018-04-05 12:54:07 +03:00
metal_melter Use get_current_mod_name where applicable, fix damage groups 2018-04-05 12:54:07 +03:00
tinkering Use get_current_mod_name where applicable, fix damage groups 2018-04-05 12:54:07 +03:00
LICENSE.txt put it on GitHub 2018-04-02 13:39:41 +03:00
README.md Fix casting, change iron to steel 2018-04-04 18:31:12 +03:00
modpack.txt put it on GitHub 2018-04-02 13:39:41 +03:00

README.md

Melterns

An in-development mod for Minetest that adds molten metals, melting, casting and creating tools. This mod is inspired by the 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 adds molten metals to the game. Supports metals from default, technic and moreores.

metal_melter

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