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

I'm getting this in my console but I have no idea what prints it: 

[00:24:03] [Render thread/WARN]: Invalid biome data received, starting from 0: [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]

I'm not creating any biomes but I am working with dynamic dimensions. Any idea what prints this out so that I can debug?

Edited by DavidQF555

  • Author
8 hours ago, diesieben07 said:

It's printing biome IDs. Show your world generation, specifically where you generate biomes. Most likely you are using the wrong IDs.

I'm assuming that biomes should be generated in the ChunkGenerator? I haven't added any code to generate biomes I don't think: https://pastebin.com/GYD8v4Xd

  • Author
9 minutes ago, diesieben07 said:

I would ask you just post your whole code as a Git repo.

Here, it's still very incomplete but it should all be within the common.world folder. 

  • Author
10 minutes ago, diesieben07 said:

Hm. I honestly do not see the issue. What I thought would be it isn't it.

Any idea what line prints it? I can try debugging it but I don't even know what prints it. 

  • Author

So far all I've been able to find is that ClientboundLevelChunkPacket is settings biomes to a full -1 array in the constructor, which is then causing the message client side. I traced that to ChunkGenerator.createBiomes(), where the registry does not have a plains biome which is the fixed biome, but I also checked the vanilla chunk generator and it also doesn't have a plains biome, so I'm not sure whats wrong. 

  • Author
1 hour ago, diesieben07 said:

Okay my guess is that the problem is that you are using the plain biome instances from the normal registry in your RealityCubesSettings, specifically Biomes.PLAINS. You have to use the dynamic registries to look up the actual biome for the world, otherwise the IDs won't be correct, afaik.

I think that is the problem. I changed to using ResourceKeys instead and haven't seen the log since. 

  • DavidQF555 changed the title to [Solved][1.17.1] Invalid biome data received

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.