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()) {
try {
BundledBlockData.getInstance().add(file.toURI().toURL(), false);
} catch (IOException e) {
e.printStackTrace();
}
} catch (Throwable ignore) {}
}
}

View File

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