Bug: Extra check to avoid crashes with usage of anything using ConfigSerializer.
bconlon1 opened this issue ยท 0 comments
bconlon1 commented
A search for a config value from a path is not guaranteed to return a ConfigValue. We need an extra check for ForgeConfigSpec.ConfigValue<Boolean> instanceof ForgeConfigSpec.BooleanValue in the deserialize method.