Iris & Oculus Flywheel Compat

Iris & Oculus Flywheel Compat

15M Downloads

Support for Iris 1.6.11+

NolanHewitt opened this issue · 8 comments

commented

Will support for the newer versions of iris and flywheel be added?

commented

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

commented

The support for the 1.6.11+ is already merged

Thanks for your reminder, I have edited my original comments.

commented

is it possible to build one for 1.20.1? or is that not a thing yet :'D

commented

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.

commented

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.

commented

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):

iris-flywheel-compat-1.19.2-0.2.1-test.zip

commented

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

commented

This is very helpful thank you! Is there a version that works for Minecraft 1.20.1?