Skip to content

Commit

Permalink
fix #166
Browse files Browse the repository at this point in the history
  • Loading branch information
brachy84 committed Jun 16, 2024
1 parent 8efb64d commit 2a2675e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void onReload() {
@Override
@GroovyBlacklist
public boolean isEnabled() {
return ForestryAPI.moduleManager.isModuleEnabled("forestry", ForestryModuleUids.ARBORICULTURE);
return ForestryAPI.moduleManager.isModuleEnabled("forestry", ForestryModuleUids.CHARCOAL);
}

public ICharcoalPileWall add(IBlockState state, int amount) {
Expand Down

0 comments on commit 2a2675e

Please sign in to comment.