forked from FabricMC/fabric-loom
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Issue 1
can't launch the fabric (client and server) project, it will throw duplicate fabric loader classes. logs
I force dependencies to the same version to solve this problem, but I hope it should be fixed.
configurations.configureEach {
it.resolutionStrategy {
it.force "net.fabricmc:fabric-loader:0.18.1"
}
}Issue 2
can't find the fabric/forge resource in the resource manager on compile only mode.
i add a test into MixinTitleScreen to reproduce issue. logs
and the problem also exists on the server side.
ResourceManager resourceManager = Minecraft.getInstance().getResourceManager();
resourceManager.getResource(new ResourceLocation("examplemod:common/a.json")); // should work in the :fabric:runClient and the :forge:runClient
resourceManager.getResource(new ResourceLocation("examplemod:fabric/b.json")); // should work in the :fabric:runClient
resourceManager.getResource(new ResourceLocation("examplemod:forge/c.json")); // should work in the :forge:runClient Project
The test project from architectury templates.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels