redwolf557
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
Hands down this is simultaneously one of the funniest and cooler looking mods on the Forge. LMAO watching Shturman get blown up by the drone in the test video you provided. Good work!
Nov 9, 2025 4:11 AM
View details
Created comment
This mod is absolutely cool!! But I ran into the "Failed to create item 690e9265772bfce1d043966d: Collection was modified; enumeration operation may not execute" error—after troubleshooting, I realized it’s probably because the cloned source item ID doesn’t exist. The line "itemTplToClone": "5991b51486f77447b112d44f" was causing the issue: my version (e.g., 4.0.2) seems to be missing that item ID, so the corresponding item wouldn’t spawn. Fixed it by changing the ID to "5b432be65acfc433000ed01f"! Thanks again for this game-changing creative mod—total game-changer!
Nov 9, 2025 2:05 AM
View details
Deleted comment
This mod is absolutely cool!! But I ran into the "XX" error—after troubleshooting, I realized it’s probably because the cloned source item ID doesn’t exist. The line "itemTplToClone": "5991b51486f77447b112d44f" was causing the issue: my version (e.g., 4.0.2) seems to be missing that item ID, so the corresponding item wouldn’t spawn. Fixed it by changing the ID to "5b432be65acfc433000ed01f"! Thanks again for this game-changing creative mod—total game-changer!
Nov 9, 2025 2:04 AM
View details
Created comment
This mod is absolutely cool!! But I ran into the "XX" error—after troubleshooting, I realized it’s probably because the cloned source item ID doesn’t exist. The line "itemTplToClone": "5991b51486f77447b112d44f" was causing the issue: my version (e.g., 4.0.2) seems to be missing that item ID, so the corresponding item wouldn’t spawn. Fixed it by changing the ID to "5b432be65acfc433000ed01f"! Thanks again for this game-changing creative mod—total game-changer!
Nov 9, 2025 2:03 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.