Go to file
Luke aka SwissalpS 82a0ca5f13
allow right-clicking doors and other items
curiously technic chests and machines worked without this patch.
But itemframes and pedestals didn't. Neither did Fancyvendors and probably a lot of items I have not even tried.

This patch should solve the issue in general.
2020-02-13 18:11:39 +01:00
.github/workflows Update check-release.yml 2020-01-17 14:00:13 -08:00
locale Fix some spanish translations (Thanks @xenonca) 2019-07-30 11:48:34 -07:00
textures Update license.txt 2020-01-03 13:10:46 -08:00
.luacheckrc Various luacheck fixes 2020-01-16 22:43:51 -06:00
depends.txt Update mod.conf to include depends 2019-03-27 14:29:19 -07:00
init.lua allow right-clicking doors and other items 2020-02-13 18:11:39 +01:00
license.txt Add 'Lava in a bottle' 2019-03-25 14:48:19 -07:00
mod.conf Update mod.conf to include depends 2019-03-27 14:29:19 -07:00
readme.md Add build status badge 2020-01-16 22:44:55 -06:00
screenshot.png Fix screenshot 2020-02-04 11:02:45 -08:00
settingtypes.txt Remove lightup feature. Add tool fires. Fix settings 2019-02-08 18:58:36 -08:00

readme.md

Lavastuff

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
  • lavastuff.tool_fire_func - The function used by lavastuff tools to place fire

Language support

  • Spanish - (Thanks to runs & xenonca)
  • French - (Thanks to Brian Gaucher)
  • 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!