This repository was archived by the owner on Jun 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import org.anti_ad.mc.ipnext.buildsrc.loom_version
3333import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
3434import proguard.gradle.ProGuardTask
3535
36- val supported_minecraft_versions = listOf (" 1.20" )
36+ val supported_minecraft_versions = listOf (" 1.20" , " 1.20.1 " )
3737val mod_loader = " fabric"
3838val mod_version = project.version.toString()
3939val minecraft_version = " 1.20"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import org.anti_ad.mc.ipnext.buildsrc.registerMinimizeJarTask
3535import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
3636import proguard.gradle.ProGuardTask
3737
38- val supported_minecraft_versions = listOf (" 1.20.1" )
38+ val supported_minecraft_versions = listOf (" 1.20" , " 1.20 .1" )
3939val mod_loader = " forge"
4040val mod_version = project.version
4141val minecraft_version = " 1.20.1"
@@ -147,7 +147,7 @@ configurations {
147147
148148dependencies {
149149 // runtimeOnly( fg.deobf("curse.maven:iron-furnaces-237664:4009901"))
150-
150+ implementation(fg.deobf( " curse.maven:easy-villagers-400514:4584220 " ))
151151}
152152
153153tasks.named(" compileKotlin" ) {
You can’t perform that action at this time.
0 commit comments