Skip to content

Commit

Permalink
Fix industrial-revolution build failing using explosion (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezraisw authored Dec 18, 2024
1 parent 913cc18 commit 022d738
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/fabric/industrial-revolution/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
plugins {
id("lol.bai.explosion")
}

metadata("lol.bai.megane.module.indrev") {
waila("MeganeIndustrialRevolution")

Expand All @@ -24,7 +28,7 @@ dependencies {
modImplementation(deps.fabric.trEnergy)
modImplementation(deps.fabric.libgui)
modImplementation(deps.fabric.patchouli)
modImplementation(deps.fabric.magna)
modImplementation(explosion.fabric(deps.fabric.magna))
modImplementation(deps.fabric.stepAttr)
modImplementation(deps.fabric.noIndium)
}

0 comments on commit 022d738

Please sign in to comment.