Chazu
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
Recent Activity
Liked comment
BIG Thanks!
now it works fine. you are a hero. thanks again
Oct 31, 2025 2:27 PM
View details
Edited comment
Open index.ts and replace line 684 to 691 with only this line (this will remove the problematic method without breaking the mod, (I hope)) :
private ensureCompatFilters(): void {}
Oct 31, 2025 1:42 PM
View details
Created comment
Open index.ts and replace line 684 to 691 with only this line (this will remove the problematic method without breaking the mod, (I hope)) :
private ensureCompatFilters(): void {}
Oct 31, 2025 1:42 PM
View details
Edited comment
Oh, thank you. I realize that I didn't update the version number in 1.4.0 (which displays 1.2.0).
So I can't check which version you're using.
Make sure you've downloaded version 1.4.0 from the version tab on this page and reinstall it. The error you're showing is strange, as if a file is missing.
If still not working, enable debug mod in the config file and share me the server logs.
Oct 31, 2025 12:42 PM
View details
Created comment
Oh, thank you. I realize that I didn't update the version number in 1.4.0 (which displays 1.2.0).
So I can't check which version you're using.
Make sure you've downloaded version 1.4.0 from the version tab on this page and reinstall it. The error you're showing is strange, as if a file is missing.
If still not working, enable debug mod in the config file and share me the server logs.
Oct 31, 2025 12:40 PM
View details
Created comment
Hello, please tell me the exact version numbers of TTC and ColorConverterAPI that you have installed. Thanks
Oct 31, 2025 12:07 PM
View details