mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-27 19:47:00 -05:00
30 lines
656 B
TOML
30 lines
656 B
TOML
modLoader = "javafml"
|
|
loaderVersion = "[@LOADER_MAJOR@,)"
|
|
issueTrackerURL = "https://github.com/shedaniel/architectury/issues"
|
|
license = "GNU LGPLv3"
|
|
|
|
[[mods]]
|
|
modId = "architectury"
|
|
version = "${version}"
|
|
displayName = "Architectury"
|
|
authors = "shedaniel"
|
|
description = '''
|
|
A intermediary api aimed to ease developing multiplatform mods.
|
|
'''
|
|
logoFile = "icon.png"
|
|
license = "LGPL-3"
|
|
|
|
[[dependencies.architectury]]
|
|
modId = "minecraft"
|
|
mandatory = true
|
|
versionRange = "[@MINECRAFT_VERSION@,)"
|
|
ordering = "NONE"
|
|
side = "BOTH"
|
|
|
|
[[dependencies.architectury]]
|
|
modId = "forge"
|
|
mandatory = true
|
|
versionRange = "[@FORGE_VERSION@,)"
|
|
ordering = "NONE"
|
|
side = "BOTH"
|