/
treephysics:falls_from_trees tag that can have no masstreephysics:extra_leaves tagtreephysics:leaves and treephysics:logs for defining blocks that should be treated as leaves/logs by the modIn a data pack, create a file: data/<namespace>/treephysics/leaf_grouping.json
{
"groups": {
// A group can be defined with a name and a list of blocks it contains
// The name can be anything, but generally should contain a namespace to avoid unwanted overlap
"example:glungus": [
"example:glungus_leaves",
"example:flowering_glungus_leaves"
],
// Blocks can be added to existing groups by using the same name
"minecraft:oak": [
"example:apple_oak_leaves"
]
}
}
Groups already exist for these mods:

Cutting down Trees causes them to fall realistically, thanks to Sable's Physics.