Lone_Wolf e86eb32746
Merge pull request #2 from xenonca/master
Add german translation
2019-05-14 21:32:15 -07:00
2019-05-13 20:12:39 +02:00
2019-03-27 14:30:32 -07:00
2019-01-25 16:43:12 -08:00
2019-03-27 14:29:19 -07:00
2019-03-27 14:29:36 -07:00
2019-03-25 14:48:19 -07:00
2019-03-27 14:29:19 -07:00
2019-02-02 15:15:47 -08:00

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)

Special Features

  • Tool Fire - Places fire where the player right-clicks with a lava tool
  • 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!

Special thanks to ChimneySwift for helping me with the pickaxe and perfecting some code

Description
No description provided
Readme 797 KiB
Languages
Lua 100%