Add start up check for REI
This commit is contained in:
@@ -223,7 +223,8 @@ tasks.processResources {
|
||||
val replacements = listOf(
|
||||
"version" to project.version.toString(),
|
||||
"minecraft_version" to libs.versions.minecraft.get(),
|
||||
"fabric_kotlin_version" to libs.versions.fabric.kotlin.get()
|
||||
"fabric_kotlin_version" to libs.versions.fabric.kotlin.get(),
|
||||
"rei_version" to libs.versions.rei.get()
|
||||
)
|
||||
replacements.forEach { (key, value) -> inputs.property(key, value) }
|
||||
filesMatching("**/fabric.mod.json") {
|
||||
|
||||
Reference in New Issue
Block a user