Skip to content

Commit

Permalink
Restrict Propolis Pipe to BC 6 (to be added in BC Compat for BC 7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed May 31, 2015
1 parent cdae5a6 commit 3aad454
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/forestry/plugins/PluginPropolisPipe.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ public class PluginPropolisPipe extends ForestryPlugin {

@Override
public boolean isAvailable() {
return Proxies.common.isModLoaded("BuildCraft|Transport");
return Proxies.common.isModLoaded("BuildCraft|Transport") &&
Proxies.common.isModLoaded("BuildCraft|Core", "[6.0, 7.0)");
}

@Override
Expand Down

0 comments on commit 3aad454

Please sign in to comment.