Fails to Launch 1.18.rc2
ClaudiusMinimus opened this issue ยท 6 comments
With the release of 1.18 RC2 AdditionalAdditions-3.0.0 for 1.18 fails to launch
Mod 'Additional Additions' (additionaladditions) requires "version 1.18-rc.1" of 'Minecraft' (minecraft), but only the wrong version is present: 1.18-rc.2!
Quick player fix for this issue on several mods, it works fine on mine after :).
Just edit the fabric.mod.json file in the .jar, at line 34:
Where it says:
"minecraft": "1.18-rc.1",
Change to:
"minecraft": "1.18-rc.2",
Thanks, I realize that, but I am using your mod in my mod pack which will be published soon. I can't have players modifying files, they just won't play it.