Skip to content

Commit bf388ec

Browse files
committed
Update Fabric Loom and Minecraft version dependencies
1 parent 4655f3e commit bf388ec

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//file:noinspection GroovyAssignabilityCheck
22
plugins {
3-
id 'fabric-loom' version '1.12.+'
3+
id 'fabric-loom' version '1.13.3'
44
id 'maven-publish'
55
}
66

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ org.gradle.parallel=true
44

55
# Fabric Properties
66
# check these on https://fabricmc.net/develop
7-
minecraft_version=1.21.10
8-
yarn_mappings=1.21.10+build.2
9-
loader_version=0.17.3
7+
minecraft_version=1.21.11
8+
yarn_mappings=1.21.11+build.3
9+
loader_version=0.18.3
1010

1111
# Mod Properties
12-
mod_version=1.4.1+1.21.10
12+
mod_version=1.4.1+1.21.11
1313
maven_group=name.modid
1414
archives_base_name=combat-tag
1515

1616
# Dependencies
17-
fabric_version=0.136.0+1.21.10
17+
fabric_version=0.140.0+1.21.11

0 commit comments

Comments
 (0)