V4sh
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
Liked comment
I just uploaded a new version. Notice you'll have to make sure you are on the current version of Common Lib otherwise I believe it wont load. I lowered the Targeted version to 4.0.0 so it should work with any of them 4.0.0 - .3 We shall see how that goes. It worked on my end at least as I am on 4.0.3
Nov 6, 2025 3:21 AM
View details
Created comment
Just booted the server with it installed + latest common lib and didn't see any issues. Thanks and good work!
Nov 6, 2025 3:20 AM
View details
Liked comment
Yeah im just now going through it and Im starting to wonder if there is a common lib bug. Ill probably update tonight if i can get a working version. Its very strange was testing just fine last night no problems and today things are being funky.
Nov 6, 2025 2:30 AM
View details
Unliked comment
Yeah im just now going through it and Im starting to wonder if there is a common lib bug. Ill probably update tonight if i can get a working version. Its very strange was testing just fine last night no problems and today things are being funky.
Nov 6, 2025 2:30 AM
View details
Liked comment
Yeah im just now going through it and Im starting to wonder if there is a common lib bug. Ill probably update tonight if i can get a working version. Its very strange was testing just fine last night no problems and today things are being funky.
Nov 6, 2025 2:30 AM
View details
Edited comment
I'm experiencing the same issue, but there's something that comes before it on server load:
"ModLoader: loading: 10 server mods...
Mod: House16-Legs 2.0.1 is not compatible with the current version of SPT. It was made for SPT: ~4.0.3 Please check for an updated version of this mod. You may encounter issues - no support will be provided!
Errors were found with mods, NO MODS WILL BE LOADED"
I would wager luich's mod ID doesn't match because no mods are being loaded whatsoever.
Nov 6, 2025 2:21 AM
View details
Created comment
I'm experiencing the same issue, but there's something that comes before it on server load:
"ModLoader: loading: 10 server mods...
Mod: House16-Legs 2.0.1 is not compatible with the current version of SPT. It was made for SPT: ~4.0.3 Please check for an updated version of this mod. You may encounter issues - no support will be provided!
Errors were found with mods, NO MODS WILL BE LOADED"
I would wager luich's mod ID doesn't match because no mods are being loaded whatsoever.
Nov 6, 2025 2:19 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.