modLoader = "javafml" loaderVersion = "[48,)" #issueTrackerURL = "" license = "LGPL-3.0-or-later" [[mods]] modId = "yacl_test" version = "1" displayName = "YACL Test" authors = "isXander" description = ''' Test mod for YACL ''' #logoFile = "" [[dependencies.yacl_test]] modId = "forge" mandatory = true versionRange = "[48,)" ordering = "NONE" side = "BOTH" [[dependencies.yacl_test]] modId = "minecraft" mandatory = true versionRange = "[1.20.2,)" ordering = "NONE" side = "BOTH"