File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/mods/Hileb/shotaasm/impl/rml Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77import mods .Hileb .shotaasm .api .ShotaContext ;
88
99import net .minecraft .launchwrapper .Launch ;
10+ import net .minecraft .util .ResourceLocation ;
1011
1112import org .apache .commons .io .IOUtils ;
1213import org .apache .commons .io .FilenameUtils ;
2627import rml .loader .api .mods .module .ModuleType ;
2728import rml .loader .api .mods .ContainerHolder ;
2829import rml .jrx .utils .file .FileHelper ;
29- import net .minecraft .util .ResourceLocation ;
3030
3131public class ShotaRMLLocator implements IScriptLocator {
3232
@@ -55,7 +55,7 @@ public Collection<ScriptFile> getScripts() {
5555 return list ;
5656 }
5757
58- private static void ErrorHandler {
58+ private static class ErrorHandler {
5959 public static void runThrow (Throwable throwable , String msg , Object ... args ){
6060 throw new RuntimeException (new FormattedMessage (msg , args ).getFormattedMessage (), throwable );
6161 }
You can’t perform that action at this time.
0 commit comments