Jump to content

Cadiboo

Members
  • Posts

    3624
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by Cadiboo

  1. You are trying to run CodeChickenLib for 1.10.2 on 1.12.2, install the latest version for the appropriate Minecraft version
  2. Did you download them from CurseForge?
  3. Where did you download your mods from?
  4. personally I would do something like `final boolean[] used = new boolean[8]`
  5. I think you could probably just do some queries on the stack in question & decide if you want to add the capability or not. If you can't do that I think thats something that forge should definitely provide
  6. You're currently running Minecraft on another computer inside your computer (actually on 2 virtual machines if u count the JCM), drastically affecting performance for no reason at all. Forge and Optifine can work perfectly together on 1.12.2.
  7. This crash doesn't appear to be caused by BetterFoliage, but be aware that BetterFoliage is incompatible with HD_U_E3, its an easy fix though. You should post your entire debug log as the offending coremod will have (hopefully) put some output about the class they are failing to patch there
  8. It may not be the root problem, but fixing it will definitely make the root problem easier to diagnose
  9. You can also just go to Build > Clean / Recompile Project IIRC
  10. Please show us your build.gradle file and the log you get after running the process with the --stacktrace and --info options. You also need to be using Java 8 and ForgeGradle2 uses a few dirty hacks which means you should use gradle wrapper 2.14 only if I remember correctly
  11. Wouldn't it be amazing if Java had switch statements or loops...
  12. I could be wrong, but I think you could just switch between SOLID and CUTOUT/CUTOUT_MIPPED in the getRenderLayer method based on the game settings. That really won't do anything at all performance wise, so I'm not sure why its even still an option in the game
  13. Please post your code as a GitHub repository
  14. Sorry we don't support 1.8.9 (it's 3+ years old!) or any version under 1.10 on this forum anymore due to their age. We simply don't know how to help you anymore. You can go to the Minecraft Forum where I think that they still still support older versions, or update to a modern version of Minecraft (the latest version or the one before it) to receive support on this forum.
  15. IIRC leaves graphics are hard coded, you have to replicate the functionality yourself (or just don’t bother)
  16. It means you need to download Java 8. You can download it from https://www.oracle.com/technetwork/java/javase/8u191-relnotes-5032181.html
  17. It means your trying to load a mod that was made for 1.7.10 or lower on 1.12.2, make sure all your mods are for the appropriate minecraft version & only download them from CurseForge or the authors website
  18. If you want your block and item model to be different then you have to have different models for them. Currently you only have the one block model, which has this parent
  19. Make sure your drivers are all up to date. @NotAustin if you have an issue please make your own topic
  20. It also stops you ever using the world without the mod and the devs of it have said that while it’s not needed in 1.13+ there will likely be no way to convert a NEID/JEID world from 1.12.2->1.13
  21. Make sure you have the latest version of all your mods for the appropriate minecraft version (1.12.2)
  22. Please post your entire debug log as described in my signature and the EAQ. You can enable/disable the splash screen in .minecraft/config/splash.cgf
  23. Where did you get the adfly link?
  24. Try updating and/or removing codechicken lib
  25. Forge for 1.13 will be our soon. Quote from the announcement
×
×
  • Create New...

Important Information

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