Jump to content

ChampionAsh5357

Members
  • Posts

    3284
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by ChampionAsh5357

  1. 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).
  2. It's likely that you have an older version of iris that is not for 1.19.4. I would check to see if there is a new version to download.
  3. Remove OptiFine, it doesn't play nice with any other rendering or optimization mods, especially Rubidium.
  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. I would just try to remove ftbchunks. It could be that whatever mixin is being applied is for a different version, or something in Forge changed making it apply incorrectly.
  6. There is no crash report in the logs you provided. Could you have perhaps not uploaded the most recent debug.log?
  7. 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).
  8. It seems likely that you have a 1.19 mod in your mods folder while playing 1.18.2. I would suggest removing it.
  9. 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).
  10. I would probably check some connections with auth, most likely due to ipv6.
  11. If it's incompatible, then you probably don't have all the mods on the correct versions to connect to the server. If you try to log in, it should tell you the versions of the mods you need to have.
  12. First, you should be using Java 17. Second, is this the entire debug.log, because there seems to be no error except for an incorrect option type, which I doubt would cause the issue.
  13. Most likely. I would recommend downgrading the mods again and instead try them one at a time to see where the error is. Most likely, someone is compiled against an older version of ftbchunks that's causing the issue.
  14. First, OptiFine needs to go in the mods folder if you want to use it with Forge. Second, OptiFine only supports specific versions of Forge, which you can find on their website. Third, you should be using Java 17 with 1.19 versions. Fourth, don't use OptiFine, it's known to break most mods. I would recommend using an alternative whenever possible
  15. Do not override #getDefaultLootTable. Assuming the id of the entity is learningmod:flying_monkey, then the loot table should go in resources/data/learningmod/loot_tables/entities/flying_monkey.json
  16. On the client, you should be sending the entityId instead via #getEntityId.
  17. Yes, though, you're going to need to grab it from Minecraft#getPartialTick. You would then need to keep track of the state using the CompoundTag on the ItemStack. If the model itself is not being animated, yes. Otherwise, the solution above is fine.
  18. 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).
  19. Just check whether `#getTarget` is not null then. You already seem to be doing that, so most likely is that the data is not synced to the client. Maybe you should add a SynchedDataAccessor and set the value to true or false depending on `#setTarget`.
  20. The concept is mainly just an item handler capability with an inventory screen. I would suggest attempting to make it first and then ask questions whenever you get stuck.
  21. Please provide the debug.log from the logs folder within the game directory via a gist or pastebin.
  22. 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).
  23. 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).
×
×
  • Create New...

Important Information

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