Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

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.

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.

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.

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.