File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,19 +3,22 @@ org.gradle.jvmargs=-Xmx1G
3
3
4
4
# Fabric Properties
5
5
# check these on https://fabricmc.net/develop
6
- minecraft_version =1.18.2
7
- yarn_mappings =1.18.2 +build.1
8
- loader_version =0.13.3
6
+ minecraft_version =1.19.1
7
+ yarn_mappings =1.19.1 +build.5
8
+ loader_version =0.14.8
9
9
10
10
# Mod Properties
11
- mod_version = 1.18.2- fabric-1.0.1
11
+ mod_version = fabric-all- 1.0.2
12
12
maven_group = com.laosun.stackone
13
13
archives_base_name = stackone
14
14
15
15
# Dependencies
16
- fabric_version =0.47.8 +1.18.2
16
+ fabric_version =0.58.5 +1.19.1
17
17
18
18
# systemProp.http.proxyHost=127.0.0.1:3128
19
19
# systemProp.http.proxyPort=3128
20
20
# systemProp.https.proxyHost=127.0.0.1
21
- # systemProp.https.proxyPort=3128
21
+ # systemProp.https.proxyPort=03128
22
+
23
+
24
+ # Fabric api
Original file line number Diff line number Diff line change 21
21
" com.laosun.stackone.StackOneMod"
22
22
]
23
23
},
24
- "depends" : {
25
- "minecraft" : " 1.18.x"
26
- },
27
24
"suggests" : {
28
25
"another-mod" : " *"
29
26
}
You can’t perform that action at this time.
0 commit comments