Go to file
Noodlemire 4ae6f6c0c0 Update 1.0.3 2021-08-22 23:21:51 -05:00
textures Version 1.0.0 2020-07-25 17:45:58 -05:00
LICENSE.txt Version 1.0.0 2020-07-25 17:45:58 -05:00
README.md Update 1.0.1 2020-08-15 18:46:57 -05:00
api.txt Update 1.0.1 2020-08-15 18:43:47 -05:00
changelog.txt Update 1.0.3 2021-08-22 23:21:51 -05:00
init.lua Update 1.0.3 2021-08-22 23:21:51 -05:00
mod.conf Version 1.0.0 2020-07-25 17:45:58 -05:00
screenshot.png Version 1.0.0 2020-07-25 17:45:58 -05:00

README.md

Node Damage and Repair System [node_damage]
Node Damage and Repair System [node_damage]

About

This is an API that adds a system where nodes have their own proper "health" system, complete with cracking visuals. Each node has a total of 4 different states, including the fully repaired state. It does little on its own though; the most you'll get is TNT mod compatability and a test hammer that left-clicks to damage nodes and right-clicks to repair nodes.


Dependencies and Support

Although there are no hard dependencies, there is an optional dependency on the tnt mod. When it is active, TNT will damage nodes that are outside of the destruction radius.


License

The LGPL v2.1 License is used with this mod. See https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html or LICENSE.txt for more details.


Installation

Download, unzip, and place within the usual minetest/current/mods folder, and it will behave in relation to the Minetest engine like any other mod.