VersionParsingException being thrown on runClient #137
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Steven/fabric-example-mod#137
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I am getting the following error when running the
runClient
task:gradle.properties
Apparently "minecraft-" is being appended to the game version and fails on
VersionParser.parseSemantic(version)
inside theBuilder
constructor.You may have better luck with questions over at https://github.com/FabricMC/fabric/discussions.