Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 04/01/25 in all areas

  1. It actually worked! Thank you so much, it has been ruinning my friend's experience as well and we believed it had no solution.
    1 point
  2. Thanks for your help anyways, you're amazing
    1 point
  3. ok, so you just have to go back to 1.20.1 to install the mrcrayfish controller support mod and everything will work perfectly
    1 point
  4. The config of UnionLib is invalid Delete the config of it (config folder) - if there is no change, try other builds of UnionLib
    1 point
  5. Hm, I have no idea - nothing mentioned
    1 point
  6. Add crash-reports with sites like https://mclo.gs/ Furnection (ls_furniture) and Mysticbiomes are not working - make a test without these mods
    1 point
  7. I got it to work! For some reason it was Create Steam & Rails crashing it.
    1 point
  8. I solved it by using the command /flywheel backend flywheel:instancing
    1 point
  9. Okay, you were right, the problem was that changing this setting in the config file didn't seem to take effect. He had to join the server in a place where there were no Create blocks being rendered and use the command. /flywheel backend flywheel:instancing
    1 point
  10. This time it really seems to work! you're my saviour. Thank you a lot for your help and have a great day!
    1 point
  11. And without soulsweapons?
    1 point
  12. There is an issue with sound-physics-remastered Delete the config of this mod (config folder) and test it again If there is no change, try other builds
    1 point
  13. I installed forge 1.16.5 -36.1.24 and and attempted to open a single player world to LAN to play with others on my network. The world seems to open to LAN fine, however, when I attempt to connect to the world from a second pc it does not seem to find the world. I then tried to direct connect but to no success, I received a connection timed out error. I then tested opening the world to LAN in vanilla and it worked and I could connect fine from the second pc. next I thought perhaps if I made a server on the host pc and connected to that from all other pc on the LAN it may work, however, once again this did not work. I have checked all firewalls, All pc's are connected to the same router via WIFI. This seems to be a problem with forge as LAN works well with vanilla Minecraft.
    1 point
  14. ahh yes I mean waystone. Thank you very much helped alot cheers mate!
    1 point
  15. Do you mean waystones? You can use KubeJS to remove and add a changed recipe for it: https://www.curseforge.com/minecraft/mc-mods/kubejs Add KubeJS and start the modpack once to generate the files for the mod In your modpack folder, you will find now a kubejs folder Go to server_scripts (create the folder if missing) - yes, also for singleplayer, use the server_scripts folder Create a new file "reciperemove.js" Edit this file and add the recipe for the waypoint mod: ServerEvents.recipes(event => { let toRemove = [ {output: 'waystones:example_item'}, ]; for (const remove of toRemove) { event.remove(remove); } }) Just make sure you are using the correct item ID Create another file "recipes.js" in the server_scripts folder and use: ServerEvents.recipes(event => { event.shaped( Item.of('waystones:example_item'), [ 'AAA', 'BCB', 'AAA' ], { A: 'minecraft:stone', B: 'waystones:item_1', C: 'waystones:item_2' } ) }) The Letter Block with AAA etc is a crafting table - so there you define the recipe and the items
    1 point
  16. Dawnera is not working on a server - remove it and dawnera_delight
    1 point
  17. 1 point
  18. Add crash-reports with sites like https://mclo.gs/ Remove the mod watut
    1 point
  19. I'll admit I mostly read the rules and only glided through the FAQ. But thanks to you to guys it now works. I just had to install the right version of JAVA and get rid of a few mods that were only supposed to be for the client version and it worked. Thanks
    1 point
  20. thank you, it's working again thanks again
    1 point
  21. Remove the mod niftyShipsBiomesOPlenty-FORGE
    1 point
  22. it works now but idk why lmao. i removed terrablender and it didnt work. i then left it for a couple of days and, when i came back, updated the mods that needed updating because "what's the worst that could happen". i then tried launching it and now it works. i genuenly have no clue what i did to make it work, othen than updating the mods. so, thanks for your help
    1 point
  23. Yeah I found it For anyone else, edit the Run.bat file as a txt and change to
    1 point
  24. I went ahead and tested older Quark builds, still nothing, but I don't get why suddenly now, Zeta and Quark are messing the entire thing, they used to work perfectly find barely even a week ago. At least it works now.
    1 point
  25. Thanks just with removing ctov it worked so i wont add the log.
    1 point
  26. Downgrade Create 6 to Create 5 Some Create addons are not working with Create 6 yet
    1 point
  27. Found out that the Culprit is "Create Stuff & Additions" thank you lots this has been doing my head in.
    1 point
  28. The older version of create on forge Did work! I guess if I want create 6.0, I have to use neoforge or fabric then
    1 point
  29. Okay think I got it solved. I reinstalled bclib and now it's opening the world gen creation. Thank you!
    1 point
  30. Make a test without the mod more_ores_and_resources
    1 point
  31. @Gamer132312313 @Kaiden100100 Create an own thread and add the latest.log (logs-folder) there - not the crash-report
    1 point
  32. 1 point
  33. Make a test without culturaldelights and farmersdelight
    1 point
  34. This has already been the de-facto standard for quite a while now, but figured it would be a good idea to properly formalise it and make it clear for everyone. TL;DR: You can ask and offer support for Forge on any MC version, as long as you're not demanding it from staff and can accept that older versions may receive less attention due to people moving on to newer, shinier things. Tiered support policy There are now essentially three tiers of support: full, legacy and minimal. Full support This tier has dedicated channels for help on the Discord, gets priority for documentation, new features and bugfixes, and is generally considered the main focus for Forge development and support. Triage actively ports and backports things as needed for versions within this tier where time allows. The MC versions covered by this follows the existing "LTS" system. In other words, the latest MC version and select versions before it are covered by this tier. We recommend people consider using the newest version possible, as it's likely to be fully supported for longer. Exact versions covered under the full support tier can be found near the top of the FAQ. Legacy support This tier is for older versions of MC that are no longer covered by the full support tier. This tier gets less attention, but is still supported to some extent. To be clear, this is not a "no support" tier, but it is not the main focus. You're welcome to ask for help, submit PRs and help out, but please be aware that you may not get a response as quickly as these versions are generally not as popular anymore and may not have as many people around to help. Staff may still choose to work on these legacy versions and help people, but please don't demand it from them. Please note that due to the nature of the old toolchains used for building legacy versions, developing mods using the default MDK may not work. We also cannot easily publish updates to some of these old versions without your help - if you're interested in fixing this, please reach out to us. Minimal support This is rare and usually only applies to versions of MC where there's no legitimate reason to be using them. A real-world example of this is 1.20.3, which had a data loss bug that was fixed in 1.20.4 shortly after. All mods made for 1.20.3 work on 1.20.4, so there's no reason to use 1.20.3. We will help you update to the fixed version instead, but that's about it.
    1 point
  35. This FAQ has many guides and solutions - reading this before asking for help could save you a lot of time, as it accounts for the vast majority of issues people run into that we're aware of but can't fix on our end. Supported versions and platforms We only support Forge here. We cannot help you with Fabric, Spigot, etc... We support all versions under the tiered support policy. Full support for 1.21.5, 1.21.4, 1.21.3, 1.21.1, 1.20.6, 1.20.4 and 1.20.1 Legacy support for all other versions Minimal support for select versions (e.g. 1.20.3 - use 1.20.4 instead) More details here. Rules Piracy (aka "cracked launchers") and cheats (aka "PvP clients", "x-ray mods", etc...) are strictly forbidden here. When you need help, please always make a new thread. Do not post in old support threads. When making a new thread, you must include a link to your log on https://pastebin.com or https://paste.ee. Instructions on where to find this and how to upload it are in this forum post. Exit/error codes Here's a list of exit codes and what they mean: Error code 0: Someone clicked "Quit game" and the game closed successfully Error code 1 and -1: The game crashed, refer to the log and/or crash report for details Error code -1073741819: A game library crashed. Update your drivers and make sure you're using the right Java version Where can I find the debug.log and crash report? Official Minecraft launcher CurseForge app MultiMC/PolyMC/Prism launcher Where can I find the installer log? Where can I find the launcher log? Most of the time you don't need to share this, so only share it when asked by a support volunteer or when you're unable to find any debug.log or crash report. Official Minecraft launcher CurseForge app What version of Java do I need? | Minecraft version | Forge version | Java version | |-------------------|---------------|--------------| | 1.20.6 or newer | 50.x or newer | 21 | | 1.18 - 1.20.4 | 38.x or newer | 17 | | 1.17.1 | 37.x | 16 | | 1.16.5 or older | 36.x or older | 8 | How do I install Java? Windows macOS Linux How do I install the Forge client to the official Minecraft Launcher? How do I install the Forge server? Where can I find the forge.jar to start my server? Forge immediately crashes on launch without any mods installed, how do I fix it? Where can I find Forge mods? https://www.curseforge.com/minecraft/search?page=1&gameFlavorsIds=1 Make sure you download the right version of a mod for your Minecraft version. My game is lagging, how can I find the culprit? How do I update my drivers?
    1 point
×
×
  • Create New...

Important Information

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