17 lines
477 B
TOML
17 lines
477 B
TOML
[versions]
|
|
|
|
phytotelma = "$phytotelma_version"
|
|
minecraft = "$game_version"
|
|
frogloader = "$loader_version"
|
|
froglib = "$froglib_version"
|
|
|
|
[libraries]
|
|
# technically unused
|
|
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
|
|
frogloader = { module = "dev.frogmc:frogloader", version.ref = "frogloader" }
|
|
froglib = { module = "dev.frogmc:froglib", version.ref = "froglib" }
|
|
|
|
[plugins]
|
|
|
|
phytotelma = { id = "dev.frogmc.phytotelma", version.ref = "phytotelma" }
|