karis11.
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
After installing, a prompt will pop up
JSON parsing error in response tohttps://127.0.0.1:6969/client/items at line 1.position 13061343: Error converting value"#8A8A8A" to type JsonType.TaxonomyColor'Path 'BackgroundColor, line 1, position 13061343.
Sep 27, 2025 8:28 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.