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}"
+1 -1
View File
@@ -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
-2
View File
@@ -5,8 +5,6 @@
"compatibilityLevel": "JAVA_21",
"mixins": [
],
"client": [
],
"injectors": {
"defaultRequire": 1
},