TheXFactor117 / Levels

A small, Minecraft mod focused around the aspect of weapon and armor leveling.
GNU General Public License v2.0
25 stars 19 forks source link

Backporting r1.0.0 to 1.10.2 #88

Closed LetterShapedGlyphs closed 7 years ago

LetterShapedGlyphs commented 7 years ago

Cloned master and removed resulting possible null pointer errors that would result in 1.10.2

LetterShapedGlyphs commented 7 years ago

Was waiting around for the backport when I realised this was something I could do myself. Have tested locally and while I missed a potential null pointer the first time, I don't see any remaining within the code that would be changed.

Edit: I may have left things that I was unsure about modifying myself like the json file out, but that should be easily fixed.

TheXFactor117 commented 7 years ago

Looks good to me. I'll merge it and check it out myself (and add anything necessary). I appreciate this a lot!