WIP Forge port

This commit is contained in:
shedaniel
2021-07-29 23:03:06 +08:00
parent 5b7cb36414
commit bf34031711
76 changed files with 498 additions and 572 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id "architectury-plugin" version "3.2-SNAPSHOT"
id "dev.architectury.loom" version "0.8.0-SNAPSHOT" apply false
id "dev.architectury.loom" version "0.7.3-SNAPSHOT" apply false
id "io.github.juuxel.loom-quiltflower" version "1.1.1" apply false
id "org.cadixdev.licenser" version "0.5.0"
id "com.matthewprenger.cursegradle" version "1.4.0" apply false
@@ -34,6 +34,14 @@ allprojects {
apply plugin: "java"
apply plugin: "architectury-plugin"
apply plugin: "org.cadixdev.licenser"
repositories {
mavenLocal()
}
architectury {
transformerVersion = "4.0.9999"
}
ext {
isSnapshot = System.getenv("PR_NUM") != null