From 2a316b6d8545727b74d4329622ab86023f0012c5 Mon Sep 17 00:00:00 2001 From: Patrick <147879351+WinniePatGG@users.noreply.github.com> Date: Sat, 13 Jun 2026 23:32:28 +0200 Subject: [PATCH] Removed some useless stuff --- build.gradle | 7 +------ gradle.properties | 2 +- src/main/resources/parrotmod.mixins.json | 2 -- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index b47c020..6d0d052 100644 --- a/build.gradle +++ b/build.gradle @@ -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}" diff --git a/gradle.properties b/gradle.properties index fbe1f9f..25ea5dc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,4 +11,4 @@ maven_group=de.winniepat archives_base_name=ParrotMod # Dependencies # check this on https://modmuss50.me/fabric.html -fabric_version=0.141.4+1.21.11 +fabric_version=0.141.4+1.21.11 \ No newline at end of file diff --git a/src/main/resources/parrotmod.mixins.json b/src/main/resources/parrotmod.mixins.json index 6dd7331..dda32a0 100644 --- a/src/main/resources/parrotmod.mixins.json +++ b/src/main/resources/parrotmod.mixins.json @@ -5,8 +5,6 @@ "compatibilityLevel": "JAVA_21", "mixins": [ ], - "client": [ - ], "injectors": { "defaultRequire": 1 },