Update build.gradle

This commit is contained in:
Mysticpasta1 2023-03-05 07:02:51 -06:00
parent b9bf414b47
commit 1ec3c5e5d9

View File

@ -75,7 +75,7 @@ dependencies {
minecraft 'net.minecraftforge:forge:1.19.2-43.2.6'
annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'
implementation "com.github.Mysticpasta1:mcef-forge:a475ddee09"
implementation "com.github.Mysticpasta1:mcef-forge:15062b66a7"
implementation "curse.maven:cloth_config_forge-348521:3972423"
//implementation "curse.maven:SU-370704:4410614" //TODO This is borked Luigi!
implementation "curse.maven:spark-361579:4381167"
@ -94,7 +94,7 @@ jar {
"Specification-Version": "1", // We are version 1 of ourselves
"Implementation-Title": project.name,
"Implementation-Version": "${version}",
"Implementation-Vendor" :"forgecef",
"Implementation-Vendor" :"webdisplays",
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
"MixinConfigs": "forgecef.mixins.json"
])