Jump to content

TileEntity

Superhelper
  • Posts

    3346
  • Joined

  • Last visited

  • Days Won

    116

Everything posted by TileEntity

  1. Same issue without twilightforest?
  2. Make a test without the mod rrls
  3. dawnera is not working on a server
  4. There is an issue with the mod electrodynamics - backup the world and make a test without it
  5. Add the new crash-report
  6. Update your AMD/ATI drivers - get the drivers from their website - do not update via system
  7. Contact the staff at their discord
  8. After this message, add the latest.log from the server with sites like https://mclo.gs/ and paste the link to it here
  9. For KubeJS, use the serverevents (yes also for singleplayer) At kubejs/server_scripts/ create a new .js file: reciperemoval.js Paste: ServerEvents.recipes(event => { let toRemove = [ {output: 'gtceu:hazmat_headpiece'}, {output: 'gtceu:hazmat_boots'}, {output: 'gtceu:hazmat_leggings'}, {output: 'gtceu:hazmat_chestpiece'}, ]; for (const remove of toRemove) { event.remove(remove); } }) Restart the game and test it again
  10. Maybe an issue with the mod charm
  11. Make a test without entity_model_features
  12. Add the crash-report or latest.log (logs-folder) with sites like https://mclo.gs/ and paste the link to it here
  13. Add the crash-report or latest.log (logs-folder) with sites like https://mclo.gs/ and paste the link to it here
  14. Make a test without nochatreports
  15. There is an issue with iceandfire
  16. Backup the world and make a test without draconicevolution
  17. Add this mod: https://www.curseforge.com/minecraft/mc-mods/modular-machinery If this is still not working, add the new log
  18. Also add the latest.log (logs-folder) with sites like https://mclo.gs/ and paste the link to it here
  19. The crash-report says: # Problematic frame: # C [atio6axx.dll+0x192b60] ati is the CPU/GPU - so it is a driver issue The CPU/GPU is also mentioned in this crash-report: Host: AMD Ryzen 7 4800H with Radeon Graphics So you will need the latest drivers for this CPU/GPU - amd.com is the official site Maybe the ROG website does not provide the latest drivers, which may cause this issue
  20. Try this one: https://www.amd.com/en/support/downloads/previous-drivers.html/processors/ryzen/ryzen-4000-series/amd-ryzen-7-4800h.html
  21. It is an issue with Star Worm Plus Mod (swpm)
×
×
  • Create New...

Important Information

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