File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
java/org/quiltmc/loader/impl Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ group = org.quiltmc
5
5
description = The mod loading component of Quilt
6
6
url = https://github.com/quiltmc/quilt-loader
7
7
# Don't forget to change this in QuiltLoaderImpl as well
8
- quilt_loader = 0.26.4-beta.7
8
+ quilt_loader = 0.26.4
9
9
10
10
# Fabric & Quilt Libraries
11
11
asm = 9.6
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ public final class QuiltLoaderImpl {
132
132
133
133
public static final int ASM_VERSION = Opcodes .ASM9 ;
134
134
135
- public static final String VERSION = "0.26.4-beta.7 " ;
135
+ public static final String VERSION = "0.26.4" ;
136
136
public static final String MOD_ID = "quilt_loader" ;
137
137
public static final String DEFAULT_MODS_DIR = "mods" ;
138
138
public static final String DEFAULT_CACHE_DIR = ".cache" ;
Original file line number Diff line number Diff line change 1
1
Bug fixes:
2
2
3
3
- Fixed an oversight where Loader can try to open a GUI in a headless environment
4
+ - Fixed the solver pre-processor sometimes removing a rule it's optimising when merging rules together.
4
5
5
6
Changes:
6
7
7
8
- Mixin compatibility level for quilt mods is currently set to 0.10.0. We'll add a way to change this in the future.
9
+ - Include the full solver pre-processor input and output state when it crashes.
8
10
9
- Changes from updating Fabric Loader from 0.15.11 to 0.16.2 :
11
+ Changes from updating Fabric Loader from 0.15.11 to 0.16.4 :
10
12
11
13
- Updated mixin extras to 0.4.1
12
- - Updated mixin to 0.15.2 +mixin.0.8.7
14
+ - Updated mixin to 0.15.3 +mixin.0.8.7
13
15
- Added version parsing support for 1.21.2
14
16
- Include full entrypoint definition in entrypoint crashes.
17
+ - Added support for ignoring newer ASM versions on dedicated servers for 24w33a and later.
You can’t perform that action at this time.
0 commit comments