Removed some useless stuff

This commit is contained in:
Patrick
2026-06-13 23:32:28 +02:00
parent 06a061957c
commit 2a316b6d85
3 changed files with 2 additions and 9 deletions
+1 -6
View File
@@ -12,15 +12,10 @@ base {
repositories {
// Add repositories to retrieve artifacts from in here.
// You should only use this when depending on other mods because
// 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.
}
dependencies {
// To change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"