Docs
Requirements
- Minetest >=0.4.3
Installation
Download and uncompress the
latest version, and move the the
minetest-particles-master folder into your
minetest/mods folder.
Modding Guide
To add Smoke Particles and Signal Bubbles to your mod add smokes=1 or
signalbubbles=1 to the groups in the node definition.
minetest.register_node("your_mod:your_item", {
description = "Your Item",
groups = {smokes=1},
})


