Support for Iris 1.6.11+
NolanHewitt opened this issue · 8 comments
The support for the 1.6.11+ is already merged, instead of downloading binaries from an unknown Chinese source I'd strongly urge to just grab the source from this repo and simply run "gradlew build" to build it yourself
The support for the 1.6.11+ is already merged
Thanks for your reminder, I have edited my original comments.
is it possible to build one for 1.20.1? or is that not a thing yet :'D
It is much easier to build for 1.20.1 than other versions because master branch is for 1.20.1 now :)
Just clone it, run ./gradlew build
and you are all set. If versions are mismatched, change them in gradle.properties.
I have uploaded the latest version to CurseForge. Besides, is there anyone interested in co-maintaining this project? I may not be able to dedicate too much time to this mod, so updates might be a bit infrequent.
I found a version compatible with Iris 1.6.11 in the comment section of mcmod and confirmed that it works.
I assume it should be the result of someone's work on a fork, but the commenter did not cite the source. There are many forks of this repository, and I am not sure which one exactly. The mod file itself has no indication, either.
Anyway, here is the .jar file:
https://wwmb.lanzouw.com/in0UQ1kg32ve, code: Fish.
Edit: as @Mourdraug pointed out, this issue is a duplicate of #83 and has been fixed in #84. The developer has not released new versions but you can build it yourself. Please do not use the compiled mod provided above for security consideration.
If you do not know how to build and definitely need to upgrade to Iris 1.6.11+ NOW, you are at your own risk with the .jar file.
Edit 2: I managed to build one for 1.19.2 myself. To reproduce it, you need to apply this patch on master (76013ff): https://0x0.st/HnKR.diff
And build it with gradlew build
.
I have uploaded my build here for your convenience (unzip it first):
I found a version compatible with Iris 1.6.11 in the comment section of mcmod and confirmed that it works.
I assume it should be the result of someone's work on a fork, but the commenter did not cite the source. There are many forks of this repository, and I am not sure which one exactly. The mod file itself has no indication, either.
Anyway, here is the .jar file:
https://wwmb.lanzouw.com/in0UQ1kg32ve, code: Fish.
it seems to be working, thanks