Open Z0ZL opened 8 months ago
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
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