Terra (Fabric/Forge/Paper)

Terra (Fabric/Forge/Paper)

74.2k Downloads

Auto build doesn't include packs.

solonovamax opened this issue ยท 1 comments

commented

Expected

When building, the output jar contains the config packs

Actual

When building for the first time, the output jar does not contain the config packs.

Steps to reproduce

  1. clone repo
  2. run shadowJar task
  3. open output jar in luyten
  4. there are no config packs.
commented

Current workaround is to run ./gradlew shadowJar twice, aka ./gradlew shadowJar && ./gradlew shadowJar on the first build.