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"