
onPotionRegister doesn't check if floating potion is disabled
noobanidus opened this issue ยท 2 comments
Instead, RegistryHandler.java:47 registers the return from getFloatingPotion without checking if config.floatingPotionEnabled. This causes a crash on startup as the resulting variable is null.
Accidentally disabled the potion as I was scrolling down to disable some of the other mobs.