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

Hello there,

I have recently updated from 1.7.10 (I figured that being two versions behind would not be good.) However, my biome (which was working back in 1.7.10) has broken with the update. I iterated through using the Iterator in the biome registry and outputted the results into the log, however, it seems that my biome is not there. I used getIdByBiome on my biome, and it returned 0, so I suspect I messed up registering it. Here is my code for registration:

    	BiomeManager.addSpawnBiome(cosmicBiome);
    	BiomeManager.addBiome(BiomeType.WARM, new BiomeEntry(cosmicBiome, 100));

The weight is made high so I don't have to travel far to find my biome. Here is the declaration code:

     	 cosmicBiome = new NormalBiome((new BiomeProperties("cosmicBiome").setBaseHeight(0.1f).setHeightVariation(0.4f)), "cosmicBiome", cosmicDirt, cosmicGrass);

NormalBiome is a class I made that passes in the name and BiomeProperties and uses the last two arguments as the filler and top blocks.

Any help is appreciated. Thanks  :)

EDIT: I am using version 12.16.0.1813 (the latest as of March 29 at 8:48 PM EST)

  • Author

I updated my forge version, and yet, it seems the problem has not gone away. All of the system outputs seems to have put out the same info.

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.