Jump to content

[1.16.1]What is the tree config format and how to do it


Ducky Coder

Recommended Posts

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???

Edited by Ducky Coder
Link to comment
Share on other sites

  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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