minenux / minetest-mod-lavastuff

Adds lava armor and a lava sword, pickaxe, shovel, and axe to the game. Also includes a lava block, slab and stair.

Home Page:https://forum.minetest.net/viewtopic.php?f=9&t=18608

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minetest mod Lavastuff

ContentDB

TOOLS of lava and blocks, featured armor too

Information

TOOLS of lava and blocks, featured armor too, that sometimes can burn or cook automatically the blocks or items. Adds lava armor (where possible).

Technical info

Depends

  • default
  • bucket
  • fire
  • stairs
  • mobs_monster
  • 3d_armor
  • toolranks
  • moreblocks
  • vessels

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!

About

Adds lava armor and a lava sword, pickaxe, shovel, and axe to the game. Also includes a lava block, slab and stair.

https://forum.minetest.net/viewtopic.php?f=9&t=18608

License:MIT License


Languages

Language:Lua 100.0%