Mineuniverse
Log in Register
Mods

Tree Tweaker

A custom tree generation add on for CraftTweaker
by super_fluke
Claim this project
311,762 downloads
0 likes
Updated Jun 30, 2026
0 hypes

Tree Tweaker is a CraftTweaker add on that allows you to add custom trees to world generation. The shape, height, leaves, logs, frequency, biome, and more can all be customized through zen script. Trees can use modded blocks and be set to generate in modded biomes. 

 

Example Tree Script:

import mods.treetweaker.TreeFactory;
var jungle = TreeFactory.createTree("jungle");
jungle.setTreeType("JUNGLE");
jungle.setLog("minecraft:bone_block");
jungle.setLeaf("minecraft:brown_mushroom_block");
jungle.setGenFrequency(7);
jungle.setMinHeight(10);
jungle.register();

 jungle.png

 

 

 

More detailed information and additional examples can be found on the Tree Tweaker Wiki

 

 

No files available for download.

More from super_fluke

Some Like It Dry
43,898
Stygian End: Biome Expansion
3,843,053
Grassta la Vista
25,277
Hex Lands
220,254

You Might Also Like

Ender Tweaker
EnderIO + CraftTweaker
9,574,671
PackMode
Simple Mod-pack Utility to allow switching between PackModes
9,024,946
Zen Summoning
Allows for custom mob summoning with CraftTweaker
7,912,007
FTB Tweaks
This is a very simple mod that introduces the concept of game modes. For want of a better description this allows you to set up multiple minetweaker profiles and switch between them on the fly (no server restart required) This gives you the ability to...
7,191,034
CraftTweaker GUI
Allows editing and managing edited recipes for CraftTweaker
98,064
Fluid Interaction Tweaker
This is a CraftTweaker/GroovyScript addon that enables you to add more fluid interactions.
92,986