-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datagen task doesn’t exit when finished #189
Comments
Same issue, and it has already existed for many months. |
Maybe related: neoforged/FancyModLoader#117 |
But this issue also happens on LexForge and Fabric. |
I meant to refer to the solution the PR is implementing. Maybe it's applicable here as well. |
Oh, so they should do same in ForgeModLoader and Fabric Loader. |
Looking at it closer. Fabric API has 2 mixins, one for client and another for server. The client mixin uses |
Does adding this to the dependency list fix any issues? // Requires Jitpack
dependencies {
if (System.getenv("CI") != null) {
// For 1.21
modLocalRuntime "com.github.jab125.architectury-data-generation-fix:architectury-data-generation-fix-fabric:21.0.1"
}
} |
Not using data gen on Fabric, but this mixin fixes the issue for NeoForge. |
Mixins and extra dependencies shouldn’t be needed for this to work it should just work with arch loom at least with the fabric datagen, the forge I can understand because loom is based on fabric |
When running forge or fabric Datagen the task doesn't end it just continues forever until force stopped by input.
The text was updated successfully, but these errors were encountered: