Carpet TIS Addition

Carpet TIS Addition

519k Downloads

1.21 | conflicts with lithium

pivoland opened this issue ยท 2 comments

commented

Bug description

lithium > 0.13.1 not anviable on 1.21, so Carpet TIS Addition v1.65.0 break modpack. Can you return compatibility with it pls?

Steps to reproduce

Fabric 1.21

Expected behavior

No response

Actual behavior

No response

Relevant logs

No response

Minecraft version

1.21

Carpet TIS Addition version

1.65.0

Fabric Carpet version

1.4.77

Other information

No response

Check list

  • I have verified that the issue persists in the latest version of the mod.
  • I have searched the existing issues and confirmed that this is not a duplicate.
commented

No. Lithium made a breaking change, so the same as this mod

commented

Actually lithium for mc1.21.1 works in mc1.21. The reason why the game cannot start is that lithium excludes 1.21 in the version requirement part inside the fabric.mod.json

As a workaround, you can follow the steps below to bypass lithium's version check:

  1. Download a lithium.jar for mc1.21.1 (e.g. lithium-fabric-0.14.2-snapshot+mc1.21.1-build.90.jar)
  2. Edit the fabric.mod.json file inside the jar
  3. Replace the version requirement string "minecraft" : "1.21.1" with "minecraft" : "1.21", or even "minecraft" : "1.21.x"
  4. Done