Skip to content

ZenTreesplosions

Zenarchist edited this page May 6, 2026 · 3 revisions

Source: https://github.com/ZenarchistCode/ZenTreesplosions

NOTE: This mod is included in my modpack and can be enabled/disabled via ZenTreesplosions in ZenModPackConfig.json

download

What Is This?

This mod makes explosives deadly to trees.

Grenades and M79 40mm explosives will knock down surrounding bushes and small trees, while Claymores, Plastic Explosives and Improvised Explosives will knock down large trees as well as small ones.

They don't drop any logs or sticks, they just fall over, making the explosion just a little bit more satisfying.

There is a JSON config that allows you to specify the blast radius and what trees/bushes it destroys for each explosive.

Config

Config file: profiles/Zenarchist/ZenTreesplosionsConfig.json

        {
            "ExplosiveType": "M67Grenade", // Explosive classname
            "Radius": 10, // Explosion radius in meters
            "CutTreeSoft": 1, // Cut down soft/small trees
            "CutTreeHard": 0, // Cut down hard/large trees
            "CutBushSoft": 1, // Cut down soft/small bushes
            "CutBushHard": 1 // Cut down hard/large bushes
        }

ZEN'S MOD WIKI

Setup Guide

General Information


Utilities

My utility style mods for debugging etc.

Game Mechanics

Mods which affect game mechanics:

Gear / Objects

Mods which add gear to the game:

Server-Side Mods

Mods which run purely server-side:

Mods Not In Modpack

My standalone mods

Clone this wiki locally