Changelog
- Added support for new blocks from 1.21.5 drop;
- There is support for the CraftMine Update April Fools snapshot!
- Now the color of the leaves in the non-vanilla biome will be the default as in the plains biome.
Techinal part:
- For non-vanilla biomes, the
#physics_of_falling_trees:biome_leaves_color
function tag has been added, with which you can add colors to custom biomes in your datapacks.- The format of the color defenition command is
execute if biome ~ ~ ~ <biome_id> run return run data modify storage midwut:main output set value <deciaml_color_format = R * 65536 + G * 256 + B>
- The features of the test tree function have been expanded, use the
/function physics_of_falling_trees:temp_tree {state:-1}
command to help.