Skip to content

Commit 65310da

Browse files
Update Fabric to 1.19.1.
Support more minecraft version.
1 parent 9a09fe7 commit 65310da

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

gradle.properties

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,22 @@ org.gradle.jvmargs=-Xmx1G
33

44
# Fabric Properties
55
# 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
99

1010
# Mod Properties
11-
mod_version = 1.18.2-fabric-1.0.1
11+
mod_version = fabric-all-1.0.2
1212
maven_group = com.laosun.stackone
1313
archives_base_name = stackone
1414

1515
# Dependencies
16-
fabric_version=0.47.8+1.18.2
16+
fabric_version=0.58.5+1.19.1
1717

1818
#systemProp.http.proxyHost=127.0.0.1:3128
1919
#systemProp.http.proxyPort=3128
2020
#systemProp.https.proxyHost=127.0.0.1
21-
#systemProp.https.proxyPort=3128
21+
#systemProp.https.proxyPort=03128
22+
23+
24+
#Fabric api

src/main/resources/fabric.mod.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
"com.laosun.stackone.StackOneMod"
2222
]
2323
},
24-
"depends": {
25-
"minecraft": "1.18.x"
26-
},
2724
"suggests": {
2825
"another-mod": "*"
2926
}

0 commit comments

Comments
 (0)