Skip to content

Commit cd24dc2

Browse files
committed
Upgrade to latest fabric/loom
1 parent d39b120 commit cd24dc2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

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

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ org.gradle.jvmargs=-Xmx1G
44
# Fabric Properties
55
# check these on https://fabricmc.net/versions.html
66
minecraft_version=1.17.1
7-
yarn_mappings=1.17.1+build.14
8-
loader_version=0.11.6
7+
yarn_mappings=1.17.1+build.65
8+
loader_version=0.13.3
99

1010
# Mod Properties
1111
mod_version = 1.1.0+1.17.1
@@ -15,4 +15,4 @@ archives_base_name = statuseffecttimer
1515
# Dependencies
1616
# Fabric api
1717
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api (or https://fabricmc.net/versions.html)
18-
fabric_version=0.37.0+1.17
18+
fabric_version=0.46.1+1.17

0 commit comments

Comments
 (0)