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.

sbcroix

Members
  • Joined

  • Last visited

  1. Figured it out last night. It appears that a system process had a file lock on the new files. After a re-boot everything is working again.
  2. ignore my answer... I have not upgraded to 1.5 yet... I might be wrong
  3. Really I have no idea what is going on. I have about 38 custom sounds. All of them work 100% Last night I added 4 new sounds, but they never play. If I change the entity code to return one of the old sounds it plays fine If I rename one of the old sounds to the new sound name is does not play. If I rename the new sound to the old sound it plays fine. It's killing me whats going on
  4. I have a library developed by a third party (external) that I want to use. This one to be exact - http://xstream.codehaus.org/download.html I download it, drop it in the libs folder and add it to my class path. I also found some information stating i should add it to the mods dir to have it get added to the class path. When I actually try to use it I get a Java null pointer exception, as outlined below.
  5. I have tried and tried, but I can't seem to get an external library linked. Has anyone done this? Can they help!!
  6. Hopefully someone can help me here. I have created a new MOB. I have added code to it for custom animation. The animation works fine, better than I expected actually. But every single mob I spawn using my new model has the same animation sequence, and the more mobs I spawn the faster the animation runs. I am new to modding Minecraft, but have about many years of development exp in a variety of languages. Relevant Psudo Code from the model class public void setLivingAnimations(EntityLiving par1EntityLiving, float par2, float par3, float par4) { DoAnimation(); } public void DoAnimation() { double zChange = GetSomeRandomDouble(); arm1.rotateAngleZ = arm1.rotateAngleZ + (float)zChange; } Any help or explanation will be appreciated.

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.