This commit is contained in:
Jesse Boyd 2016-05-17 20:11:00 +10:00
parent 90b5bb2801
commit ee38591c37
2 changed files with 5 additions and 4 deletions

View File

@ -226,9 +226,7 @@ public class Fawe {
if (file != null && file.exists()) { if (file != null && file.exists()) {
try { try {
BundledBlockData.getInstance().add(file.toURI().toURL(), false); BundledBlockData.getInstance().add(file.toURI().toURL(), false);
} catch (IOException e) { } catch (Throwable ignore) {}
e.printStackTrace();
}
} }
} }

View File

@ -1,2 +1,5 @@
// Add extra blocks here // Add extra blocks here
// See: https://github.com/sk89q/WorldEdit/blob/master/worldedit-core/src/main/resources/com/sk89q/worldedit/world/registry/blocks.json // See: https://github.com/sk89q/WorldEdit/blob/master/worldedit-core/src/main/resources/com/sk89q/worldedit/world/registry/blocks.json
[
]