Skip to content

Apoli 2.8.0 (Minecraft 1.19.4)

Latest
Compare
Choose a tag to compare
@MerchantPug MerchantPug released this 25 May 12:33

You can check out the original changelog here.

Changes in this fork

  • Updated build.gradle to use modApi instead of modImplementation in any appropriate situations, this fixes issues with transitive dependencies not applying to dependent workspaces.

Depending on this instead of the main branch

All you need to do is replace apace100 in any Apoli release lines with MerchantPug

Example

dependencies {
-	modImplementation "com.github.apace100:apoli:v2.8.0"
+	modApi "com.github.MerchantPug:apoli:v2.8.0"
}