Skip to content

Commit

Permalink
Merge Pull Request #448 (Sync with fabric Loader 0.16.2)
Browse files Browse the repository at this point in the history
Manually merged to not loose history.

Also includes a changelog, and new loader beta version
  • Loading branch information
AlexIIL committed Aug 23, 2024
1 parent bcd60aa commit 9661e47
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ group = org.quiltmc
description = The mod loading component of Quilt
url = https://github.com/quiltmc/quilt-loader
# Don't forget to change this in QuiltLoaderImpl as well
quilt_loader = 0.26.4-beta.1
quilt_loader = 0.26.4-beta.2

# Fabric & Quilt Libraries
asm = 9.6
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/quiltmc/loader/impl/QuiltLoaderImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public final class QuiltLoaderImpl {

public static final int ASM_VERSION = Opcodes.ASM9;

public static final String VERSION = "0.26.4-beta.1";
public static final String VERSION = "0.26.4-beta.2";
public static final String MOD_ID = "quilt_loader";
public static final String DEFAULT_MODS_DIR = "mods";
public static final String DEFAULT_CACHE_DIR = ".cache";
Expand Down
13 changes: 12 additions & 1 deletion src/main/resources/changelog/0.26.4.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Bug fixes:

- Fixed an oversight where Loader can try to open a GUI in a headless environment
- Fixed an oversight where Loader can try to open a GUI in a headless environment

Changes:

- Mixin compatibility level for quilt mods is currently set to 0.10.0. We'll add a way to change this in the future.

Changes from updating Fabric Loader from 0.15.11 to 0.16.2:

- Updated mixin extras to 0.4.1
- Updated mixin to 0.15.2+mixin.0.8.7
- Added version parsing support for 1.21.2
- Include full entrypoint definition in entrypoint crashes.

0 comments on commit 9661e47

Please sign in to comment.