Set the minimum version of forgified-fabric-loom to 0.7.0.95.

This commit is contained in:
Username404-59 2021-04-29 14:39:56 +02:00
parent 91508cd1c4
commit 601f1d4fd4
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1

View File

@ -13,7 +13,7 @@ plugins {
kotlin("jvm") version "1.5.0"
id("com.github.johnrengelman.shadow") version "6.1.0" apply false
id("architectury-plugin") version "[3.0.100, 3.2["
id("forgified-fabric-loom") version "[0.7.0, 0.7.1[" apply false
id("forgified-fabric-loom") version "[0.7.0.95, 0.7.1[" apply false
id("com.github.ben-manes.versions") version "0.38.0"
id("com.modrinth.minotaur") version "1.2.0"
}