mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
* port to 1.20.5-rc1 * port to 1.20.5 * remove runtime mod menu * Update build.gradle * Prepare for publishing Signed-off-by: shedaniel <daniel@shedaniel.me> * Update shadow plugin to fix building J21 binaries Signed-off-by: shedaniel <daniel@shedaniel.me> --------- Signed-off-by: shedaniel <daniel@shedaniel.me> Co-authored-by: shedaniel <daniel@shedaniel.me>
36 lines
734 B
TOML
36 lines
734 B
TOML
modLoader = "javafml"
|
|
loaderVersion = "[1,)"
|
|
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"
|
|
type = "required"
|
|
versionRange = "[1.20.5,)"
|
|
ordering = "NONE"
|
|
side = "BOTH"
|
|
|
|
[[dependencies.architectury]]
|
|
modId = "neoforge"
|
|
type = "required"
|
|
versionRange = "[20.5.0-beta,)"
|
|
ordering = "NONE"
|
|
side = "BOTH"
|
|
|
|
[[mixins]]
|
|
config = "architectury.mixins.json"
|
|
|
|
[[mixins]]
|
|
config = "architectury-common.mixins.json"
|