This commit is contained in:
Aaron Suen 2024-02-11 20:51:57 -05:00
parent 9d1411b031
commit 273b114f6e

16
TODO
View File

@ -1,5 +1,21 @@
------------------------------------------------------------------------
- Teleportation regression needs to support player:add_pos now.
- Mapgen limit mod:
- Import from my_* mods
- Add a property to the nodes to indicate that they are out of
bounds dummy nodes for maplimitfx mod.
- Make maplimitfx mod detect dummy nodes.
- Check for 1 node at distance limit for each direction.
- Scan inward to find actual limit.
- Handle limit expansion.
- Make one special node for LBM use, add one per mapblock.
- Upon LBM of that node, check for in bounds, and regen.
- Emerge the entire mapchunk.
- Check each block.
- Delete all blocks that match.
- Move motdagree "purge if not verified" logic into a separate mod
- Delete any players automatically if privs do not exactly
match a given set (default to default_privs) when offline.