FabricMC / fabric-loom

Gradle build system plugin used to automate the setup of a minecraft mod development environment.
MIT License
223 stars 194 forks source link

Subproject issue #1062

Closed Jack253-png closed 4 months ago

Jack253-png commented 4 months ago

fabric loom is likely not supported for mod subprojects (dev client cannot launch due to remap issue) how can I make a minecraft mod with subprojects?

modmuss50 commented 4 months ago

Loom does support sub projects, it works almost identically to how Gradle does, however there is a bit of loom specific stuff that you need to account for here: https://fabricmc.net/wiki/documentation:fabric_loom#depending_on_sub_projects

Jack253-png commented 4 months ago

Thanks, and my problem is solved by this wiki