Jump to content

Recommended Posts

Posted

Hi, I'm trying to make a new biome, but I don't want it to have stone underneath, but one of my custom blocks. I already know how to replace the "filler" block and the "top" blocks, but neither of these affect the stone. I'd also like this to not cause a lot of lag when generating.

Posted

Theoretically you could create a biome decorator (similar to one that you might create for a custom tree or structure, or a custom ore) that simply grabs all the stone and changes it to your custom block type. I don't know how the default biome decorators would deal with that, but you might have to overwrite the dirt, gravel, and vanilla ores too (unless you want those). I also have no idea how expensive that would be in terms of chunk decoration time. Without doing wild hacks to the default ChunkProviders, a decorator will probably be your best shot.

Posted

Best way to do this is in the replaceblocksforbiome in ChunkProviderGenerate.  Trying to replace/place a crap load of blocks (like every stone block for example) in the biome decorator would just cause a lot of lag from what I've seen.

Posted

You can overwrite the default World Type, and when you do so you can specify a new WorldType class, in that custom worldtype class you can then assign a custom chunkprovidergenerate.

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.