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