SkebbZ
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);
});
"
>
No Mods Yet
This user has not yet published any mods.
No Addons Yet
This user has not yet published any addons.
Recent Activity
Created comment
Version is set to 1.0.0 in the code, should probably be 5.0.0 so it matches the Forge version. Then my mod managers will stop whining about update available :)
Nov 27, 2025 6:25 PM
View details
Created comment
Minor annoyance:
https://github.com/thuynguyentrungdang/BringMeToLifeMod/blob/master/RevivalMod-Server/RevivalModServer.cs
Version is still at 2.0.0, gives some warnings in mod managers about outdated mods.
Nov 27, 2025 6:16 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.