fix
This commit is contained in:
parent
90b5bb2801
commit
ee38591c37
@ -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();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
[
|
||||||
|
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user