Skip to content

Commit

Permalink
Add check for Effortless Building
Browse files Browse the repository at this point in the history
  • Loading branch information
jchung01 committed Feb 12, 2024
1 parent 6d187d7 commit 0dd5e03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ dependencies {
compileOnly 'curse.maven:codechickenlib-242818:2779848'
compileOnly 'curse.maven:cofhworld-271384:2920434'
compileOnly 'curse.maven:compactmachines-224218:2707509'
compileOnly 'curse.maven:effortlessbuilding-302113:2847346'
compileOnly 'curse.maven:endercore-231868:2972849'
compileOnly 'curse.maven:enderio-64578:2989201'
compileOnly 'curse.maven:extrautilities-225561:2678374'
Expand All @@ -197,7 +198,6 @@ dependencies {
compileOnly 'curse.maven:tinkerscomplement-272671:2843439'
compileOnly 'curse.maven:tinyprogressions-250850:2721018'
compileOnly 'maven.modrinth:industrial-foregoing:1.12.13-237'
compileOnly 'curse.maven:effortlessbuilding-302113:2847346'
// implementation 'TechReborn:TechReborn-ModCompatibility-1.12.2:1.4.0.76:universal'

if (project.use_mixins.toBoolean()) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ public boolean shouldMixinConfigQueue(String mixinConfig)
return Loader.isModLoaded("collective");
case "mixins.mods.cqrepoured.json":
return Loader.isModLoaded("cqrepoured");
case "mixins.mods.effortlessbuilding.json":
return Loader.isModLoaded("effortlessbuilding");
case "mixins.mods.elementarystaffs.json":
return Loader.isModLoaded("element");
case "mixins.mods.elenaidodge2.json":
Expand Down

0 comments on commit 0dd5e03

Please sign in to comment.