issues
search
fnar
/
minecraft-roguelike
This is a mod for minecraft that adds randomly generated dungeon complexes.
GNU General Public License v3.0
14
stars
9
forks
source link
Fixed more ModLoader and NullPointer exceptions
#82
Closed
KameiB
closed
1 year ago
KameiB
commented
1 year ago
BaseRoom and DungeonCommand were still calling SettingsResolver.getInstance().
WorldEditor1_12 tries to access a member of an object without first checking if != null.
KameiB
commented
1 year ago
Elegantly implemented by fnar.