Starting to convert existing subskills to be JSON friendly

So far only a few have been converted
This commit is contained in:
nossr50
2019-01-03 03:42:11 -08:00
parent f4ead570d4
commit 4669e3e54d
7 changed files with 90 additions and 31 deletions

View File

@ -81,4 +81,6 @@ public class SkillTextComponentFactory {
subSkillHoverComponents.put(subSkill, newComponents);
return subSkillHoverComponents.get(subSkill);
}
}