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.

JJinMandoo

Members
  • Joined

  • Last visited

Everything posted by JJinMandoo

  1. I want to make an overlay using player's face. I thought of two ways. First, import images through Url. Second, save and recall files. But both failed. First, dynmaictexture can't convert using bufferedImage. Second, I can't save asset folder. Please help me, including examples.
  2. Thanks!. I'll look it up one more time.
  3. I found this code on Google. So this code is wrong?
  4. Can you give me an example? I've been searching for this article for days, but I can't find it.
  5. Can you give me an example? I've been searching for this article for days, but I can't find it.
  6. I'm working on an overlay-related mode. However, a dynamic related error occurred. The bottom is the sauce, and the error message is "error: incompatible types: BufferedImage cannot be converted to NativeImage ". Please Help me.. public DynamicTexture getImage(String UUID) { BufferedImage bi = null; try { URL url = new URL("https://crafatar.com/avatars/" + UUID); bi = ImageIO.read(url); } catch(MalformedURLException e) { } catch(IOException e) { } return new DynamicTexture(bi); }

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.