Jump to content

TileEntity

Superhelper
  • Posts

    4450
  • Joined

  • Last visited

  • Days Won

    167

Everything posted by TileEntity

  1. Try this one: https://github.com/MinecraftForge/MinecraftForge/blob/1.19.x/mdk/settings.gradle
  2. If there is no such folder, then it refers to another issue Create a new world with the same settings - then copy level.dat level.dat_old and session.lock from the new world to the broken one Delete the new world and test the broken one again
  3. You are using create 6.0.6 So one or more create addons are not compatible with it Remove all Create addons and test it again If this works, add the addons one by one If not, add the new crash-report Add crash-reports with sites like https://mclo.gs/
  4. Also make a test without Embeddium/Oculus, Modernfix and immersive_optimization Remove these one by one - start with immersive_optimization If there is no change, add the new crash-report or log
  5. Check your game files / modpack instance for a folder Distant_Horizons_server_data Delete this one and test it again
  6. I have no idea - maybe an issue with a rendering mod
  7. Make a test just with java -Xmx6G @libraries/net/minecraftforge/forge/1.20.1-47.4.0/win_args.txt %* pause If there is no change, directly set the java path in your script 1.20.1 requires Java 17 Download and install this version: https://www.azul.com/downloads/?version=java-17-lts&os=windows&architecture=x86-64-bit&package=jdk#zulu Then update the script to: "C:\Program Files\Zulu\zulu-17\bin\javaw.exe" -Xmx6G @libraries/net/minecraftforge/forge/1.20.1-47.4.0/win_args.txt %* pause
  8. Did you build some stuff with Nosiphus Furniture Mod (nfm)? Looks like the beige variants of some furniture causing issues Backup the world and make a test without nfm
  9. It is a conflict between horseman and swem Remove horseman
  10. Hm I have no idea
  11. Make sure Java is installed on your system https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html After installation, just click on the forge jar to run the installer
  12. Change // WebSocket minecraftLibrary "org.java-websocket:Java-WebSocket:1.5.3" jarJar(implementation("org.java-websocket:Java-WebSocket:1.5.3")) to // WebSocket jarJar("org.java-websocket:Java-WebSocket:1.5.3")
  13. Try different builds of sophisticatedcore/-backpacks If there is no change, make a test without mynethersdelight
  14. Add the lines of your run.bat here
  15. joptsimple.UnrecognizedOptionException: X is not a recognized option JVM-Arguments begin with a - So use -Xmx6G instead of Xmx6G etc
  16. Remove Neruina and justleveling from your server
  17. Right-click on the bat file - edit copy all lines and paste it here
  18. Looks like the Life Orbs from the mod cardiac causing this issue - make a test without cardiac
  19. Make a test without yungscavebiomes
×
×
  • Create New...

Important Information

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