We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e45fc4 commit 85da8c1Copy full SHA for 85da8c1
build.gradle
@@ -18,10 +18,10 @@ allprojects {
18
ext {
19
minecraftVersion = '1.20.4'
20
supportedPlatforms = ['forge', 'neoforge', 'fabric']
21
- fabricLoaderVersion = '0.15.10'
22
- fabricApiVersion = '0.97.0+1.20.4'
23
- forgeVersion = '49.0.49'
24
- neoForgeVersion = '20.4.234'
+ fabricLoaderVersion = '0.15.11'
+ fabricApiVersion = '0.97.1+1.20.4'
+ forgeVersion = '49.1.0'
+ neoForgeVersion = '20.4.237'
25
apiVersion = '1.7.1'
26
toolsVersion = '1.3.0'
27
mixinVersion = '0.8.5'
0 commit comments