19 lines
593 B
TOML
19 lines
593 B
TOML
[versions]
|
|
|
|
thyroxine = "1.0.0-SNAPSHOT"
|
|
nightconfig = "3.7.2"
|
|
mixin = "0.14.0+mixin.0.8.6"
|
|
annotations = "24.1.0"
|
|
mixinextras = "0.3.6"
|
|
|
|
[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] |