Package: Age of Mending
Here's what I would do with the leaf textures:
https://content.minetest.net/uploads/4f03378861.png
https://content.minetest.net/uploads/370a39402a.png
To achieve this I modified E:\games\minetest-5.8.0-win64\games\pmb_core\mods\pmb_nodes\pmb_wood\init.lua
pmb_wood.register_leaves_old("Ash", {'pmb_wood_ash_leaves.png^[colorize:yellow:64'}, {'pmb_wood_ash_leaves_opaque.png^[colorize:yellow:64'}) -- deprecated, for compat only pmb_wood.register_leaves("Ash", {'pmb_wood_ash_leaves.png^[colorize:yellow:64'}, {'pmb_wood_ash_leaves_opaque.png^[colorize:yellow:64'}) pmb_wood.register_leaves_old("Spruce", {'pmb_wood_spruce_leaves.png^[colorize:cyan:64'}, {'pmb_wood_spruce_leaves_opaque.png^[colorize:cyan:64'}) -- deprecated, for compat only pmb_wood.register_leaves("Spruce", {'pmb_wood_spruce_leaves.png^[colorize:cyan:64'}, {'pmb_wood_spruce_leaves_opaque.png^[colorize:cyan:64'})
Here's what I would do with the leaf textures:
https://content.minetest.net/uploads/4f03378861.png
https://content.minetest.net/uploads/370a39402a.png
To achieve this I modified E:\games\minetest-5.8.0-win64\games\pmb_core\mods\pmb_nodes\pmb_wood\init.lua