1.19?
VileSmith opened this issue ยท 8 comments
Update the mod version on curseforge page @someaddons
@someaddons you updated the forge version, but the fabric no
@someaddons please update the fabric version of the mod to 1.19
The latest Farsight fabric version (farsight.fabric-1.18-1.9) crashes on startup on MC 1.19 is an update planned?
From my cursory testing, Farsight seems to work fine on Fabric 1.19, as long as you remove the "minecraft": "1.18.x"
dependency.
You can do this on Fabric by using config/fabric_loader_dependencies.json
(documentation here, or just see below for an example file), and on Quilt by repacking the JAR with a modified copy of fabric.mod.json
that removes the dependency.
(โป Quilt does not support dependency overrides yet, see QuiltMC/quilt-loader#66)
Here's an example config/fabric_loader_dependencies.json
file that should work.
{
"version": 1,
"overrides": {
"farsight": {
"-depends": {
"minecraft": "IGNORED"
}
}
}
}
@VileSmith You might need to re-open this issue to alert the dev that it's not fixed yet.