Jump to content

Linksapprentice

Members
  • Posts

    27
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Linksapprentice

  1. after going through and deleting mods I have determined that it was the mod no see no tick
  2. https://pastebin.com/04YP4hB1 Usually whenever you have an issue of this sort reading the "at" messages usually reveals the mod responsible, but I can't find anything. I am getting back into modpack dev (and Minecraft as a whole) after around 8 months of not touching it, so I went to update an old modpack of mine and that's how I've come to this error.
  3. Hi! I'm relatively new to mod development, but not at all new to modpack development. I've decided to take things up a notch in quality and start making some core content for a modpack that I've been developing for about half a year. It is 1.20.1 (47.1.3). I've started to write code for my core mod, but I was wondering if anyone knew of a way to get my development environment to run my modpack instead of a fresh client with forge and the core mod. I know how to define dependencies, but the vast majority of mods in the pack do not need to be dependencies for the pack. Preferably I'd also like to have it register my config settings and other modpack things, like crafttweaker scripts, directly from the 'runClient' and 'runServer' commands. Btw I'm using IntelliJ Community Edition as my IDE if that effects anything. Thank you for reading!
  4. It’s conflicting with optifine. Use performance mods like rubidium and oculus to make up for its absence. You’ll actually get even better performance than you would have if you add the right performance mods.
  5. Blue skies is failing to mixin with something, not sure what though. It’s a well made mod, so it’s likely the other mods fault.
  6. It’s generally a bad idea to use optifine alongside mods, I would replace optifine with performance mods like rubidium, oculus, and entity model features instead. They often actually do offer better performance anyways
  7. Install a mod like neurina or tick be gone. A villager entity has been corrupted.
  8. Wow, that’s the shortest log I’ve ever seen.
  9. Whenever downloading Java 17 did you add it to path? And have you restarted your computer since installing Java 17, both of these things could impact whether the server is actually able to realize that Java 17 has been installed.
  10. Using optifine generally causes a lot of issues with modded Minecraft. I would use rubidium and oculus instead. There are a lot of other mods that will make up for other optifine features you may use.
  11. Do you have a good pc? I’ve seen some people have to wait 30 minutes for it to load on lower end rigs. I would still report it to mrcrayfish’s GitHub page though.
  12. Post your log in a separate post and I’ll see what I can do.
  13. Whenever modded Minecraft does not respond just give the game a while, it will eventually respond after clicking the screen. Additionally you really should’ve reported this to mrcrayfish instead of the forge forums.
  14. Instead of optifine use rubidium and oculus. there are other mods that can replace other optifine features but these two allow for shaders
  15. Update Forge to 47 or above
  16. No problem
  17. I see you are using siytra connector to run both forge and fabric mods. Siytra connector has many incompatibilities.
  18. A ticking entity seems to be corrupting the world/chunk. I’m not sure if ATM 8 has some solution to get rid of ticking entities. I suggest you submit a bug report on ATM’s GitHub page if you haven’t already.
  19. Oculus and Not enough animations are client side mods, that means you have to delete them from the mods file on your server, but you can keep them on your client. The modpack developers really should provide a separate server install as well, but not all modpacks do.
  20. It seams that particular version of night-config is incompatible with serene seasons.
  21. Still haven’t been able to fix the issue, I’ll try to do more bug fixing this weekend, but for now I can’t focus on it.
  22. It’s caused by an appeared conflict between night config and one of the Thermal series mods. I would try messing around with the versions of both mods. For reference the reason I think this is because of these lines: com.electronwill.nightconfig.core.io.ParsingException: Not enough data available at com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22) ~[core-3.6.4.jar%237!/:?] {} at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.4.jar%237!/:?] {} And net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file thermal-client.toml of type CLIENT for modid thermal Alternatively, you may or may not have edited, the thermal series config files in way that causes a syntax error.
  23. I think it may be some sort of conflict between Evilcraft and Astral Sorcery, as evidenced by these lines Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector applyEnhancedEnchantmentsTag(Lnet/minecraft/item/ItemStack;)Lnet/minecraft/nbt/ListNBT; in assets/astralsorcery/astralsorcery.mixins.json:MixinEnchantmentHelper failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap astralsorcery.refmap.json and org.cyclops.evilcraft.item.ItemVengeancePickaxe.getEnchantedItemStack(ItemVengeancePickaxe.java:51) ~[?:1.1.17] {re:classloading} at org.cyclops.evilcraft.item.ItemVengeancePickaxe.func_150895_a(ItemVengeancePickaxe.java:42) ~[?:1.1.17] {re:classloading} at I’ve used both mods separately, but not together so I would try messing around with the version of both the mods or even deleting one of them to see if that helps.
  24. I used to have the same issue, it’s often related to mods that have a high packet size or just plain world corruption. Could you send your mod list?
×
×
  • Create New...

Important Information

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