Lothrazar / Storage-Network

Other
43 stars 48 forks source link

Minecraft 1.18.2 requires an outdated jei #537

Open TheSexyYeti opened 8 months ago

TheSexyYeti commented 8 months ago

Minecraft Version: 1.18.2

Forge Version: 40.2.14

Mod Version: 1.7.0

Single Player or Server: Single player for now

Describe problem (what you were doing; what happened; what should have happened)

I'm trying to build a 1.18.2 mod pack. But I keep getting a error message saying "Mod storagenetwork only supports jei 9.7 or above, and below 10. currently , jei is 10.2.1.1005". I could drop the version of jei to make this work. But then it breaks other mods that require later versions of jei. So I was wondering if you could in some way update the dependent mod requirements for that version of storage network so I can make it work.

HazeWorksOnFiveMServer commented 6 months ago

Download the 1.18.2 Version and get winrar. Then open the .jar file with winrar and go to this path : META-INF/mods.toml in that file you need to delete everything below line 57 than save the file so the changes get saved and exit out of winrar and start your game than it should work

JDLanyon commented 5 months ago

If you don't want to remove the dependency you can also set your jei dependency to

[[dependencies.storagenetwork]]
    modId="jei"
    mandatory=false
    versionRange="[9.7,)"
    ordering="NONE"
    side="BOTH"

removing the 10 from versionRange rather than removing it entirely from mods.toml.