Skip to content

Commit

Permalink
Use Hex Casting Fabric release in common platform if using Yarn mappi…
Browse files Browse the repository at this point in the history
…ngs (fix #4)
  • Loading branch information
object-Object committed Aug 12, 2024
1 parent e369b3a commit c32b215
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/1.20.1/{{ common_path }}/build.gradle.kts.jinja
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{% from "macros/mappings.jinja" import mappings with context -%}

plugins {
id("{{ modid }}.minecraft")
}
Expand All @@ -14,7 +16,7 @@ dependencies {
modImplementation(libs.fabric.loader)
modApi(libs.architectury)

modApi(libs.hexcasting.common)
modApi(libs.hexcasting.{{ mappings(mojmap="common", yarn="fabric") }})

modApi(libs.clothConfig.common)

Expand Down

0 comments on commit c32b215

Please sign in to comment.