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.

MatthewGB

Members
  • Joined

  • Last visited

Everything posted by MatthewGB

  1. The code was outdated. I had already changed that, it's something else causing the problem.
  2. FML even told you what to do in the error! [embed=425,349][16:53:20] [Client thread/ERROR]: FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.FMLRenderAccessLibrary. This is generally a severe programming error. There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW! [16:53:20] [Client thread/ERROR]: FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.Start. This is generally a severe programming error. There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW![/embed]
  3. First of all, "AL lib: (EE) alc_cleanup: 1 device not" happens every time you close minecraft. The only seemingly possible reason for that error is because you're done something to the main classes. If you haven't started modding that JAR you should renew it. Make sure you're using the right forge for 1.7. You also seem quite new to modding. If you're using forge you should (almost) never edit main classes. Always use the API that forge gives you and make new classes. Google some tutorials on how to do stuff.
  4. I did! I looked everywhere and I can't find TileEntityFurnace in any of my classes!
  5. Just tested it again, now it crashes with the same error.
  6. Check the "onUpdate()" (or something similar) method of the item for anything unexpected.
  7. Fixed one problem and made another . Now when I click on the block nothing happens. I'll add some more code in a min. Thanks anyway!
  8. When I open the GUI of my custom furnace on MC 1.6.4, the game crashes with the following stacktrace: [embed=425,349]java.lang.ClassCastException: net.minecraft.tileentity.TileEntityFurnace cannot be cast to MatthewGB.MoarOres.TileEntityEFurnace 2014-02-22 16:37:36 [iNFO] [sTDOUT] at MatthewGB.MoarOres.MoarOresFurnace.onBlockActivated(MoarOresFurnace.java:138)[/embed] The block's class: TileEntityEFurnace Class: Anyone know how to fix this error?

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.