Few fixes for worldedit changes

This commit is contained in:
Matthew Miller
2019-04-29 19:59:41 +10:00
parent a3a175ab8c
commit 2571efb5c3
6 changed files with 53 additions and 32 deletions

View File

@ -75,7 +75,7 @@ public class BundledItemData {
GsonBuilder gsonBuilder = new GsonBuilder();
gsonBuilder.registerTypeAdapter(Vector3.class, new VectorAdapter());
Gson gson = gsonBuilder.create();
URL url = ResourceLoader.getResource(BundledItemData.class,"items.json");F
URL url = ResourceLoader.getResource(BundledItemData.class,"items.json");
if (url == null) {
throw new IOException("Could not find items.json");
}