LootItemFunctionType now use LootItemFunctionType
This commit is contained in:
@@ -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")
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user