JSON block, item loading

This commit is contained in:
Anuken
2019-09-29 15:21:50 -04:00
parent 9c175ac893
commit f17e46015a
7 changed files with 165 additions and 57 deletions

View File

@@ -142,8 +142,7 @@ public class CrashSender{
private static void ex(Runnable r){
try{
r.run();
}catch(Throwable t){
t.printStackTrace();
}catch(Throwable ignored){
}
}
}