Go to file
fluxionary aca720dc0f
Change moreblocks stair craft to use blocks instead of ingots (#18)
required for compatibility with https://github.com/minetest-mods/moreblocks/pull/191
2022-07-21 21:42:33 -07:00
.github/workflows Update check-release.yml 2020-01-17 14:00:13 -08:00
crafts Cleanup. Mineclone2 fixes. Start Nodecore support 2022-01-02 11:18:50 -08:00
items Cleanup. Mineclone2 fixes. Start Nodecore support 2022-01-02 11:18:50 -08:00
locale Fix lava boots Spanish translation (#15) 2022-01-17 12:49:51 -08:00
textures Update to work with newer 3d_armor 2021-07-29 11:15:12 -07:00
.luacheckrc Fix .luacheckrc warnings 2022-02-23 21:18:07 -08:00
cooldowns.lua Cleanup. Mineclone2 fixes. Start Nodecore support 2022-01-02 11:18:50 -08:00
depends.txt Fix 0.4 compatibility (#16) 2022-02-23 21:13:38 -08:00
init.lua Change moreblocks stair craft to use blocks instead of ingots (#18) 2022-07-21 21:42:33 -07:00
license.txt Add 'Lava in a bottle' 2019-03-25 14:48:19 -07:00
mod.conf Fix segfault 2022-01-24 19:14:56 -08:00
readme.md Cleanup. Mineclone2 fixes. Start Nodecore support 2022-01-02 11:18:50 -08:00
screenshot.png Update screenshot 2021-07-29 11:15:12 -07:00
screenshot_large.png Update screenshot 2021-07-29 11:15:12 -07:00
settingtypes.txt Remove lightup feature. Add tool fires. Fix settings 2019-02-08 18:58:36 -08:00

readme.md

Lavastuff

ContentDB

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 tool

Most features can be disabled. If I don't have a setting to disable something you want to disable: Just ask!