Jump to content

Recommended Posts

Posted

I have been working on my mod for a while and one of the last problems is getting my dimension to work. I currently am getting the following crash in the eclipse console, it is not generating one in the jars/crash-reports file.

 

Crash:

 

  Reveal hidden contents

 

 

@mod file:

 

  Reveal hidden contents

 

 

WoldProvider:

 

  Reveal hidden contents

 

 

Biome:

 

  Reveal hidden contents

 

If anything other files are needed just ask. Thanks for any help you can give :)

  • 1 month later...
Posted

I have found a fix for this, because I have this too.

 

Forge has a 4096 Index Code for Blocks.

 

That means you block ID codes should be around 2000-4096.

 

Two of your blocks are below 256. :D

 

Change them to something above 2000 and you should be good.

 

In your error code:

2013-01-17 18:16:44 [WARNING] [ForgeModLoader] Mod attempted to get a block ID with a default in the Terrain Generation section, mod authors should make sure there defaults are above 256 unless explicitly needed for terrain generation. Most ores do not need to be below 256.

2013-01-17 18:16:44 [WARNING] [ForgeModLoader] Config "/config/MysticAdditions.cfg" Category: "block" Key: "InertMysticGrass" Default: 149

2013-01-17 18:16:44 [WARNING] [ForgeModLoader] Mod attempted to get a block ID with a default in the Terrain Generation section, mod authors should make sure there defaults are above 256 unless explicitly needed for terrain generation. Most ores do not need to be below 256.

2013-01-17 18:16:44 [WARNING] [ForgeModLoader] Config "/config/MysticAdditions.cfg" Category: "block" Key: "InertMysticCobblestone" Default: 148

 

It is something with InertMysticGlass and InertMysticCobblestone.

ID 148, ID 149. Change it :)

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.