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 was tyring to add it so 2 of my blocks can have their id's changed just as a test,but i am running into the same error all the time and the config file does not generate.

 

code of main class:

http://pastebin.com/6KgVVxsj

error message:

http://pastebin.com/Ut1gxBh7

 

if anyone can help you would be the best.

 

im using the latest recommended build of forge for 1.4.4

You are creating blocks before IDs are generated.

 

You have to do any block = new BlockYours(id) after the id was correctly assigned.

  • Author

You are creating blocks before IDs are generated.

 

You have to do any block = new BlockYours(id) after the id was correctly assigned.

sorry i dont understand what you mean?

You are creating blocks before IDs are generated.

 

You have to do any block = new BlockYours(id) after the id was correctly assigned.

sorry i dont understand what you mean?

Basically what he's saying is that you set the ID variables after registring the blocks, meaning that you are "creating" the blocks before setting the IDs, thus resulting in their IDs being 0. The fix is kind of complicated, but I will try to explain it.

 

Basically, remove the "public final static Block" before the variables and do "public static Block compactdirt;" before all the methods, but still in the "public class compactblocks". After that, move the setting of the variables (compactdirt = new compactdirt...) in the method marked with @Init. If you don't understand, write.

  • Author

You are creating blocks before IDs are generated.

 

You have to do any block = new BlockYours(id) after the id was correctly assigned.

sorry i dont understand what you mean?

Basically what he's saying is that you set the ID variables after registring the blocks, meaning that you are "creating" the blocks before setting the IDs, thus resulting in their IDs being 0. The fix is kind of complicated, but I will try to explain it.

 

Basically, remove the "public final static Block" before the variables and do "public static Block compactdirt;" before all the methods, but still in the "public class compactblocks". After that, move the setting of the variables (compactdirt = new compactdirt...) in the method marked with @Init. If you don't understand, write.

 

Thanks so much! :D

You are creating blocks before IDs are generated.

 

You have to do any block = new BlockYours(id) after the id was correctly assigned.

sorry i dont understand what you mean?

Basically what he's saying is that you set the ID variables after registring the blocks, meaning that you are "creating" the blocks before setting the IDs, thus resulting in their IDs being 0. The fix is kind of complicated, but I will try to explain it.

 

Basically, remove the "public final static Block" before the variables and do "public static Block compactdirt;" before all the methods, but still in the "public class compactblocks". After that, move the setting of the variables (compactdirt = new compactdirt...) in the method marked with @Init. If you don't understand, write.

 

Get this error too, can you please create a dummy mod or something? So I can understand? Thanks!

  • Author

You are creating blocks before IDs are generated.

 

You have to do any block = new BlockYours(id) after the id was correctly assigned.

sorry i dont understand what you mean?

Basically what he's saying is that you set the ID variables after registring the blocks, meaning that you are "creating" the blocks before setting the IDs, thus resulting in their IDs being 0. The fix is kind of complicated, but I will try to explain it.

 

Basically, remove the "public final static Block" before the variables and do "public static Block compactdirt;" before all the methods, but still in the "public class compactblocks". After that, move the setting of the variables (compactdirt = new compactdirt...) in the method marked with @Init. If you don't understand, write.

 

Get this error too, can you please create a dummy mod or something? So I can understand? Thanks!

 

Il do it for you by tomorrow;

  • Author

You are creating blocks before IDs are generated.

 

You have to do any block = new BlockYours(id) after the id was correctly assigned.

sorry i dont understand what you mean?

Basically what he's saying is that you set the ID variables after registring the blocks, meaning that you are "creating" the blocks before setting the IDs, thus resulting in their IDs being 0. The fix is kind of complicated, but I will try to explain it.

 

Basically, remove the "public final static Block" before the variables and do "public static Block compactdirt;" before all the methods, but still in the "public class compactblocks". After that, move the setting of the variables (compactdirt = new compactdirt...) in the method marked with @Init. If you don't understand, write.

 

Get this error too, can you please create a dummy mod or something? So I can understand? Thanks!

 

done just have to lay it out like i was shown works the same for items

 

http://pastebin.com/6ALJaMwp

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.