Engine-Room / Flywheel

A modern engine for modded Minecraft.
MIT License
205 stars 52 forks source link

Add Sodium Fabric 1.20.1-0.5.3 compatibility #204

Closed zweiler2 closed 9 months ago

zweiler2 commented 9 months ago

I tested my changes with Sodium (sodium-fabric-mc1.20.1-0.5.3.jar) and Indium (indium-1.0.27+mc1.20.1.jar) by renaming the resulting flywheel-fabric-1.20.1-0.6.9.jar to flywheel-fabric-1.20.1-0.6.9-1.jar and putting it in the newest Create-Fabric.jar (create-fabric-0.5.1-d-build.1161+mc1.20.1.jar) under META-INF/jars, replacing the existing one and removing the "breaks sodium 0.5.0" entry from "fabric.mod.json" inside the Create-Fabric.jar.

I tested it with my Create modpack too and got no crashes or graphical glitches/artifacts and alike.

Cuttleguy commented 9 months ago

Thank you so much!

PepperCode1 commented 9 months ago

This is almost exactly the same as pull request #200. Neither one is useful to merge because the changes already exist on the Forge branch (1.20/dev) and a new Create release will not be made until all 0.6.10 changes are merged into Fabric branches, not just Sodium 0.5.0+ compatibility. 1.18/fabric/dev is up to date but 1.19/fabric/dev and 1.20/fabric/dev are not yet.

zweiler2 commented 9 months ago

Oh i see. I'm sorry, my bad.
Next time i`ll look at the other PRs first. Do you have an ETA on when 0.6.10 for fabric 1.20 will be released or is it too early in the merging process to say?