File tree 3 files changed +3
-3
lines changed
src/main/java/dev/fxe/recaf4forge
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
12
12
13
13
recaf {
14
14
mainClass = project. mainClass
15
- recafVersion = " 2.19.1 "
15
+ recafVersion = " 2.19.5 "
16
16
}
17
17
18
18
task processSource (type : Sync ) {
Original file line number Diff line number Diff line change 1
1
name =Recaf4Forge
2
- version =1.2.1
2
+ version =1.2.2
3
3
group =dev.fxe
4
4
description =Recaf4Forge
5
5
mainClass =dev.fxe.recaf4forge.Recaf4Forge
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ public Menu createMenu() {
108
108
109
109
private void applyMapping () {
110
110
MappingImpl mappingIml = Versions .MAP .get (this .currentVersion );
111
- String path = this .exporter .getPluginResource (this .currentVersion , "/mappings." + mappingIml );
111
+ String path = this .exporter .getPluginResource (this .currentVersion , ( "/mappings." + mappingIml ). toLowerCase () );
112
112
Path mappingPath = Extractor .getResourcePath (null , path );
113
113
if (mappingPath == null ) {
114
114
Recaf4Forge .info ("Could not find mappings, is the resource null?" );
You can’t perform that action at this time.
0 commit comments