mirror of
https://github.com/architectury/architectury-api.git
synced 2026-04-03 05:57:40 -05:00
14 lines
362 B
TOML
14 lines
362 B
TOML
modLoader = "javafml"
|
|
loaderVersion = "[1,)"
|
|
issueTrackerURL = "https://github.com/shedaniel/architectury/issues"
|
|
license = "LGPL-3"
|
|
|
|
[[mods]]
|
|
modId = "architectury_test"
|
|
version = "${file.jarVersion}"
|
|
displayName = "Architectury Test"
|
|
authors = "shedaniel"
|
|
description = '''
|
|
A intermediary api aimed to ease developing multiplatform mods.
|
|
'''
|
|
license = "LGPL-3" |