We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8efb64d commit 2a2675eCopy full SHA for 2a2675e
src/main/java/com/cleanroommc/groovyscript/compat/mods/forestry/CharcoalPile.java
@@ -24,7 +24,7 @@ public void onReload() {
24
@Override
25
@GroovyBlacklist
26
public boolean isEnabled() {
27
- return ForestryAPI.moduleManager.isModuleEnabled("forestry", ForestryModuleUids.ARBORICULTURE);
+ return ForestryAPI.moduleManager.isModuleEnabled("forestry", ForestryModuleUids.CHARCOAL);
28
}
29
30
public ICharcoalPileWall add(IBlockState state, int amount) {
0 commit comments