This plugin adds a QoL to tree cutting by making trees leave behind a dead log and a stump when chopped down, instead of just disappearing.
There are 3 dead log prefab variations that spawn randomly for trees in each biome, except for trees in the arid biome such as palm trees, because there is no corresponding dead log prefab for this tree type.
Dead Logs
Dead logs are reflective of the tree's biome. For example, if you cut down a tree in the arctic biome, the spawned dead log will be covered in snow, blending with its surroundings. Furthermore, dead logs are spawned in the exact direction where the tree fell, adding to its realism.There are 3 dead log prefab variations that spawn randomly for trees in each biome, except for trees in the arid biome such as palm trees, because there is no corresponding dead log prefab for this tree type.
Stumps
With the exception of trees in the arid biome, all trees will spawn a stump. The stump prefab is the same for all tree types.Configuration
JSON:
{
"Version": "1.1.0",
"Chance To Spawn Snow Log": 100,
"Chance To Spawn Dry Log": 100,
"Chance To Spawn Wet Log": 100,
"Chance To Spawn Stump": 100,
"Spawn Wood Pile Instead Of Stump": false
}