HomeJavaModsTree Tweaker
Tree Tweaker
ModsJava

Tree Tweaker

A custom tree generation add on for CraftTweaker

⬇ Download on CurseForge
Tree Tweaker — screenshot 1Tree Tweaker — screenshot 2Tree Tweaker — screenshot 3Tree Tweaker — screenshot 4Tree Tweaker — screenshot 5Tree Tweaker — screenshot 6

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

 

 

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more