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.

AAAAAAAAAAAA

Members
  • Joined

  • Last visited

  1. adamharkness started following AAAAAAAAAAAA
  2. Ive renamed the image to download.png and edited it in the class too but its still not working
  3. Ive tried to just render an image ingame but i get a Filenotfoundexception
  4. AAAAAAAAAAAA joined the community
  5. Sooo i have tried to ust show up a picture , but it get a FileNotFoundException. Why ? public class Gui extends GuiScreen { int guiheight = 200; int guiwidht = 200; public void initGui() { } public void drawScreen(int mouseX, int mouseY, float partialTicks) { drawDefaultBackground(); mc.getTextureManager().bindTexture(new ResourceLocation(Main.MOD_ID,"gui/img.png")); int offsetfromscreenLeft = (width - guiwidht) / 2; drawTexturedModalRect(offsetfromscreenLeft, 2,0,0,guiwidht,guiheight); super.drawScreen(mouseX, mouseY, partialTicks); } } and my picture is in Project/src/main/resources/asses/main/gui/img.png public static final String MOD_ID = "main";

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.