Drill#0596
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
Liked comment
The version on GitHub only shows items needed for the Hideout; the mod does not display quest items yet.
Nov 19, 2025 1:42 AM
View details
Liked comment
For anyone wondering, there is an updated version for 4.0 on their Github page. I dont' know why they didin't uploaded here yet.
Nov 19, 2025 1:42 AM
View details
Liked comment
Update, looking at source for previous versions, its the exact same just without any info for the specific settings. by default you just need to manually add item ids to the list of ids at the top and it should work after a server restart. however it would be nice for there to be some sort of documentation regarding this
Nov 19, 2025 12:23 AM
View details