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.

F3RULLO14

Members
  • Joined

  • Last visited

  1. Thank you so much man! Thank you! Ive been messing around with it all morning and couldnt figure it out!
  2. I have the same problem, would be nice if someone could help us
  3. All my sounds load but how would i play them? I use this method below: world.playSoundAtEntity(entityplayer, customSound, 1F, 1F); Once the sound is loaded into the sound pool, shouldnt it just play if i use "customSound" ? Or do you think it would work if i make a custom folder like "random.arrow"? Kinda lost here, would be great for a little advice .
  4. Does anyone know how to add custom sounds and play them? Such as mob sound or something? Here is what i use now: (Doesn't work) manager.soundPoolSounds.addSound("/com/f3rullo14/fgm/sounds/" + customsound + ".ogg"); Then i use this method to play the sound: world.playSoundAtEntity(entityplayer, customsound, 1F, 1F);
  5. How did you register the sound? And how did you play them? It just doesnt play at all, no errors show up. I use the method to play: world.playSoundAtEntity(entityplayer, customsound, 1F, 1F); The to register it, i use: manager.soundPoolSounds.addSound("/com/f3rullo14/fgm/sounds/" + customsound+ ".ogg");
  6. Funny. Because I updated that tutorial for 1.5 and I can't get my existing code to work with 1.6 Make sure the names for your image's folder is lowercase in the directory and code. Worked for me

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.