17 lines
474 B
TOML
17 lines
474 B
TOML
[versions]
|
|
|
|
thyroxine = "1.0.0-SNAPSHOT"
|
|
nightconfig = "3.7.2"
|
|
mixin = "0.13.4+mixin.0.8.5"
|
|
annotations = "24.1.0"
|
|
|
|
[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" }
|
|
|
|
[bundles]
|
|
|
|
[plugins] |