mirror of
https://github.com/dragonruler1000/hdm-mod.git
synced 2025-06-29 08:29:33 -05:00
Initial commit
Signed-off-by: dragonruler1000 <github@me.minecraftchest2.us>
This commit is contained in:
commit
11a1864132
12 changed files with 855 additions and 0 deletions
15
settings.gradle
Normal file
15
settings.gradle
Normal file
|
@ -0,0 +1,15 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
maven {
|
||||
name = 'MinecraftForge'
|
||||
url = 'https://maven.minecraftforge.net/'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.7.0'
|
||||
}
|
||||
|
||||
rootProject.name = 'hdm-mod'
|
Loading…
Add table
Add a link
Reference in a new issue