2019-02-08 21:34:27 -08:00
# Lavastuff
2020-01-16 22:44:55 -06:00
[![ ](https://github.com/minetest-mods/lavastuff/workflows/Check%20&%20Release/badge.svg )](https://github.com/minetest-mods/lavastuff/actions)
2019-02-08 21:34:04 -08:00
Adds lava armor, tools, and blocks
## **API**
* **lavastuff.burn_drops("tool:itemstring")** - Cooks all of the nodes that **tool:itemstring** digs
* **lavastuff.enable_tool_fire** - Enable/Disable the lava tool fire feature
* **lavastuff.blacklisted_items** - Prevent lava tools from smelting certain nodes. See code for how to add an item to the list
* **lavastuff.cook_limit** - Prevent lava tools from smelting dug nodes if cooktime is too high
2019-03-25 15:06:41 -07:00
* **lavastuff.tool_fire_func** - The function used by lavastuff tools to place fire
2019-02-08 21:34:04 -08:00
## **Language support**
2019-08-28 21:11:41 -07:00
* **Spanish** - (Thanks to **runs** & **xenonca** )
2020-02-21 07:43:04 -08:00
* **French** - (Thanks to **Brian Gaucher** and **louisroyer** )
2019-05-14 21:40:18 -07:00
* **German** - (Thanks to **xenonca** )
2019-05-19 09:21:20 -07:00
* **Italian** - (Thanks to **xenonca** )
2019-02-08 21:34:04 -08:00
## **Special Features**
2019-08-28 17:08:42 -07:00
* **Tool Fire** - Lights flammable nodes on fire when rightclicked. If node has set on_ignite then that function will be run instead of the fire being placed
2019-02-08 21:34:04 -08:00
* **Autosmelt** - All nodes dug with a lava tool will be automatically smelted before being added to your inventory
* **Buurn** - If the fire_plus mod is enabled players will catch on fire when hit with a lava tool
Most features can be disabled. If I don't have a setting to disable something you want to disable: Just ask!