Skip to content

Commit 7672178

Browse files
Update Fabric stuff
1 parent 9e49470 commit 7672178

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ org.gradle.parallel=true
77
# https://www.curseforge.com/minecraft/mc-mods/fabric-api
88
minecraft_version=1.20.2
99
yarn_mappings=1.20.2+build.4
10-
loader_version=0.14.22
10+
loader_version=0.15.0
1111

1212
#Fabric api
13-
fabric_version=0.89.3+1.20.2
13+
fabric_version=0.91.1+1.20.2
1414

1515
# Mod Properties
1616
mod_version = 1.6.1-MC1.20.2

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
],
4141

4242
"depends": {
43-
"fabricloader": ">=0.14.19",
43+
"fabricloader": ">=0.15.0",
4444
"fabric-api": ">=0.79.1",
4545
"minecraft": "~1.20-alpha.23.17.a",
4646
"java": ">=17"

0 commit comments

Comments
 (0)