Jump to content

ChampionAsh5357

Members
  • Posts

    3284
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by ChampionAsh5357

  1. You are using Java 19; you need to use Java 17 instead.
  2. The above help is all you will receive since this is an issue with M1 chips. Otherwise: The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.3 (Latest), 1.19.2, and 1.18.2 (LTS).
  3. Try `java -version` then. But judging by that response, you need to download Java 17 since you probably have Java 8 currently.
  4. In order to root out one of the more common issues, we'll need to see your hosts file. Here's the steps to getting this file. 1) Press the Win + R key on your keyboard. 2) Paste the following into the prompt that opens: notepad %windir%\system32\drivers\etc\hosts 3) Use Ctrl+A to select everything in the file, then Ctrl+C into the textbox to post to this thread.
  5. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.3 (Latest), 1.19.2, and 1.18.2 (LTS).
  6. Unfortunately, there's nothing in the new logs that suggest a crash other than a classloader being referenced as null. That could be another dependency, but it doesn't seem likely as it doesn't affect the game loading.
  7. What is your end goal with this mod? Are you planning on making it compatible with others? If so, then the best you can do is use events to modify what you want.
  8. First, you can simply replace an registered item by simply reregistering it using one of the Forge registry methods. Second, you shouldn't do this as you're just making a lot of potential things incompatible. I would just recommend creating a new sword item or using an event to intercept the damage calculation.
  9. We are not bukkit, you should probably ask them for help as they probably have more insight into whether you need to do this or not.
  10. The slab block? Look at how the FurnaceBlock specifies side using a property. #getShape. Mojang deprecates the method for usage, not overriding.
  11. Either the mods being added or the mod in the pack is most likely doing something that's preventing the model set from properly handling new mods. If you want to add more mods, you'll probably need to find out which of the existing mods is causing an error by splitting the mods and testing them each with one of the mods you are adding.
  12. Test mods from Forge are a good place to start when looking for features. For example, the ItemUseAnimationTest.
  13. You should probably look at this since it seems to be something that uses KubeJS failed.
  14. There seems to be a lot of missing dependencies based on the number of not found exceptions. You make just want to search for the word 'dependencies' and see what's missing. Additionally, topaddons seems to be erroring; so you should remove that.
  15. This seems like an issue with some bukkit third party thing with Forge. Please ask wherever they provide support.
  16. Please provide the entire debug.log from the logs folder in the game directory via a gist or pastebin.
  17. Please provide the entire debug.log from the logs folder in the game directory via a gist or pastebin.
  18. Don't use OptiFine, it tends to break most mods which does anything major with rendering. There are better alternatives like rubidium and oculus.
  19. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.3 (Latest), 1.19.2, and 1.18.2 (LTS).
  20. Can you verify the output when running `java --version` in a terminal?
  21. You are currently using Java 19; you need to use Java 17.
  22. Yeah, apologies. In that case you can look at how the buried treasure pieces work to figure out how to check the surrounding blocks and then apply. Unfortunately, none of the existing structure settings or checks will work just purely because how you want the structure to generate.
  23. Java 8 for 1.12-1.16, Java 16 for 1.17, and Java 17 for 1.18+. However, judging by the fact you're trying to ask for 1.16.5 help while disguising it as 1.19.2: The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.3 (Latest), 1.19.2, and 1.18.2 (LTS).
  24. I mean...the only mods in the folder when playing a particular version is mods for that version. Having a mod from a different version will definitely cause it to crash. So as I said, you have a mod that is not for the version you are currently playing on in the folder.
×
×
  • Create New...

Important Information

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