FrogLoader/gradle/libs.versions.toml
moehreag f7c90d15e6
All checks were successful
Publish to snapshot maven / build (push) Successful in 23s
fix remapping, add a bit of logging
2024-08-28 13:11:11 +02:00

20 lines
594 B
TOML

[versions]
thyroxine = "0.0.1-alpha.15"
nightconfig = "3.8.1"
mixin = "0.15.0+mixin.0.8.7"
annotations = "24.1.0"
mixinextras = "0.4.1"
[libraries]
thyroxine = { module = "dev.frogmc:thyroxine", version.ref = "thyroxine" }
nightconfig = { module = "com.electronwill.night-config:toml", version.ref = "nightconfig" }
mixin = { module = "net.fabricmc:sponge-mixin", version.ref = "mixin" }
annotations = { module = "org.jetbrains:annotations", version.ref = "annotations" }
mixinextras = { module = "io.github.llamalad7:mixinextras-common", version.ref = "mixinextras" }
[bundles]
[plugins]