Posted July 7, 20205 yr In 1.12x, WorldGenTrees was used for generating the trees. However, I was noticed that the class was outdated. Which class in 1.15x can I replace that?
July 7, 20205 yr It looks like it's now different "tree features" you can find them in net.minecraft.world.gen.feature Feature.java
July 7, 20205 yr Author 1 minute ago, poopoodice said: It looks like it's now different "tree features" you can find them in net.minecraft.world.gen.feature Feature.java I saw there is a class called "TreeFeature", is that?
July 7, 20205 yr Author 19 minutes ago, poopoodice said: It looks like it's now different "tree features" you can find them in net.minecraft.world.gen.feature Feature.java So, if I want to generate a tree, I need to extends "AbstractSmallTreeFeature"? Beacuse I saw all trees extended this class
July 7, 20205 yr 46 minutes ago, Luo_Shijian said: Beacuse I saw all trees extended this class If those extensions don't do what you need, either write your own, subclassing an existing one, or the abstract one, depending on your needs. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
July 7, 20205 yr 5 hours ago, Luo_Shijian said: In 1.12x, WorldGenTrees was used for generating the trees. However, I was noticed that the class was outdated. Which class in 1.15x can I replace that? <image of vanilla code removed - diesieben07> Edited July 7, 20205 yr by diesieben07
July 7, 20205 yr 11 minutes ago, zenglintao said: <image> How the fuck does that help anyone? Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
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.