momo_deviluke
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
Downloaded mod
Version 28.1.0 of Josh Mate's Better Backpacks (Ported to 3.11)
Oct 23, 2025 8:44 AM
View details
Liked comment
working on it, but it takes time to migrate to the new framework and language. SPT 4.0.0 has completely rewritten the entire server.
Oct 23, 2025 7:26 AM
View details