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

My question is very simple: is there any documentation anywhere on creating a custom world type for 1.7.10? I've found a lot of tutorials for previous versions but they don't seem to work for this version. I've also tried looking through the Biomes O Plenty source code, but was unable to glean anything useful from it because it's such a huge mod and I don't even know where to start. Can anybody shed some light on this topic?

  • Author

To my knowledge, dimensions are different from world types, but I'll still have a look at that and see if it can help me.

Well, there is not much to say about WorldTypes.

 

You can make new class that extends WorldType and simply initialize it.

    public WorldType MYCUSTOM = new CustomWorldType(ID, "customName", versionInt);

 

That is all. Note that Minecraft allows you to have 16 WorldTypes, from which few IDs are alredy taken.

1.7.10 is no longer supported by forge, you are on your own.

Well, there is not much to say about WorldTypes.

 

You can make new class that extends WorldType and simply initialize it.

    public WorldType MYCUSTOM = (new CustomWorldType(ID, "customName"));

 

That is all. Note that Minecraft allows you to have 16 WorldTypes, from which few IDs are alredy taken.

Forge automatically extends the limit using ArrayCopy. Since WorldType is only effective on server side, there is theoretically no limit for WorldType. So don't worry about that.

I. Stellarium for Minecraft: Configurable Universe for Minecraft! (WIP)

II. Stellar Sky, Better Star Rendering&Sky Utility mod, had separated from Stellarium.

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.