https://github.com/pyrollo/late
Library Adding Temporary Effects to Minetest
https://github.com/pyrollo/late
lua minetest minetest-mod
Last synced: 3 months ago
JSON representation
Library Adding Temporary Effects to Minetest
- Host: GitHub
- URL: https://github.com/pyrollo/late
- Owner: pyrollo
- License: lgpl-2.1
- Created: 2018-08-26T18:01:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-26T09:24:41.000Z (over 3 years ago)
- Last Synced: 2025-01-30T20:12:37.106Z (about 1 year ago)
- Topics: lua, minetest, minetest-mod
- Language: Lua
- Homepage:
- Size: 83 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LATE - Library Adding Temporary Effects
This Minetest library adds possibility to easily create temporary effects affecting players and mobs.
**Version**: Alpha
**Dependancies**: default, 3d_armor (optional)
**License**: LGPL v2.1
This library does not directly offer anything new to the game. It has to be used by other mods.
**API**: See [API.md](https://github.com/pyrollo/late/blob/master/API.md) document please.
## Related mods
* [late_demo](https://github.com/pyrollo/late_demo): A basic demo mod ([impacts documented here](basic_impacts.md)).
* [late_extra_impacts](https://github.com/pyrollo/late_extra_impacts): Adds more elaborated impacts (only *illuminate* impact for now)
## Expected improvements
### Short term
* Effect cancellation
* Several effects on items and nodes
* More impact types, on mobs in particular
### Long term
* Effects on world itself
* Persistance of effects on mobs (now only player effects persist)
* Particles
## Version history
### 2018-11-21 Hud improvements by texmex
* HUD system improved, added to demo and documentation
* Custom conditions can now be registered
### 2018-08-05 Ongoing development
* Demo mod (see [late_demo](https://github.com/pyrollo/late_demo))
* HUD system (not in demo yet)
* Distance fading effects
* Effects modifiers impact (allows creation of antidote effects)
* New impact types: breath, nametag
### 2018-08-26 Alpha version (dev still in progress)