File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/kotlin/gg/essential Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ val essentialLoader: Configuration by configurations.creating
1515when {
1616 platform.isLegacyForge -> {
1717 dependencies {
18- " implementation" (essentialLoader(" gg.essential:loader-launchwrapper:1.1.3 " )!! )
18+ " implementation" (essentialLoader(" gg.essential:loader-launchwrapper:1.2.2 " )!! )
1919 }
2020 tasks.named<Jar >(" jar" ) {
2121 dependsOn(essentialLoader)
2828
2929 platform.isFabric -> {
3030 dependencies {
31- " include" (" modRuntimeOnly" (" gg.essential:loader-fabric:1.0.0 " )!! )
31+ " include" (" modRuntimeOnly" (" gg.essential:loader-fabric:1.2.2 " )!! )
3232 }
3333 }
3434
4949 attribute(relocationAttribute, true )
5050 }
5151 if (platform.mcVersion < 11700 ) {
52- " forgeRuntimeLibrary" (essentialLoader(" gg.essential:loader-modlauncher8:1.0.0 " )!! )
52+ " forgeRuntimeLibrary" (essentialLoader(" gg.essential:loader-modlauncher8:1.2.2 " )!! )
5353 } else {
54- " forgeRuntimeLibrary" (essentialLoader(" gg.essential:loader-modlauncher9:1.0.0 " )!! )
54+ " forgeRuntimeLibrary" (essentialLoader(" gg.essential:loader-modlauncher9:1.2.2 " )!! )
5555 }
5656 }
5757 tasks.named<Jar >(" jar" ) {
You can’t perform that action at this time.
0 commit comments