Jump to content

ChampionAsh5357

Members
  • Posts

    3284
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by ChampionAsh5357

  1. Can you define method that has a parameter in this context? Do you mean your registry object holds a configured feature instance? If so, then your registry must be a datapack registry.
  2. What Java version are you using and what Minecraft version?
  3. I mean provide the debug.log in a gist or pastebin. I assume you'll need something like this for CurseForge:
  4. It looks to be an issue with the essential mod. You can try removing it and its dependents to see if that fixes the issue.
  5. You may need a different version of your graphics card, try update to the latest "Recommended WHQL" graphics drivers. Do not get the "Optional" one: https://www.amd.com/en/support
  6. Likely an issue with archlight, so you might need to remove or find a version that works.
  7. Seems to be an issue with supplementaries. You can try removing it.
  8. Missing mods that you need to install. Additionally, you need to update Forge to a later version.
  9. Please provide the logs via a pastebin or gist. We will not download random files from the internet onto our machines.
  10. Please provide the debug.log from the logs folder within the game directory via a gist or pastebin.
  11. OptiFine only works for specific versions of Forge which they outline on their website. However, a good number of mods that perform any kind of custom rendering will simply fail because OptiFine doesn't really care about mod compatibility. So, you'll likely have to rebuild your modpack with that in mind if you want to use it.
  12. Please provide the debug.log from the logs folder within the game directory via a gist or pastebin.
  13. It looks like you need to update Forge to a later version.
  14. Please provide the debug.log from the logs folder within the game directory via a pastebin or gist.
  15. You are likely using an unsupported version of terrablender. You can either remove the mod or find one for your current version.
  16. 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.4 (Latest) and 1.18.2 (LTS).
  17. 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.4 (Latest) and 1.18.2 (LTS).
  18. Override `Item#canApplyAtEnchantingTable` on your extended item. I will note that the enchantment has to be on whatever item the projectile hits to apply to the loot table.
  19. You're making a PlacementModifier correct? Regardless of what you choose to do with the feature, it will attempt to generate for every chunk. The placement modifier determines which block positions to apply your feature at within the chunk. So, if you return an empty stream, your feature won't be applied in the chunk. If you return a stream of one or more positions, it will attempt to apply the feature at those positions.
  20. You can use a capability on the chunk itself to store and update the values as needed.
  21. 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.4 (Latest) and 1.18.2 (LTS).
  22. If you read your logs, it would be using Java 17. I assumed that you modified the JVM installation in the profile. However, it working indicates that you haven't, meaning you were just using the version of Java shipped with the client. I will reiterate that Minecraft 1.19 was compiled with Java 17, which means it will only be forward compatible with newer versions and crash on older versions with a class version error.
×
×
  • Create New...

Important Information

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