···14471447 Registry.register(Registries.DATA_COMPONENT_TYPE, Identifier.of(modid, "effect"), sideEffectComponent)
14481448 register()
14491449 println(s"Rune registry contains ${registryFor[Rune].size} runes")
14501450- val config = Path.of("config/mica:extra_classes.txt")
14511451- if Files.exists(config) then
14521452- logger.warn("Ignoring config/mica:extra_classes.txt as it is deprecated. Remove the file to silence this warning.")14501450+ try
14511451+ val config = Path.of("config/mica:extra_classes.txt")
14521452+ if Files.exists(config) then
14531453+ logger.warn("Ignoring config/mica:extra_classes.txt as it is deprecated. Remove the file to silence this warning.")
14541454+ catch case e => ()