Closed KetoGSDev closed 2 years ago
the mod_version
does not include the Minecraft version at any point. you should have it say mod_version = 1.0.0
. The mod version is picking up two different sets of information and I'm pretty sure that's what's causing the issue. Let me know if this helps!
the
mod_version
does not include the Minecraft version at any point. you should have it saymod_version = 1.0.0
. The mod version is picking up two different sets of information and I'm pretty sure that's what's causing the issue. Let me know if this helps!
I'm not familiar with the settings for 1.17.1, but if you need the information provided, go to this website: https://modmuss50.me/fabric.html
👋 We use the issue tracker exclusively for final bug reports and feature requests. However, this issue appears to be better suited for either a discussion thread, or a message on our discord server. Please post your request on one of these, and the conversation can continue there.
I'm very new to fabric modding and I'm trying to run the example-mod for 1.17.1with the following exception:
I haven't modified anything except the gradle.properties but NOT the Fabric properties nor the dependencies, here's gradle.properties:
Also loom version is set to:
0.10-SNAPSHOT
And here's a more complete crash report: https://pastebin.com/znfgQ12p
Please let me know if you know how to fix this and thank you in advance.