
chromereader
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);
});
"
>
This user has not yet published any mods.
Recent Activity
Created comment
Sorry, maybe I got an outdated version of TGC, I am downloading from forge and I dont see anything on the github or changelogs that state that on their side, perhaps some minor miscomms? Either way I have it fixed for now, I apologize for any inconvenience
Oct 18, 2025 4:58 AM
View details
Created comment
I think I can figure it out especially with a guide i just never bothered looking cause this is the first time I had an issue like this. Thanks.
Oct 17, 2025 1:53 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.