4.0.0 - First commit to github

This commit is contained in:
Motschen
2020-12-08 16:34:11 +01:00
parent bc27d95a6a
commit 6829761ab7
143 changed files with 2012 additions and 769 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.4-SNAPSHOT'
id 'fabric-loom' version '0.5-SNAPSHOT'
id 'maven-publish'
}
@@ -14,6 +14,7 @@ minecraft {
}
repositories {
maven { url = 'https://raw.githubusercontent.com/Devan-Kerman/Devan-Repo/master/'}
maven { url "https://jitpack.io" }
maven { url "https://maven.blamejared.com" }
}
@@ -28,8 +29,10 @@ dependencies {
modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modCompile("vazkii.patchouli:Patchouli:${project.patchouli_version}")
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them.
modImplementation ("me.sargunvohra.mcmods:autoconfig1u:${project.auto_config_version}")
modImplementation ("me.shedaniel.cloth:config-2:${project.cloth_config_version}")
modImplementation ("io.github.prospector:modmenu:${project.mod_menu_version}")
modImplementation "eu.midnightdust:midnight-hats:${midnighthats_version}"
include "eu.midnightdust:midnight-hats:${midnighthats_version}"