Skip to content

v2.0.6-prerelease

Pre-release
Pre-release
Compare
Choose a tag to compare
@WildBamaBoy WildBamaBoy released this 17 Apr 16:22
· 8 commits to 2.0.6 since this release

This is a prerelease version for Fabric Servers running version 1.20.4, updated to support the latest Fabric API and loader.

Custom builds for specific Fabric versions can be made by modifying fabric/gradle.properties, pasting the appropriate Fabric properties, and refreshing the Gradle project.

We also have a dependency on eu.pb4.sgui that will need have the appropriate build for the target Minecraft version included if you're building for a version other than 1.20.4 in fabric/build.gradle.kts:

    modImplementation("eu.pb4:sgui:1.4.2+1.20.4")
    include("eu.pb4:sgui:1.4.2+1.20.4")

As this is a pre-release version, unexpected bugs or glitches may occur. Please submit an issue if you experience any problems.