Jump to content

warjort

Members
  • Posts

    5420
  • Joined

  • Last visited

  • Days Won

    175

Everything posted by warjort

  1. That says the client is taking too long. Either because it is, or it "crashed". You need to post the logs/debug.log from the client.
  2. https://forums.minecraftforge.net/topic/123416-exit-code-1/#comment-536369
  3. Also just reinstalling forge won't delete the old config files or saves, etc. See that link for how to full clean reinstall with a "backup".
  4. It's impossible to get the same error if you really did delete the correct file. Either you deleted the wrong file or you have a different error. https://forums.minecraftforge.net/topic/123483-essential-mod-forge-1194-error-1/?do=findComment&comment=536913
  5. You should use java 17 for both: https://minecraft.fandom.com/wiki/Tutorials/Update_Java it is the current LTS: https://endoflife.date/java
  6. Broken config file. You can find it in the config subfolder. If you don't have a backup, delete the file and it will be recreated with default values.
  7. https://forums.minecraftforge.net/topic/122698-forge-1182-server-wont-load-up-with-dawncraft/?do=findComment&comment=533997 Jarfix won't help you unless you are clicking on a jar (which you are not when starting the server).
  8. Essentials completely reworks the networking of minecraft. You need to ask them.
  9. Essentials completely reworks the networking of minecraft. You need to ask them.
  10. It's the other way around. the reeses_sodium_options mod wants rubidium. If you are trying to build a modpack with 400 mods, dumping them all in the mods folder and expecting it to work is not the way to do it. Whole teams of experienced modpack developers take weeks to months getting such kitchen sink modpacks to work properly. They do it by building the modpack incrementally, adding mods one at time or in small groups, then testing to make sure each newly added mod doesn't cause problems.
  11. One of your mods is not for minecraft 1.19.3. I think the LeashFenceKnotEntity had the above name in Forge for minecraft 1.16?
  12. Why don't they go well? Mods are datapacks too. You could use a mod like this: https://www.curseforge.com/minecraft/mc-mods/drp-global-datapack or I believe kubejs also adds a folder to be used as a resource/datapack https://wiki.latvian.dev/books/kubejs/page/loading-assets-and-data (old docs) or you could just make your own mod that is little more than whatever worldgen files you want to modify.
  13. You have minecraft 1.19.4, try the 1.19.4 version of that mod: https://www.curseforge.com/minecraft/mc-mods/openblocks-elevator/files
  14. It could also be other worldgen is adding things that are not "ore replaceable", e.g. some other type of stone?
  15. Unless they are actually changing the vanilla ore definitions they won't change the chance to spawn. Except maybe that it will try to spawn and find other ore blocks (which are not "ore replaceable") occupy the spaces instead of stone, deep slate, etc. If you make your own datapack: https://minecraft.fandom.com/wiki/Data_pack you can replace the definitions yourself and change how the veins generate. e.g. how many veins it tries to spawn per chunk: https://github.com/misode/mcmeta/blob/6770559daf160f81f38a8d8a6e1558498efed37f/data/minecraft/worldgen/placed_feature/ore_iron_middle.json#L6 or how large the veins should be: https://github.com/misode/mcmeta/blob/6770559daf160f81f38a8d8a6e1558498efed37f/data/minecraft/worldgen/configured_feature/ore_iron.json#L5
  16. Contact the mod authors to figure out why they conflict.
  17. https://forums.minecraftforge.net/topic/123416-exit-code-1/#comment-536369
  18. There is no error in that log. Post a link to the launcher_log.txt from directly after the crash.
  19. https://github.com/ValhelsiaTeam/Valhelsia-Structures/issues/147 As it says, unless optifine fixes it, you can't have both Valhelsia and Optifine together.
  20. Looks like it is betterpiglintrade, it references the client side class here: https://github.com/Venodez/BetterPiglinTrade/blob/1.19.2/src/main/java/fr/venodez/betterpiglintrade/mixin/MixinPiglinAi.java#L37
  21. That has a bit more information. It likely one of the underlined mods. Check you have the latest versions then contact the mod authors.
  22. No. Forge does nothing with mixins except include the mixin jar in its classpath for mods to use. Mixin hooks into the classloader and decides for itself (based on what mods tell it) if/how it will modify classes.
  23. I don't see any hints near the actual error. There is this much earlier warning Which hints it might be enigmaticlegacy? But it is not conclusive. They are not in the same message. There is also this (again a warning), but it is not for a mixin, so probably not related? There is nothing that says for definite what is the causing the problem.
  24. The you can also contact the modpack author for help as well. From my footer and also the EAQ at the top of the forum.
  25. Then check you have the latest version of that mod and if you already do contact mod author. But the error is with a mixin, so it could be any mod.
×
×
  • Create New...

Important Information

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