Tinkers Construct-esque mod for Minetest 0.5.0+ [WIP]
Go to file
Evert Prants b3297c2fa4
Register casts, rework some API
2018-04-05 08:57:30 +03:00
fluidity Do not find strings in item names, use a table of items instead 2018-04-04 20:19:33 +03:00
metal_melter Register casts, rework some API 2018-04-05 08:57:30 +03:00
tinkering Register casts, rework some API 2018-04-05 08:57:30 +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