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 9c10726 commit 06e3e43Copy full SHA for 06e3e43
gradle.properties
@@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx1G
3
4
# Fabric Properties
5
# check these on https://fabricmc.net/develop
6
- minecraft_version=1.18.1
7
- yarn_mappings=1.18.1+build.22
8
- loader_version=0.12.12
+ minecraft_version=1.18.2
+ yarn_mappings=1.18.2+build.1
+ loader_version=0.13.3
9
10
# Mod Properties
11
mod_version = 1.0.0
12
maven_group = com.example
13
archives_base_name = fabric-example-mod
14
15
# Dependencies
16
- fabric_version=0.46.2+1.18
+ fabric_version=0.47.8+1.18.2
src/main/resources/fabric.mod.json
@@ -27,7 +27,7 @@
27
],
28
29
"depends": {
30
- "fabricloader": ">=0.12.12",
+ "fabricloader": ">=0.13.3",
31
"fabric": "*",
32
"minecraft": "1.18.x",
33
"java": ">=17"
0 commit comments