Add back MidnightHats, bump version

This commit is contained in:
Motschen
2020-11-24 19:13:20 +01:00
parent 9033b20e2b
commit b1b8962ec0
5 changed files with 3 additions and 4 deletions

1
.gitignore vendored
View File

@@ -1,7 +1,6 @@
# gradle
.gradle/
build/
out/
classes/

View File

@@ -27,8 +27,8 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
// modImplementation "eu.midnightdust:midnight-hats:${midnighthats_version}"
// include "eu.midnightdust:midnight-hats:${midnighthats_version}"
modImplementation "eu.midnightdust:midnight-hats:${midnighthats_version}"
include "eu.midnightdust:midnight-hats:${midnighthats_version}"
}
processResources {

Binary file not shown.

View File

@@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx2G
loader_version=0.10.8
# Mod Properties
mod_version = 1.2.1
mod_version = 1.2.2
maven_group = eu.midnightdust.motschen
archives_base_name = rocks

View File