Mappings not working / can't build #104
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#104
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?
When building or editing with IDE no minecraft related classes are found.
Freshtly cloned example project with latest yarn mappings (1.17+build.1)
Can confirm, does not build after
fda2a1cf1e
.Upgrading
fda2a1cf1e/gradle.properties (L7)
to1.17+build.5
fixed it.Are you sure it didn't just fail to prepare the remapped mc jar?
Yes. A fresh clone did not build multiple times just a couple minutes ago.
However I just tried again and it appears to build just fine now. Odd...
switching to 1.17+build.5 fixes nothing for me
A fresh clone doesn't reset everything since loom puts relevant data in ~/.gradle/caches/fabric-loom - you'd have to run gradle with --refresh-dependencies I think.
This appears to have been the issue for me. I retract all my statements, fresh clone and clearing ~/.gradle works just fine.
Clearing gradle, running with --refresh-dependencies, then running
gradlew genSources
before I build did the trick for me