roomzie
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
Created comment
Fantastic! Love you mate <3
However it still acts a little weird in that it doesnt show Pen and DMG Stats on Ammo even though i enabled it in the Config File and the Star Icons also do not show up.
Also found that i have 2 Config Files in my Folder, one simply named Config - Copy, never touched that but since it´s working for the Color aspect i´m not gonna touch it until a new version comes up.
Nov 8, 2025 10:27 PM
View details
Created comment
I´m having a JSON parsing error - gonna Dump the text so the Author can adress it (if it´s a problem on this mods side and not caused by another mod, i´m guessing it´s the same issue that´s been pinned in the comment Section):
- JSON parsing error in response to https://127.0.0.1:****/client/items at line 1, position 11375: Error converting value "#269da" to type "JsonType.TaxonomyColor". Path "BackgroundColor", line 1, position 11375. Inner exception: Requested value "#2694da" was not found.
Happy to see your mod in my Modlist againmate <3
Nov 8, 2025 8:53 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.