19MisterX98 / SeedcrackerX

MIT License
939 stars 102 forks source link

1.20.4 Not working #288

Open Z0ZL opened 3 months ago

Z0ZL commented 3 months ago

The mod works perfectly fine but it only displays up to 1.20.2 with the 1.20.4 mod. So I was wondering if there was a way to fix it or if I'll need to wait for another version

xxxkingxl commented 2 months ago

u can try to modify the fabric.mod.json in the mod jar (opening the jar with for example 7zip or 8zip and then opening the mod file

and changing:

],
  "depends": {
    "fabricloader": "\u003e\u003d0.14.0",
    "minecraft": "\u003e\u003d1.20.2"
  },
  "suggests": {
    "flamingo": "*"
  },

to

],
  "depends": {
    "fabricloader": "\u003e\u003d0.14.0",
    "minecraft": "\u003e\u003d1.20.4"
  },
  "suggests": {
    "flamingo": "*"
  },

in short: "minecraft": "\u003e\u003d1.20.2" to "minecraft": "\u003e\u003d1.20.4" if not works: "minecraft": "1.20.4" if that still doesnt work: "minecraft": "*" Then it must work! plz. dont distribute mods with an modified fabric.mod.json! ) I do this sometimes, when it should work but version is weird or for another reason.

but it doesnt have to crash, it could happen, but sometimes u are just fine This has to do with java differences, fabric changes and mc changes between mc versions