Initial commit
This commit is contained in:
commit
76d4b44153
24 changed files with 787 additions and 0 deletions
14
settings.gradle
Normal file
14
settings.gradle
Normal file
|
@ -0,0 +1,14 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
maven { url "https://maven.fabricmc.net/" }
|
||||
maven { url "https://maven.architectury.dev/" }
|
||||
maven { url "https://maven.minecraftforge.net/" }
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
include("common")
|
||||
include("fabric")
|
||||
include("forge")
|
||||
|
||||
rootProject.name = "knockdowns-modern"
|
Loading…
Add table
Add a link
Reference in a new issue