LoneWolfHT fdef9c350e
Don't rely on presence of 5.x translation API (#14)
* Update mtg.lua

* Update mcl2.lua
2021-10-19 17:32:31 -07:00
2020-09-21 12:31:10 +02:00
2021-07-29 11:21:35 -07:00
2020-05-20 20:05:13 -07:00
2021-07-29 11:16:07 -07:00
2019-03-25 14:48:19 -07:00
2020-07-13 15:27:11 -07:00
2020-05-20 20:08:54 -07:00
2021-07-29 11:15:12 -07:00
2021-07-29 11:15:12 -07: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

Game support

  • Minetest Game - 100% support
  • MineClone2 - (Some features are lost)

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!

Description
No description provided
Readme 797 KiB
Languages
Lua 100%