File tree Expand file tree Collapse file tree
java/org/quiltmc/loader/impl Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ group = org.quiltmc
55description = The mod loading component of Quilt
66url = https://github.com/quiltmc/quilt-loader
77# Don't forget to change this in QuiltLoaderImpl as well
8- quilt_loader = 0.29.2-beta.6
8+ quilt_loader = 0.29.2
99
1010# Fabric & Quilt Libraries
1111asm = 9.8
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ public final class QuiltLoaderImpl {
131131
132132 public static final int ASM_VERSION = Opcodes .ASM9 ;
133133
134- public static final String VERSION = "0.29.2-beta.6 " ;
134+ public static final String VERSION = "0.29.2" ;
135135 public static final String MOD_ID = "quilt_loader" ;
136136 public static final String DEFAULT_MODS_DIR = "mods" ;
137137 public static final String DEFAULT_CACHE_DIR = ".cache" ;
Original file line number Diff line number Diff line change 11Bug Fixes:
22
33- [#474] Fixed ReflectiveFixUtil crashing with certain method descriptors
4+ - [#477] Fixed FabricLoaderImpl not returning the same object for mods, which fixes a crash with PuzzleLib
45
56Changes from updating Fabric Loader from 0.16.14 to 0.17.2:
67
You can’t perform that action at this time.
0 commit comments