Carry On

Carry On

108M Downloads

Requires Forge between 46 and 47.1.3, doesn't run on Forge 47.1.79

NanoAi opened this issue ยท 6 comments

commented

Expected Behavior

Expecting this to work with Forge 47.1.79, specifically the version that NeoForged reports itself as.
image
^ Discord Contact: paint_ninja @ https://discord.gg/neoforged

There is currently a suggested fix at #560 (review)
(screenshot from the linked page)

Actual Behavior

The version check fails and my game fails to run.

[24/10/2023 16:48:49 p.m.] [main/ERROR] Missing or unsupported mandatory dependencies:	Mod ID: 'forge', Requested by: 'carryon', Expected range: '[46,47.1.3]', Actual version: '47.1.79'

image

Steps to Reproduce

Install the current version of NeoForged for 1.20.1, install Carry On, try to launch, it fails.

Version of Minecraft, Carry On, Forge/Fabric

ATLauncher Version: 3.4.34.2
CarryOn Version: carryon-forge-1.20.1-2.1.2.5
Minecraft Version: 1.20.1
Forge (NeoForged): 47.1.79

commented

A temporary fix for the above can be done by manually changing the specified line in the Jar file using a program like 7zip.

commented

im also having the same issue, however in my instance the temp fix wont work due to the simple fact im a modpack author and the changes wont apply when I upload the pack. im also using forge 47.2.1

also the devs at neoforge have also stated that its nolonger necessary to stay on 47.1.3 to remain compatible with neoforge. latest recommended version of forge that is compatible with neoforge is 47.2 or newer

commented

im also having the same issue, however in my instance the temp fix wont work due to the simple fact im a modpack author and the changes wont apply when I upload the pack. im also using forge 47.2.1

also the devs at neoforge have also stated that its nolonger necessary to stay on 47.1.3 to remain compatible with neoforge. latest recommended version of forge that is compatible with neoforge is 47.2 or newer

As of posting, for modpacks you have 1 of 3 options.

  • Wait for the mod to be updated by the creator.
  • Create a script that patches the jar file and add instructions to run it before playing.
  • Ask users to edit the jar file themselves after downloading your pack.
commented

and which file inside the jar am I supposed to be editing?

commented

figured it out and tried it, that totally didnt work cause now its just crashing

commented

and which file inside the jar am I supposed to be editing?

You need to update the file mentioned in #560 (review) specifically META-INF/mods.toml, in the Jar file you can open the Jar file and edit it with 7zip.

I confirmed that it is indeed working on Minecraft 1.20.1 @ Forge 47.1.79 (NeoForge).