Some updates I forgot to push

This commit is contained in:
astatin3
2024-07-25 15:39:00 -06:00
parent 02a80e2dbe
commit 77827c30c1
17 changed files with 34 additions and 5 deletions
+2 -1
View File
@@ -16,6 +16,8 @@ repositories {
// Loom adds the essential maven repositories to download Minecraft and libraries from automatically.
// See https://docs.gradle.org/current/userguide/declaring_repositories.html
// for more information about repositories.
// mavenCentral()
// maven { url 'https://jitpack.io' }
}
loom {
@@ -38,7 +40,6 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
// modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
}
processResources {