Skip to content

Commit 5b3217b

Browse files
committed
Update to 1.21.5
1 parent 16e805b commit 5b3217b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'fabric-loom' version '1.9-SNAPSHOT'
2+
id 'fabric-loom' version '1.10-SNAPSHOT'
33
id 'maven-publish'
44
}
55

@@ -11,6 +11,8 @@ base {
1111
}
1212

1313
repositories {
14+
mavenLocal()
15+
1416
maven {
1517
url = uri('https://mschae23.de/git/api/packages/mschae23/maven')
1618
}

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)