You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on porting a certain tech mod to Fabric from Forge, which means a few platform class names are errored out/not available in the environment.
Today, I used migrateMappings to move the in-progress port from 1.16.1+build.20 to 1.16.2+build.1. It went mostly smoothly, except that the task added imports for all the unknown forge classes. The old forge import lines had already been deleted by a regex earlier.
While on a cursory glance, it may seem related to #16 - this bug only occurs when using graceful classpath checks (I would assume, Fabric actually uses a dated fork).
Though, the solutions may be the same - I think @phase was looking into it.
From FabricMC/fabric-loom#255
I'm working on porting a certain tech mod to Fabric from Forge, which means a few platform class names are errored out/not available in the environment.
Today, I used migrateMappings to move the in-progress port from 1.16.1+build.20 to 1.16.2+build.1. It went mostly smoothly, except that the task added imports for all the unknown forge classes. The old forge import lines had already been deleted by a regex earlier.
likely related to #16
The text was updated successfully, but these errors were encountered: