frogmc.dev/public/resources/template/gradle/libs.versions.toml

17 lines
477 B
TOML
Raw Normal View History

2024-06-05 16:42:57 -04:00
[versions]
2024-06-13 05:13:54 -04:00
phytotelma = "$phytotelma_version"
2024-06-05 16:42:57 -04:00
minecraft = "$game_version"
2024-06-13 05:13:54 -04:00
frogloader = "$loader_version"
2024-06-10 17:52:02 -04:00
froglib = "$froglib_version"
2024-06-05 16:42:57 -04:00
[libraries]
2024-06-10 17:52:02 -04:00
# technically unused
2024-06-08 11:27:05 -04:00
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
2024-06-13 05:13:54 -04:00
frogloader = { module = "dev.frogmc:frogloader", version.ref = "frogloader" }
2024-06-10 17:52:02 -04:00
froglib = { module = "dev.frogmc:froglib", version.ref = "froglib" }
2024-06-13 05:13:54 -04:00
[plugins]
phytotelma = { id = "dev.frogmc.phytotelma", version.ref = "phytotelma" }