Skip to content

Commit

Permalink
Release 1.3.5.1 fix broken dependencies Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonius7 committed Sep 24, 2021
1 parent 32a6337 commit f1ace2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void preInit(ModUtils mod) {
@Override
public void Init(ModUtils mod) {
if (Brewcraft.inst.getBoolean("Plugins", "Buildcraft Plugin", true)) {
if (Mods.BCCore.isIn()) {
if (Mods.BCEnergy.isIn()) {
BuildcraftFuelRegistry.fuel.addFuel(PotionPlugin.fluidBoom.getFluid(), power, time);
BuildcraftFuelRegistry.fuel.addFuel(PotionPlugin.fluidBoomII.getFluid(), power * 2, time / 2);
BuildcraftFuelRegistry.fuel.addFuel(PotionPlugin.fluidBoomIII.getFluid(), power * 3, time / 3);
Expand Down

0 comments on commit f1ace2e

Please sign in to comment.