Darkhax-Minecraft / Open-Loader

An open source resource and data loader for Minecraft.
GNU Lesser General Public License v2.1
18 stars 7 forks source link

Fabric 1.18 support #16

Closed Stealthii closed 2 years ago

Stealthii commented 2 years ago

This PR implements an initial level of support for Minecraft 1.18.

As part of this change, Jenkinsfile has been updated to use OpenJDK 17, and the version of Gradle used in builds updated to v7.3. The executable bit was added during this commit, so Jenkins no longer needs to mark gradlew for execution.

Stealthii commented 2 years ago

This was based off the fabric-1.17.1 branch, but as no target 1.18 branch exists I've set the PR up against that branch for now.

Darkhax commented 2 years ago

Hello, thank you for trying to help port this project. Unfortunately for 1.18 I am planning to unify the Forge and Fabric code base using our new MultiLoader template to make the entire project easier to maintain.

Stealthii commented 2 years ago

That sounds like a good solution! Thanks for your work on this project - at the very least I have a working build for launch day 😄