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.

Kappucino

Members
  • Joined

  • Last visited

  1. Hello, I'm experiencing with the new Rendering Registry for Forge 1.8 And I'm trying to load a B3D model file generated by Blender using the add-on provided by RainWarrior https://github.com/RainWarrior/B3DExport But the B3DLoader is giving me this error: [XX:XX:XX] [Client thread/ERROR] [FML]: No root mesh in model tests:models/item/Test.b3d and no mesh name in location, skipping Does anyone have a clue on how to fix it? I checked everywhere on github for a mod using this method and apparently no one is using it. I looked at the source and the error seems to come from here: if(!(model.getRoot().getKind() instanceof Mesh)) { FMLLog.severe("No root mesh in model %s and no mesh name in location, skipping", modelLocation); return ModelLoaderRegistry.getMissingModel(); } Here's the code which is loading the model in my proxy: IModel model = ModelLoaderRegistry.getModel(new ResourceLocation(BaseReferences.MODID+":item/Test.b3d")); Any help is appreciated!
  2. Oh, Thats problably why then .... (I'm using Gradle) Still thanks!
  3. Hi, Since yesterday I've been trying to add a custom sound to my mod... and the wiki is outdated for that http://www.minecraftforge.net/wiki/Sounds_For_Forge_1.3.2. public class YourMod_EventSounds { @ForgeSubscribe public void onSound(SoundLoadEvent event) { try { event.manager.soundPoolSounds.addSound("your/sound.wav", YourModBaseClass.class.getResource("/path/to/your/sound.wav")); // This line here is my problem } catch (Exception e) { System.err.println("Failed to register one or more sounds."); } } } The error i'm getting is ''The method addSound(String) in the type SoundPool is not applicable for arguments (String, URL)" I tried without 'MODNAME.class.getRecource'. But no luck I Hope you can help Thanks, Regards.

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.