LootItemFunctionType now use LootItemFunctionType

This commit is contained in:
Davide Albiero
2022-06-08 22:52:21 +02:00
committed by Raoul
parent 726c3e3c25
commit d689c325d6
9 changed files with 30 additions and 34 deletions

View File

@@ -102,7 +102,7 @@ processResources {
}
dependencies {
minecraft 'net.minecraftforge:forge:1.18.2-40.0.32'
minecraft 'net.minecraftforge:forge:1.18.2-40.1.48'
compileOnly fg.deobf("mezz.jei:jei-1.18.2:9.5.4.171:api")
runtimeOnly fg.deobf("mezz.jei:jei-1.18.2:9.5.4.171")
@@ -122,7 +122,7 @@ jar {
"Specification-Vendor" : "refinedmods",
"Specification-Version" : "1",
"Implementation-Title" : project.name,
"Implementation-Version" : "${version}",
"Implementation-Version" : project.jar.archiveVersion,
"Implementation-Vendor" : "refinedmods",
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
])