Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minetest-mods/lavastuff
Adds lava tools, armor, and blocks to the game
https://github.com/minetest-mods/lavastuff
armor blocks lava minetest minetest-mod tools
Last synced: about 1 month ago
JSON representation
Adds lava tools, armor, and blocks to the game
- Host: GitHub
- URL: https://github.com/minetest-mods/lavastuff
- Owner: minetest-mods
- License: mit
- Created: 2017-10-09T00:46:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T19:58:03.000Z (about 1 year ago)
- Last Synced: 2024-09-29T14:01:17.851Z (about 1 month ago)
- Topics: armor, blocks, lava, minetest, minetest-mod, tools
- Language: Lua
- Homepage: https://forum.minetest.net/viewtopic.php?f=9&t=18608
- Size: 758 KB
- Stars: 4
- Watchers: 6
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Lavastuff
[![](https://github.com/minetest-mods/lavastuff/workflows/Check%20&%20Release/badge.svg)](https://github.com/minetest-mods/lavastuff/actions)
[![ContentDB](https://content.minetest.net/packages/Lone_Wolf/lavastuff/shields/downloads/)](https://content.minetest.net/packages/Lone_Wolf/lavastuff/)Adds lava armor (where possible), tools, and blocks
Please tell me (and everyone else) what you think at https://content.minetest.net/packages/Lone_Wolf/lavastuff/review/
## **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
* **lavastuff.tool_fire_func** - The function used by lavastuff tools to place fire## **Game support**
* **Minetest Game** - 100% support
* **MineClone2** - (Partial support)
* **NodeCore** - (Coming soon, /give works)## **Language support**
* **Spanish** - (Thanks to **runs** & **xenonca**)
* **French** - (Thanks to **Brian Gaucher** and **louisroyer**)
* **German** - (Thanks to **xenonca**)
* **Italian** - (Thanks to **xenonca**)## **Special Features**
* **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
* **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 toolMost features can be disabled. If I don't have a setting to disable something you want to disable: Just ask!