Skip to content

Commit 2a2675e

Browse files
committed
fix #166
1 parent 8efb64d commit 2a2675e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/cleanroommc/groovyscript/compat/mods/forestry/CharcoalPile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public void onReload() {
2424
@Override
2525
@GroovyBlacklist
2626
public boolean isEnabled() {
27-
return ForestryAPI.moduleManager.isModuleEnabled("forestry", ForestryModuleUids.ARBORICULTURE);
27+
return ForestryAPI.moduleManager.isModuleEnabled("forestry", ForestryModuleUids.CHARCOAL);
2828
}
2929

3030
public ICharcoalPileWall add(IBlockState state, int amount) {

0 commit comments

Comments
 (0)