MCPitanLib

MCPitanLib

2M Downloads

[Bug] 1.19.4 somehow this mod is incompatible with both 1.19.4 and itself

CryoNine opened this issue ยท 1 comments

commented

Incompatible mods found!
net.fabricmc.loader.impl.FormattedException: Some of your mods are incompatible with the game or each other!
A potential solution has been determined, this may resolve your problem:
- Replace mod 'MCPitanLib' (mcpitanlibarch) 1.9.5-1.19.4-fabric with any version that is compatible with:
- minecraft 1.19.4
More details:
- Mod 'MCPitanLib' (mcpitanlibarch) 1.9.5-1.19.4-fabric requires any version after 1.19.4 of 'Minecraft' (minecraft), but only the wrong version is present: 1.19.4!
at net.fabricmc.loader.impl.FormattedException.ofLocalized(FormattedException.java:51)
at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:196)
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:146)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

Description

Regardless of which version I use with 1.19.4, I either encounter this issue or just a mismatched mod to library.

Environment

If the bug caused a crash, you can skip this section and only include the crash log.

  • Minecraft Version: 1.19.4
  • ModLoader: Fabric
  • MCPitanLib Version: 'MCPitanLib' (mcpitanlibarch) 1.9.5-1.19.4-fabric

Steps to Reproduce

  1. Have mod library
  2. start minecraft
  3. crash

Expected Behavior

For it to work (I'm sorry I have no idea what to put here beyond "it no work ooga booga" lmaooo

Screenshots or Logs

Image

pls fix; I want to use the "Simple Uncrafting Table" mod and that requires this library

commented

This is caused by extra Unicode character in fabric.mod.json in mod's jar file. Removing it fixes the issue.

Image

  1. Open mcpitanlib-1.9.6-1.19.4-fabric.jar in your zip-editing software
  2. Open fabric.mod.json
  3. Scroll down, remove \u003e infront of 1.19.4
  4. Save, update the file in the mod file

Could not find the 1.19.4 branch so I can't create PR, but hey! At least it's fixable, in ooga booga way.