File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
java/se/icus/mag/modsettings/gui Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G
3
3
4
4
# Fabric Properties
5
5
# check these on https://fabricmc.net/develop
6
- minecraft_version =1.20.3
7
- yarn_mappings =1.20.3 +build.1
8
- loader_version =0.15.10
6
+ minecraft_version =1.21
7
+ yarn_mappings =1.21 +build.1
8
+ loader_version =0.15.11
9
9
10
10
# Mod Properties
11
11
project_name =Mod Settings
12
- mod_version =1.1 .0+1.20.3
12
+ mod_version =1.2 .0+1.21
13
13
maven_group =se.icus.mag
14
14
archives_base_name =modsettings
15
15
16
16
# Fabric api
17
- fabric_version =0.91 .1+1.20.3
17
+ fabric_version =0.100 .1+1.21
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ public int getRowWidth() {
25
25
}
26
26
27
27
@ Override
28
- protected int getScrollbarPositionX () {
29
- return super .getScrollbarPositionX () + 32 ;
28
+ protected int getScrollbarX () {
29
+ return super .getScrollbarX () + 32 ;
30
30
}
31
31
32
32
public void addAll (ModSettingsScreen .ModSettingsOption [] options ) {
Original file line number Diff line number Diff line change 33
33
"fabricloader" : " >=0.7.4" ,
34
34
"fabric-screen-api-v1" : " >=1.0.4" ,
35
35
"fabric-key-binding-api-v1" : " >=1.0.1" ,
36
- "minecraft" : " ~1.20.3 "
36
+ "minecraft" : " ~1.21 "
37
37
}
38
38
}
You can’t perform that action at this time.
0 commit comments