mirror of
https://github.com/TeamMidnightDust/ThisRocks.git
synced 2025-12-16 02:55:08 +01:00
get gradle to work; remove nonexistant mod
This commit is contained in:
@@ -27,8 +27,8 @@ dependencies {
|
|||||||
// Fabric API. This is technically optional, but you probably want it anyway.
|
// Fabric API. This is technically optional, but you probably want it anyway.
|
||||||
modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||||
|
|
||||||
modImplementation "eu.midnightdust:midnight-hats:${midnighthats_version}"
|
// modImplementation "eu.midnightdust:midnight-hats:${midnighthats_version}"
|
||||||
include "eu.midnightdust:midnight-hats:${midnighthats_version}"
|
// include "eu.midnightdust:midnight-hats:${midnighthats_version}"
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
|
|||||||
@@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx2G
|
|||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/use
|
# check these on https://fabricmc.net/use
|
||||||
minecraft_version=1.16.2
|
minecraft_version=1.16.4
|
||||||
yarn_mappings=1.16.2+build.6
|
yarn_mappings=1.16.4+build.7
|
||||||
loader_version=0.9.1+build.205
|
loader_version=0.10.8
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.2.1
|
mod_version = 1.2.1
|
||||||
|
|||||||
Reference in New Issue
Block a user