mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-02-17 21:11:26 +01:00
fix
This commit is contained in:
parent
90b5bb2801
commit
ee38591c37
@ -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) {}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
// 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