Skip to content

Commit

Permalink
Add back MidnightHats, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Motschen committed Nov 24, 2020
1 parent 9033b20 commit b1b8962
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# gradle

.gradle/
build/
out/
classes/

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Binary file added build/loom-cache/midnight-hats-2.0.1.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Empty file removed logs/latest.log
Empty file.

0 comments on commit b1b8962

Please sign in to comment.