Jump to content

Add new biome with Terrablender [1.20]


Robin Roloff

Recommended Posts

So in your `ModOverworldRegion` class your "builder" should not be embedded within the addModifiedVanillaOverwordBiomes() method. That method is only used for overriding vanilla biomes. Besides that I think that you're good :)

https://github.com/Glitchfiend/TerraBlender/blob/1.20.4/Example/Forge/src/main/java/terrablender/example/TestRegion1.java

Here's the example from TerraBlender

Link to comment
Share on other sites

1 hour ago, InvictusSlayer said:

So in your `ModOverworldRegion` class your "builder" should not be embedded within the addModifiedVanillaOverwordBiomes() method. That method is only used for overriding vanilla biomes. Besides that I think that you're good :)

https://github.com/Glitchfiend/TerraBlender/blob/1.20.4/Example/Forge/src/main/java/terrablender/example/TestRegion1.java

Here's the example from TerraBlender

Oh yeah, of course. I fixed it. However, the biome still doesn't generate. When I create a world and try to locate the biome, it doesn't find it.

I just looked into the datapack section in the world creation and it says that the terrablender forge data pack seems to be compatible for my version, could that be it?

I'm using forge version 46.0.14 and terrablender 30.0.0.163, I thought that would be the compatible version.

 

Edit: I just fixed it. I just removed some unnecessary code, which I didn't think would have any impact. Commit number is b1eba2d2

Edited by Robin Roloff
Link to comment
Share on other sites

25 minutes ago, Robin Roloff said:

Oh yeah, of course. I fixed it. However, the biome still doesn't generate. When I create a world and try to locate the biome, it doesn't find it.

I just looked into the datapack section in the world creation and it says that the terrablender forge data pack seems to be compatible for my version, could that be it?

I'm using forge version 46.0.14 and terrablender 30.0.0.163, I thought that would be the compatible version.

 

Edit: I just fixed it. I just removed some unnecessary code, which I didn't think would have any impact. Commit number is b1eba2d2

New Problem: I can't seem my custom mobs to spawn. Does someone know why?

Link to comment
Share on other sites

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.



×
×
  • Create New...

Important Information

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