Mod 'Fabric API' (fabric) 0.46.6+1.18 requires version 1.18.1 of 'Minecraft' (minecraft), but only the wrong version is present: 1.18! #2191
Answered
by
haykam821
u9g
asked this question in
Mod Dev Support
-
So I am trying to make a 1.18 mod, using data from here: https://fabricmc.net/develop/ and selecting 1.18 in the dropdown. However, when I enter the data and made my gradle.properties like this: # Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx2G
# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.18
yarn_mappings=1.18+build.1
loader_version=0.13.3
# Mod Properties
mod_version = 1.0.0
maven_group = me.i
archives_base_name = my-great-project
# Dependencies
fabric_version=0.46.6+1.18 I get this error that doesn't let me launch the client:
|
Beta Was this translation helpful? Give feedback.
Answered by
haykam821
May 4, 2022
Replies: 1 comment
-
The website states:
On CurseForge, the last version of Fabric API to target Minecraft 1.18 is version 0.44.0+1.18. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
u9g
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The website states:
On CurseForge, the last version of Fabric API to target Minecraft 1.18 is version 0.44.0+1.18.