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.

BillStark001

Members
  • Joined

  • Last visited

  1. I'm trying to make a mod that can transfer a world's data from a low version to a world using the same seed in a high version, so that player activities is able to save and new features can be introduced. Basically I'm planning to find chunks needs to be copied to the new version and copy them chunk-wisely. Checking if a chunk needs to be copied is simple - just contrast it to the chunk in the same coordinates in a new-generated world to see if it's changed, copying chunks is also simple, BUT first I need to find chunks that are already generated on which I got into trouble. It's not realistic to contrast each chunk in the world(or a part of it) for that's extremely time-and-space-consuming(I think that I may cause chunk generation by getting the info. of a non-generated chunk using Forge API), so it's necessary to find all generated chunks. I'm new at Minecraft modding. Thanks to your help.

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.