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.

Dreyka Oas

Members
  • Joined

  • Last visited

Everything posted by Dreyka Oas

  1. excuse me
  2. ( excuse me for my english I am french )
  3. I learned not long ago how to integrate resource packs directly into its src I would like to know if I could go further that's why I want to know if it is possible to integrate a shader?
  4. How to change gravity for block ? I would like to lift a block, what code should I use to do so.
  5. And for shader ?
  6. It's not a problem because I'm French and I'm struggling with English, but I was saying that the more versions of Minecraft are released, the heavier Minecraft is and the more it needs to be optimized, so I'd like to know if the Mojang team is planning on making Minecraft multi-threaded.
  7. He intends to do it when this multithreading because the next versions will be more and more buggy
  8. Good idea, thank you
  9. Is Minecraft multithreaded?
  10. I would like that when I click on my 16*16 button it puts the textures in 16*16, if I click on the 32*32 then it puts them in 32*32
  11. and can we also do it with a button in a GUI ?
  12. okay tanks bg
  13. Just put in my mod.jar the minecraft texture files?
  14. Can we change minecraft textures directly with forge?
  15. as long as it works, I'm fine (ps: I'm under MCreator, forge works fine under this software)
  16. public static void IIngameOverlay(RenderGameOverlayEvent Gui) { OverlayRegistry.enableOverlay(ForgeIngameGui.PLAYER_HEALTH_ELEMENT, false); } this working yeeeesss
  17. public class RemoveAllBarsOverlay { @SubscribeEvent(priority = EventPriority.NORMAL) public static void IIngameOverlay(RenderGameOverlayEvent Gui) { OverlayRegistry.enableOverlay(ForgeIngameGui.PLAYER_HEALTH_ELEMENT, enable); } }
  18. how to use OverlayRegistry.enableOverlay ?
  19. public static void eventHandler(RenderGameOverlayEvent event) { if (event.getType() == RenderGameOverlayEvent.ElementType.HEALTH){ event.setcancelled(true);} } unfortunately this code does not work anymore
  20. I am really far from mastering java so if you can show me the code (how you use it) it would be really cool
  21. I am a beginner (to present)
  22. How could I disable the game's Health and Hunger Gui. As I understand it, I need to use ForgeIngameGui, but I don't know how to proceed after that. Sorry for any typos, my English is not the best.

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.