rename velocityMultiplier

This commit is contained in:
2023-07-07 23:30:57 +02:00
parent f83d2c220f
commit af7aadc9ca
5 changed files with 15 additions and 4 deletions
+11
View File
@@ -1,4 +1,5 @@
plugins {
id "com.modrinth.minotaur" version "2.+"
id 'fabric-loom' version '1.2-SNAPSHOT'
id 'maven-publish'
}
@@ -98,6 +99,16 @@ jar {
}
}
import com.modrinth.minotaur.dependencies.ModDependency
modrinth {
projectId = 'vHsuCD0F' // The ID of your Modrinth project. Slugs will not work.
uploadFile = remapJar // Tells Minotaur to use the remapped jar
versionType = "beta"
dependencies = [
new ModDependency('P7dR8mSH', 'required'), //required dependency on Fabric API
]
}
// configure the maven publication
publishing {
publications {