Jump to content

Ducky Coder

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Ducky Coder

  1. Im Working on my Mod and i want to make a tree generation in 1.16.1. What do you need to put in the tree config to make the tree a feature. I am making a tree using BaseTreeFeatureConfig method to do so.

    package com.crayon_duck.betterstuff.world.feature;
    
    import net.minecraft.block.trees.Tree;
    import net.minecraft.world.gen.feature.BaseTreeFeatureConfig;
    
    public class MagentaTree extends Tree {
        public static final BaseTreeFeatureConfig MAGENTA_TREE_CONFIG = (new BaseTreeFeatureConfig( ));
                                                                                                   ^
                                                                                                   | <- This is where i need the code to go into and config my tree. plz help???
    }
    

    What do I put in BaseTreeFeatrueConfig to make a tree or is there another better way of configurating your tree???

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.