Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/01/20 in all areas

  1. Toss it out and use one of McJty's Tutorials. Technovision is known to encourage people to do exactly as he does without explaining how or why it works, leading to people getting confused when they miss something. (Yes, you are in this category)
    1 point
  2. If I'm not mistaken, there should be a builder that allows a supplier of a configured feature to be taken in. However, if this does not work, then you would need to handle the features within the biome itself in the highest priority. You can also create a json version of the biome and use the entry as a dummy. This way the feature can be loaded into the world from the json itself without the need to navigate around registries.
    1 point
  3. dont do that use https://github.com/MinecraftForge/MinecraftForge/blob/1.16.x/src/main/java/net/minecraftforge/common/capabilities/ICapabilityProvider.java#L41
    1 point
  4. There's a BiMap you need to add your structure to within Structure along with registering it as a feature and structure.
    1 point
×
×
  • Create New...

Important Information

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