Crystamae Historia is a Slimefun4 addon that adds a suite of magical spells with a new crafting and progression system unique compared to other addons.
GNU General Public License v3.0
11
stars
18
forks
source link
A lot of small improvements, and a fix for #86 and #89 #90
I've tried to fix the inconsistent use of Nonnull, NotNull and ParametersAreNonnullByDefault.
I've also done some tiny edits where I saw fit.
Furthemore, Item and Block handlers were moved outside of constructors into preRegister function, as is recommended by Slimefun JavaDocs.
At last I've fixed #86 and #89 bugs.
Needs just a bit of testing to make sure I didn't break anything,
I've tried to fix the inconsistent use of Nonnull, NotNull and ParametersAreNonnullByDefault. I've also done some tiny edits where I saw fit. Furthemore, Item and Block handlers were moved outside of constructors into preRegister function, as is recommended by Slimefun JavaDocs.
At last I've fixed #86 and #89 bugs.
Needs just a bit of testing to make sure I didn't break anything,