Skip to content

Commit ad47565

Browse files
committed
Update polymer and fabric api
1 parent eecbd73 commit ad47565

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ loader_version=0.16.14
88
loom_version=1.11.+
99

1010
# Dependencies
11-
fabric_version=0.129.0+1.21.8
12-
polymer_version=0.13.7+1.21.8
11+
fabric_version=0.131.0+1.21.8
12+
polymer_version=0.13.9+1.21.8
1313
server_translations_version=2.5.1+1.21.5
1414
packet_tweaker_version=0.6.0-pre.1+1.21.2-pre3
1515
fantasy_version=0.6.7+1.21.5

src/main/resources/fabric.mod.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
}
2525
},
2626
"depends": {
27-
"fabricloader": ">=0.14",
28-
"fabric": "*",
29-
"minecraft": ">=1.21.5-",
27+
"fabricloader": ">=0.16",
28+
"fabric-api": "*",
29+
"minecraft": ">=1.21.7-",
3030
"polymer-core": "*",
3131
"fabric-permissions-api-v0": "*",
3232
"java": ">=21"

0 commit comments

Comments
 (0)