This commit is contained in:
Anuken
2025-06-13 00:03:31 -04:00
parent e5c745ee16
commit 7da5f0a6d9
5 changed files with 17 additions and 23 deletions

View File

@@ -78,7 +78,7 @@ public class Generators{
mainExecutor.submit(() -> {
try{
ImageTileGenerator.generate(basePath, floor.name, new Fi("../../../assets-raw/sprites_out/blocks/environment/" + floor.name));
}catch(Exception e){
}catch(Throwable e){
Log.err("Failed to autotile: " + floor.name, e);
}finally{
//the raw autotile source image must never be included, it isn't useful