blockgame/mods/bg_tree
trans_soup c4a70e45ce decomposition fix.
make decomposing leaves no longer traverse nodes that don't affect their
decomposition rate, when determining said rate. this means that they're
only affected by nodes that either touch them directly, or touch nodes
that affect them.
2023-10-19 13:12:10 +02:00
..
textures refactor log registration. 2023-10-17 11:23:32 +02:00
api.lua refactor: minor code style change. 2023-10-11 19:12:47 +02:00
decompose.lua decomposition fix. 2023-10-19 13:12:10 +02:00
decoration.lua replace leaves decoration with saplings. 2023-10-17 15:16:11 +02:00
fall_leaves.lua simplify leaves falling from trees. 2023-10-17 19:15:52 +02:00
grow_leaves.lua fix: account for moved api function. 2023-10-17 11:24:18 +02:00
grow_sapling.lua remove old tree growth. 2023-10-17 16:28:58 +02:00
init.lua simplify leaves falling from trees. 2023-10-17 19:15:52 +02:00
mod.conf complete cleanup after rename. 2023-10-16 10:14:34 +02:00
node.lua simplify node registration. 2023-10-17 20:20:42 +02:00
node_leaves.lua make decomposing leaves have layers. 2023-10-19 12:54:09 +02:00
node_log.lua simplify node registration. 2023-10-17 20:20:42 +02:00
recipes.lua add decomposition of leaves into dirt. 2023-10-16 20:41:09 +02:00