File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,10 +136,9 @@ dependencies {
136136 modRuntimeOnly(" me.djtheredstoner:DevAuth-${loader.name} :${deps.devAuthVersion} " )
137137 if (loader.isFabric) {
138138 modImplementation(" net.fabricmc:fabric-loader:${deps.fabricLoaderVersion} " )!!
139- modImplementation(" net.fabricmc.fabric-api:fabric-api:${deps.fabricApiVersion} " )
140139 optionalProp(" deps.modmenu_version" ) { prop ->
141140 modImplementation(" com.terraformersmc:modmenu:$prop " ) {
142- exclude(group, " net.fabricmc.fabric-api" )
141+ exclude(group= " net.fabricmc.fabric-api" )
143142 }
144143 }
145144 } else if (loader.isNeoForge) {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ org.gradle.configuration-cache=false
88# Mod properties
99mod.name =LightConfig
1010mod.id =lightconfig
11- mod.version =1.0-alpha.9
11+ mod.version =1.0-alpha.10
1212mod.group =org.visuals.legacy
1313mod.description =A config library.
1414mod.source =https://github.com/Legacy-Visuals-Project/LightConfig
You can’t perform that action at this time.
0 commit comments