Posted August 20, 20205 yr 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 August 20, 20205 yr by Ducky Coder
September 15, 20205 yr 22 minutes ago, DunneWortel said: Same problem here You can see examples of how vanilla Minecraft uses the BaseTreeFeatureConfig.Builder in the DefaultBiomeFeatures class.
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.