File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' fabric-loom' version ' 1.9 -SNAPSHOT'
2+ id ' fabric-loom' version ' 1.10 -SNAPSHOT'
33 id ' maven-publish'
44}
55
1111}
1212
1313repositories {
14+ mavenLocal()
15+
1416 maven {
1517 url = uri(' https://mschae23.de/git/api/packages/mschae23/maven' )
1618 }
Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ org.gradle.jvmargs=-Xmx1G
33
44# Fabric Properties
55 # check these on https://fabricmc.net/versions.html
6- minecraft_version =1.21.4
7- yarn_mappings =1.21.4 +build.2
8- loader_version =0.16.9
6+ minecraft_version =1.21.5
7+ yarn_mappings =1.21.5 +build.1
8+ loader_version =0.16.12
99
1010# Mod Properties
1111 mod_version = 4.0.1
1212 maven_group = de.mschae23.minecraft.mod
1313 archives_base_name = grind-enchantments
1414
1515# Dependencies
16- fabric_api_version =0.111.0 +1.21.4
16+ fabric_api_version =0.119.9 +1.21.5
1717 codec_config_api_version =3.0.2+1.21.4
1818 tax_free_levels_version =1.4.1-fabric-1.21.1
You can’t perform that action at this time.
0 commit comments