Level Up! Reloaded

Level Up! Reloaded

26M Downloads

Missing json files

sublok opened this issue ยท 7 comments

commented

Missing...
combat_bonus.json,
mining_bonus.json,
craft_bonus.json

on create in /config/levelup2/json/skills/{skill_name}

commented

I get NoSuchFileException for these files, can I safely create empty files?

The error is not if a skill's hasExternalJson in loadFromJson:

private static SkillProperties loadFromJson(IPlayerSkill skill) {

commented

The exception doesn't really affect anything, but I think a blank json file should silence it.

commented

It does. Thanks, I'm just trying to clean up my logs.

commented

I ended up leaving those out of configurability, since they only really provide experience bonuses that don't break the game that much.

commented

@BeetoGuy I guess those files are already in the source code, added by c6493a2 , why won't you compile it and release a mod jar with this fix?..

commented

There are several factors that had me step away from modding for a while. I'm looking into adding a few things before pushing a new fix, now that I'm beginning to get back into the swing of things.
Edit: It seems the fix has been live on CurseForge for about a year.

commented

Could we please fix the console spam from this?