JoshJ5Hawk
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
No recent activity to display
Activity will appear here as the user interacts with the platform
Hello, I hate to bother you with this question I’m sure others have reached to you already with a million others.. I downloaded and Installed the LOOT containers mod, and haven’t seen one at all. I installed it into the mods folder. Is that the correct location? IF so, is there something I’m needing to do to get the mod to work? Are there any conflicting mods that I need to be aware of maybe?
Thank you in advance…