1
0
mirror of https://repo.or.cz/minetest_playereffects.git synced 2024-11-15 21:00:18 +01:00
A Minetest mod which provides an API to add temporary status effects for players. https://forum.minetest.net/viewtopic.php?t=9689
Go to file
Wuzzy 21f053270f Add effect metadata
Effect metadata is a means to store additional user-defined data for the effect,
which can be reused when the cancel function of the effect is called.
This commit also adds a new example (blind) to demonstrate usage of that.
2014-07-14 17:28:51 +02:00
textures Add effect metadata 2014-07-14 17:28:51 +02:00
depends.txt Initial commit 2014-07-06 01:04:03 +02:00
description.txt Initial commit 2014-07-06 01:04:03 +02:00
examples.lua Add effect metadata 2014-07-14 17:28:51 +02:00
init.lua Add effect metadata 2014-07-14 17:28:51 +02:00
settings.lua Add autosave functionality 2014-07-14 00:43:16 +02:00