Skip to content

Commit da19f5c

Browse files
committed
Fix tr soft locking
1 parent ef00298 commit da19f5c

File tree

1 file changed

+17
-11
lines changed
  • src/main/java/io/github/fabriccompatibiltylayers/modremappingapi/impl/remapper

1 file changed

+17
-11
lines changed

src/main/java/io/github/fabriccompatibiltylayers/modremappingapi/impl/remapper/SoftLockFixer.java

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,29 +56,35 @@ public static void preloadClasses() {
5656
"fr.catcore.modremapperapi.utils.BArrayList",
5757
"fr.catcore.modremapperapi.utils.CollectionUtils",
5858
"fr.catcore.modremapperapi.utils.Constants",
59-
"io.github.fabriccompatibiltylayers.modremappingapi.impl.DefaultModEntry",
60-
"io.github.fabriccompatibiltylayers.modremappingapi.impl.DefaultModRemapper",
6159
"fr.catcore.modremapperapi.utils.FileUtils",
6260
"fr.catcore.modremapperapi.utils.MappingsUtils",
6361
"fr.catcore.modremapperapi.utils.MixinUtils",
64-
"io.github.fabriccompatibiltylayers.modremappingapi.impl.ModDiscoverer",
65-
"io.github.fabriccompatibiltylayers.modremappingapi.impl.ModDiscoverer$1",
66-
"io.github.fabriccompatibiltylayers.modremappingapi.impl.ModEntry",
67-
"io.github.fabriccompatibiltylayers.modremappingapi.impl.remapper.resource.RefmapJson",
6862
"fr.catcore.modremapperapi.remapping.MappingBuilder",
6963
"fr.catcore.modremapperapi.remapping.MappingBuilder$Entry",
7064
"fr.catcore.modremapperapi.remapping.MappingBuilder$Type",
71-
"io.github.fabriccompatibiltylayers.modremappingapi.impl.remapper.visitor.MixinPostApplyVisitor",
72-
"io.github.fabriccompatibiltylayers.modremappingapi.impl.remapper.asm.MRAClassVisitor",
73-
"io.github.fabriccompatibiltylayers.modremappingapi.impl.remapper.asm.MRAMethodVisitor",
74-
"io.github.fabriccompatibiltylayers.modremappingapi.impl.remapper.visitor.MRAApplyVisitor",
75-
"io.github.fabriccompatibiltylayers.modremappingapi.impl.remapper.resource.RefmapRemapper",
7665
"fr.catcore.modremapperapi.remapping.RemapUtil",
7766
"fr.catcore.modremapperapi.remapping.RemapUtil$MappingList",
7867
"fr.catcore.modremapperapi.remapping.VisitorInfos",
7968
"fr.catcore.modremapperapi.remapping.VisitorInfos$MethodNamed",
8069
"fr.catcore.modremapperapi.remapping.VisitorInfos$MethodValue",
8170
"fr.catcore.modremapperapi.remapping.VisitorInfos$Type",
71+
"io.github.fabriccompatibiltylayers.modremappingapi.impl.DefaultModEntry",
72+
"io.github.fabriccompatibiltylayers.modremappingapi.impl.DefaultModRemapper",
73+
"io.github.fabriccompatibiltylayers.modremappingapi.impl.ModDiscoverer",
74+
"io.github.fabriccompatibiltylayers.modremappingapi.impl.ModDiscoverer$1",
75+
"io.github.fabriccompatibiltylayers.modremappingapi.impl.ModEntry",
76+
"io.github.fabriccompatibiltylayers.modremappingapi.impl.remapper.resource.RefmapJson",
77+
"io.github.fabriccompatibiltylayers.modremappingapi.impl.remapper.visitor.MixinPostApplyVisitor",
78+
"io.github.fabriccompatibiltylayers.modremappingapi.impl.remapper.asm.MRAClassVisitor",
79+
"io.github.fabriccompatibiltylayers.modremappingapi.impl.remapper.asm.MRAMethodVisitor",
80+
"io.github.fabriccompatibiltylayers.modremappingapi.impl.remapper.visitor.MRAApplyVisitor",
81+
"io.github.fabriccompatibiltylayers.modremappingapi.impl.remapper.resource.RefmapRemapper",
82+
"io.github.fabriccompatibiltylayers.modremappingapi.impl.mappings.MappingsRegistry",
83+
"io.github.fabriccompatibiltylayers.modremappingapi.impl.mappings.MappingTreeHelper",
84+
"io.github.fabriccompatibiltylayers.modremappingapi.impl.remapper.MixinRemappingHelper",
85+
"io.github.fabriccompatibiltylayers.modremappingapi.impl.remapper.ModTrRemapper",
86+
"io.github.fabriccompatibiltylayers.modremappingapi.impl.remapper.TrRemapperHelper",
87+
8288
"net.fabricmc.loader.impl.launch.FabricLauncher",
8389
"net.fabricmc.loader.impl.launch.FabricLauncherBase",
8490
"net.fabricmc.loader.api.ObjectShare",

0 commit comments

Comments
 (0)