mirror of
https://github.com/mt-mods/moretrees.git
synced 2024-11-05 09:50:34 +01:00
4c198fad78
Fix replacement of default trees so that it works correctly. Beeches now use default tree nodes, but L-systems models. This redefines the default tree, wood, leaves, and saplings so that they use moretrees' textures "Beech" in their descriptions, but only if replacement of default trees is enabled. Added backward-compat aliases for this change. Moved tree replacement mapgen->air aliases to a more logical spot in the code. Also, changed out all leaf decay dig_node() calls for nodeupdate(), since the former calls the latter anyway, and the latter is what does the job. Increased the palm leaf decay radius to 12. |
||
---|---|---|
textures | ||
.gitignore | ||
biome_defs.lua | ||
crafts.lua | ||
depends.txt | ||
init.lua | ||
leafdecay.lua | ||
node_defs.lua | ||
README.md | ||
saplings.lua | ||
settings.lua | ||
tree_biomes.txt | ||
tree_models.lua |
More trees!
This mod adds a whole bunch of new types of trees to the game
Much of the code here came from cisoun's conifers mod and bas080's jungle trees mod, and big contributions by RealBadAngel.
Brought together into one mod and made L-systems compatible by Vanessa Ezekowitz.
License: WTFPL
Dependencies: plants_lib and default