MineClone2/mods/ITEMS/mcl_mangrove
kabou a4ef367708 Add "orphaned" leaves nodes.
* Add "orphaned" leaves nodes, these are copies of the regular leaves
  nodes whose sole purpose is to replace leaves nodes when no more tree
  trunks are present nearby.  The orphaned nodes are swapped in by a
  callback on destruction of tree trunk nodes and will be decayed by a
  dedicated abm that processes all nodes in `group:leaves_orphan`.
* Add `mcl_core.update_leaves()` function, a `after_destruct` callback
  handler for tree trunk nodes.  The function finds leaves nodes nearby
  destroyed tree trunk nodes and swaps these for orphaned leaves nodes
  if no other tree trunk nodes remain near them.
* Add `after_destruct` callbacks to tree trunk node registrations in
  mcl_core/nodes_trees.lua and mcl_mangrove/init.lua to update orphaned
  leaves.
* Add entry for group `leaves_orphan` to GROUPS.md
* Also add entry for group `leaves` to GROUPS.md (it was missing).
2022-12-15 22:42:08 +00:00
..
locale Mise à jour de 'mods/ITEMS/mcl_mangrove/locale/mcl_mangrove.fr.tr' 2022-08-24 04:09:11 +00:00
models Fix mangrove roots and water logged roots(somewhat) 2022-08-03 00:00:44 +02:00
schematics Add Bee Nest Tree Schematics and generation 2022-11-17 03:16:45 +01:00
textures Add mangrove trees 2022-08-02 12:02:20 +02:00
init.lua Add "orphaned" leaves nodes. 2022-12-15 22:42:08 +00:00
mod.conf Fix propagule growth 2022-08-02 12:02:20 +02:00