Schrader
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);
});
"
>
I LOVE being able to have such a user-friendly way of installing mods for SPT. Thank you for taking the time to create and publish this for the community!
3 Likes
Recent Activity
No recent activity to display
Activity will appear here as the user interacts with the platform
Great mod never had the courage to make my owns modpack before but thanks to you i now can !