So it's the same as the biome loader :D

This commit is contained in:
CocoTheOwner 2021-08-14 23:33:31 +02:00
parent bfb121938a
commit 4042592420

View File

@ -71,7 +71,7 @@ public class ResourceLoader<T extends IrisRegistrant> {
this.root = root; this.root = root;
this.folderName = folderName; this.folderName = folderName;
loadCache = new KMap<>(); loadCache = new KMap<>();
Iris.debug("Loader<" + C.GREEN + resourceTypeName + C.LIGHT_PURPLE + "> created in " + C.RED + "IDM/" + manager.getId() + C.LIGHT_PURPLE + " on " + C.WHITE + manager.getDataFolder().getPath()); Iris.debug("Loader<" + C.GREEN + resourceTypeName + C.LIGHT_PURPLE + "> created in " + C.RED + "IDM/" + manager.getId() + C.LIGHT_PURPLE + " on " + C.GRAY + manager.getDataFolder().getPath());
} }
public JSONObject buildSchema() { public JSONObject buildSchema() {