diff --git a/src/main/java/biomesoplenty/common/integration/TreecapitatorIntegration.java b/src/main/java/biomesoplenty/common/integration/TreecapitatorIntegration.java index e3cc22b12..fad742336 100644 --- a/src/main/java/biomesoplenty/common/integration/TreecapitatorIntegration.java +++ b/src/main/java/biomesoplenty/common/integration/TreecapitatorIntegration.java @@ -189,6 +189,8 @@ public class TreecapitatorIntegration tpModCfg.setTag("trees", treeList); + // bspkrs: I changed the mod ID, so just send messages to both for now. FMLInterModComms.sendMessage("TreeCapitator", "ThirdPartyModConfig", tpModCfg); + FMLInterModComms.sendMessage("Treecapitator", "ThirdPartyModConfig", tpModCfg); } -} \ No newline at end of file +}