promotional bannermobile promotional banner

Tree Tweaker

A custom tree generation add on for CraftTweaker
Collection of trees made of metal blocks on an Advanced Rocketry planet

Collection of trees made of metal blocks on an Advanced Rocketry planet

Pine trees made of mushroom blocks

Pine trees made of mushroom blocks

Acacia shape with oak logs and leaves

Acacia shape with oak logs and leaves

Collection of trees using Natura leaves and logs on Advanced Rocketry's moon

Collection of trees using Natura leaves and logs on Advanced Rocketry's moon

Large oak tree with advanced rocketry alien log and leaves

Large oak tree with advanced rocketry alien log and leaves

Jungle tree that generates in the defiled plains using the logs and leaves from the defiled lands

Jungle tree that generates in the defiled plains using the logs and leaves from the defiled lands

Description

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

 

 

The Tree Tweaker Team

profile avatar
  • 17
    Followers
  • 7
    Projects
  • 12.5M
    Downloads

More from super_flukeView all