FallingColors / hexdummy

Template for making a multiloader addon for the Hex Casting Minecraft mod using Architectury.
MIT License
2 stars 5 forks source link

HexDummy 1.20.1 Yarn mappings should use hexcasting fabric jar in Common subproject #4

Closed Master-Bw3 closed 3 months ago

Master-Bw3 commented 3 months ago

When generating a project for 1.20.1 with Yarn mappings, the Common subproject has modApi(libs.hexcasting.common) listed in the dependencies section of build.gradle.kts. Since the Common jar isn't remapped by loom, this dependency should be changed to modApi(libs.hexcasting.fabric) (which includes the Common code).

object-Object commented 3 months ago

Thanks!