How do I build this project properly?
bawat opened this issue ยท 0 comments
Information
(you can remove whatever is not applicable)
Minecraft version: 1.20.1
Modloader: Fabric
Forge version: Fabric loader version: 0.16.9
Environment: Singleplayer
Mod name: Starter Structure
Mod version: 3.9
Question
I am misunderstanding something to do with how to build Starter Structure's .jar, and I can't figure out where my mistake is.
I have checked-out Starter Structure's source from git, and I am trying to use it to generate a jar. The gradle task "runClient" works perfectly, but when I generate the starterStructure.jar artifact and move it over to the fabric modloader I can't get it to work.
The error occurs because the .jar is looking for com.natamus.collective.config.DuskConfig. But it is found at com.natamus.collective_common_fabric.config.DuskConfig. The Modrinth versions of StarterStructure.jar and Collective.jar seem to have a different package structure than the .jars generated from gradle's build task.
How can I build the jars so that they match the published versions?