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 am trying to make a new world generator. The world will be mostly empty (think skygrid), but I am at a loss as to how I do that.

 

I have followed this guide:

http://www.minecraftforge.net/wiki/Adding_World_Generation

 

But that is only for adding blocks to the world as it is.

 

I would like to have my generator show up on the list in the main menu.

One way of getting an empty world is to just have a superflat generator and then feed it one of the commands that will make it generate a world with nothing in it. But even that, I cannot see where happens.

 

I have been looking through the code in net.minecraft.client.gui.GuiCreateWorld, but I cant see how any of those buttons trigger their associated actions. But maybe that is not the right place to be looking?

 

I want most other things to still work as normal (mob spawning, water/lava flow and such) and also be able to generate any block that is put into forge via installed mods so that it will work with other forge mods.

 

Any pointers you could give would be great.

I don't know if this will help, but it's just a suggestion.

 

You could make a biome and add this code to the constructor:

this.topBlock = (byte) 0;
this.fillerBlock = (byte) 0;

 

Then you could make a new dimension that uses this biome.

 

If you need the tutorials here's a link: http://www.minecraftforum.net/topic/1797143-

Before you even think about modding,

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.