Compare commits
1 Commits
1.21.8_fab
...
forge-1.20
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
314eae4917 |
@@ -1,8 +1,9 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'fabric-loom' version '1.2-SNAPSHOT'
|
id 'fabric-loom' version '1.2-SNAPSHOT'
|
||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
}
|
id "dev.architectury.loom" version "1.3-SNAPSHOT" apply(false)
|
||||||
|
|
||||||
|
}
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
sourceCompatibility = JavaVersion.VERSION_17
|
||||||
targetCompatibility = JavaVersion.VERSION_17
|
targetCompatibility = JavaVersion.VERSION_17
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,14 @@
|
|||||||
pluginManagement {
|
pluginManagement {
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven { url "https://maven.fabricmc.net/" }
|
||||||
name = 'Fabric'
|
maven { url "https://maven.architectury.dev/" }
|
||||||
url = 'https://maven.fabricmc.net/'
|
maven { url "https://maven.minecraftforge.net/" }
|
||||||
}
|
|
||||||
mavenCentral()
|
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
include("common")
|
||||||
|
include("fabric")
|
||||||
|
include("forge")
|
||||||
|
|
||||||
|
rootProject.name = "cave_dust"
|
||||||
Reference in New Issue
Block a user