mirror of
https://github.com/TeamMidnightDust/ThisRocks.git
synced 2025-12-15 10:45:10 +01:00
Final touches for v1.9.0
This commit is contained in:
@@ -149,6 +149,10 @@ unifiedPublishing {
|
||||
curseforge = "midnightlib"
|
||||
modrinth = "midnightlib"
|
||||
}
|
||||
optional {
|
||||
curseforge = "polymer"
|
||||
modrinth = "polymer"
|
||||
}
|
||||
}
|
||||
|
||||
var CURSEFORGE_TOKEN = project.findProperty("CURSEFORGE_TOKEN") ?: System.getenv("CURSEFORGE_TOKEN")
|
||||
|
||||
@@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx2G
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/use
|
||||
minecraft_version=1.21
|
||||
yarn_mappings=1.21+build.2
|
||||
loader_version=0.15.11
|
||||
minecraft_version=1.21.1
|
||||
yarn_mappings=1.21.1+build.3
|
||||
loader_version=0.16.9
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.9.0
|
||||
@@ -17,7 +17,7 @@ org.gradle.jvmargs=-Xmx2G
|
||||
|
||||
# Dependencies
|
||||
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
||||
fabric_version=0.100.1+1.21
|
||||
fabric_version=0.110.0+1.21.1
|
||||
midnightlib_version=1.6.3-fabric
|
||||
polymer_version=0.9.14+1.21.1
|
||||
factorytools_version=0.3.2+1.21
|
||||
|
||||
@@ -38,5 +38,12 @@
|
||||
"depends": {
|
||||
"fabricloader": ">=0.7.2",
|
||||
"fabric": "*"
|
||||
},
|
||||
"suggests": {
|
||||
"polymer-core": "*",
|
||||
"polymer-blocks": "*",
|
||||
"polymer-resource-pack": "*",
|
||||
"polymer-virtual-entity": "*",
|
||||
"factorytools": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user