After all these years, the ints show up correctly after restarting (it was literally a 1 line fix)
This commit is contained in:
+2
-11
@@ -25,24 +25,15 @@ configurations {
|
||||
developmentForge.extendsFrom common
|
||||
}
|
||||
|
||||
repositories {
|
||||
// Required for importing CurseForge mods
|
||||
maven {
|
||||
url "https://www.cursemaven.com"
|
||||
content {
|
||||
includeGroup "curse.maven"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// Forge loader
|
||||
forge "net.minecraftforge:forge:${rootProject.minecraft_version}-${rootProject.forge_version}"
|
||||
|
||||
common(project(path: ":common", configuration: "namedElements")) { transitive false }
|
||||
shadowMe(project(path: ":common", configuration: "transformProductionForge")) { transitive = false }
|
||||
|
||||
// Optifine
|
||||
// implementation("forge-mod:OptiFine_1.16.5_HD_U_G8")
|
||||
// modImplementation("forge-mod:OptiFine_1.16.5_HD_U_G8")
|
||||
|
||||
// implementation("com.electronwill.night-config:toml:${rootProject.toml_version}")
|
||||
// forgeDependencies(shadowMe("com.electronwill.night-config:toml:${rootProject.toml_version}") {})
|
||||
|
||||
Reference in New Issue
Block a user