Jump to content

Dreyka Oas

Members
  • Posts

    26
  • 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. up !
  5. How to change gravity for block ? I would like to lift a block, what code should I use to do so.
  6. And for shader ?
  7. 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.
  8. He intends to do it when this multithreading because the next versions will be more and more buggy
  9. Good idea, thank you
  10. Is Minecraft multithreaded?
  11. 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
  12. and can we also do it with a button in a GUI ?
  13. okay tanks bg
  14. Just put in my mod.jar the minecraft texture files?
  15. Can we change minecraft textures directly with forge?
  16. as long as it works, I'm fine (ps: I'm under MCreator, forge works fine under this software)
  17. public static void IIngameOverlay(RenderGameOverlayEvent Gui) { OverlayRegistry.enableOverlay(ForgeIngameGui.PLAYER_HEALTH_ELEMENT, false); } this working yeeeesss
  18. public class RemoveAllBarsOverlay { @SubscribeEvent(priority = EventPriority.NORMAL) public static void IIngameOverlay(RenderGameOverlayEvent Gui) { OverlayRegistry.enableOverlay(ForgeIngameGui.PLAYER_HEALTH_ELEMENT, enable); } }
  19. how to use OverlayRegistry.enableOverlay ?
  20. public static void eventHandler(RenderGameOverlayEvent event) { if (event.getType() == RenderGameOverlayEvent.ElementType.HEALTH){ event.setcancelled(true);} } unfortunately this code does not work anymore
  21. I am really far from mastering java so if you can show me the code (how you use it) it would be really cool
  22. I am a beginner (to present)
  23. 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.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.