repo for my hex addons :3
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

hey can we remove windows

+6 -4
+1 -1
gradle.properties
··· 17 17 kotlin_loader_version=1.13.4+kotlin.2.2.0 18 18 scala_loader_version=0.3.1.11 19 19 # Mod Properties 20 - mod_version=0.0.4 20 + mod_version=0.0.5 21 21 maven_group=org.net.eu.pool.mica 22 22 archives_base_name=mica 23 23 # Dependencies
+5 -3
src/main/scala/org/net/eu/pool/mica/Mica.scala
··· 1447 1447 Registry.register(Registries.DATA_COMPONENT_TYPE, Identifier.of(modid, "effect"), sideEffectComponent) 1448 1448 register() 1449 1449 println(s"Rune registry contains ${registryFor[Rune].size} runes") 1450 - val config = Path.of("config/mica:extra_classes.txt") 1451 - if Files.exists(config) then 1452 - logger.warn("Ignoring config/mica:extra_classes.txt as it is deprecated. Remove the file to silence this warning.") 1450 + try 1451 + val config = Path.of("config/mica:extra_classes.txt") 1452 + if Files.exists(config) then 1453 + logger.warn("Ignoring config/mica:extra_classes.txt as it is deprecated. Remove the file to silence this warning.") 1454 + catch case e => ()