mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-12 02:36:18 +00:00
Add messages to exceptions
This commit is contained in:
@@ -60,7 +60,7 @@ public class TerraScriptAddon implements AddonInitializer {
|
||||
})
|
||||
.forEach(structureRegistry::register);
|
||||
} catch(IOException e) {
|
||||
throw new RuntimeException(e);
|
||||
throw new RuntimeException("Error occurred while reading config pack files", e);
|
||||
}
|
||||
})
|
||||
.priority(100)
|
||||
|
||||
Reference in New Issue
Block a user