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.

HMPerson1

Members
  • Joined

  • Last visited

Everything posted by HMPerson1

  1. Modded item ids must start above 4096, otherwise they'll coincide with ItemBlock ids. When you use configuration.getItem(), if the default below 4096, it'll auto-assign it somewhere in the 31000's.
  2. FMLInitializationEvent is in the package cpw.mods.fml.common.event
  3. java.lang.ClassNotFoundException: Commmon.CommonProxy Probably a typo in @SidedProxy(...)
  4. Does it happen on a restart?
  5. Okay, first of all, the Secret Rooms Mod hasn't even been installed. Secondly, all three logs indicate crashes. The first two look like you didn't install something correctly. The third one, however, is a simple block id conflict: 2012-10-27 13:41:00 [sTDERR] Caused by: java.lang.IllegalArgumentException: Slot 210 is already occupied by morePistons.BlockDoublePistonBase@23bca486 when adding dan200.turtle.shared.BlockTurtleExpanded@35d56bbe Change either the ComputerCraft configs or the More Pistons Mod configs. Look for the block id 210 and change it to something else.
  6. Initialize all of your blocks and items before you add recipes. If it helps, this is line 45: GameRegistry.addSmelting(AMCore.alumore.blockID, new ItemStack(AMCore.alumingot), 0.1f);
  7. Hmm...interesting. Try deleting .minecraft/libs and see if it works.
  8. You have the car mod installed twice.
  9. Make sure your internet is working and try again.
  10. Here's the error you're probably looking for: java.lang.ClassNotFoundException: XetosMods.common.ClientProxy You probably accidentally typed: clientSide="XetosMods.common.ClientProxy" instead of: clientSide="XetosMods.client.ClientProxy" inside of @SidedProxy(...)

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.