@Override
public void loadConfiguration (YAMLProcessor config, String path) {
config.setComment(path + "block", "Sets the block that is the base of the dispenser mechanic.");
material = new ItemInfo(config.getString(path + "block", "EMERALD_ORE:0"));
config.setComment(path + "spawn-infront", "Sets whether the minecarts should spawn infront of the mechanic instead of directly above.");
minecartDispenserLegacy = config.getBoolean(path + "spawn-infront", false);
config.setComment(path + "check-for-carts", "Sets whether or not the mechanic checks for existing carts before spawning a new one.");