Jump to content

ichttt

Members
  • Posts

    23
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ichttt

  1. Try deleting the build folder in your project and refresh gradle
  2. You can download the 1.15 beta version now, it installs fine. Be aware that it has major rendering issues as of version 29.0.3 and can have other big bugs
  3. @WireSegalThis should be fixed with latest forge (28.0.75), does it still occur for you?
  4. Forge did a breaking change, either wait for an update of the mod or downgrade forge to 28.0.41 until xaeroworldmap is updated to support the changes
  5. If the mod runs on the client as well, you can use TextComponentTranslation if you use the chat, or handle translation on the client if it is client side code. Both methods will translate your strings to the language set in the client
  6. Hi @LexManos, you promoted the last version with the rev number 2 as recommended instead of 3. Just a minor nitpick, but it might help if some mod requires revision 3 and does not care about the build number.
  7. This sometimes happens, just leave them out. If they are indeed invalid, LexManos will eventually regenerate patches. But for PRs just ignore them and revert the changes
  8. Immersive Engeneering is broken (see https://github.com/BluSunrize/ImmersiveEngineering/issues/2672), but I don't know if they backport the fix to 1.11.x. For now, just remove the mod or downgrade forge.
  9. Problem with ImmersiveEngineering, you have to wait for a fix from their end or remove the mod/downgrade forge to continue playing (see https://github.com/BluSunrize/ImmersiveEngineering/issues/2672)
  10. Cpw made a really good reddit post about this were he explains what he uses as JVM arguments. I use them as well for large modpacks (and with lower memory like 2G for lightweight modpacks)
  11. Launchwrapper(which is a required library for forge) does not support java 9, please use java 8.
  12. Launchwrapper(which is a required library for forge) does not support java 9, please use java 8.
  13. @Karixma stop talking when you don't know what your talking about. This has NOTHING to do with the issue. @Crafter145 Try disabling the loading screen like described in the EAQ
  14. This should be fixed in the latest forge version, see https://github.com/MinecraftForge/MinecraftForge/pull/3998
  15. You can also try foamfix as it reduces memory usage by a lot http://asie.pl/foamfix/
  16. You can only run mods the minecraft/forge version they are designed for. You currently have 1.11.2 Forge with mods for 1.7.10 and 1.10.2.
  17. No, it's currently on 1.11(.0), but LexManos is working on the update, see his tweet:
  18. Custom Main Menu is Client Side only, remove it. Btw, 1.7.10 is no longer supported, update to 1.10.2
  19. It seems like there is a problem with fluid logistics pipes.
×
×
  • Create New...

Important Information

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