Skip to content
View abluescarab's full-sized avatar

Organizations

@TerraUI
Block or Report

Block or report abluescarab

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. tModLoader-WingSlot tModLoader-WingSlot Public

    This mod adds a dedicated wing slot to the inventory.

    C# 16 9

  2. tModLoader-QualityOfLifeRecipes tModLoader-QualityOfLifeRecipes Public

    Quality of Life: Recipes intends to recreate, add to, and improve the recipes introduced by Quality of Life.

    C# 4 1

  3. tModLoader-WikiSearch tModLoader-WikiSearch Public

    WikiSearch is a tModLoader mod that allows you to search the Terraria Wiki or registered mod wikis for whatever is under the mouse cursor

    C# 1 3

  4. tModLoader-MultiLure tModLoader-MultiLure Public

    MultiLure is a mod that adds a configurable number of lures to each fishing pole.

    C# 1

  5. tModLoader-AccessibilityMod tModLoader-AccessibilityMod Public

    Adds a customizable box with information for the currently hovered tile

    C#

  6. Scrapes tags from Steam for the give... Scrapes tags from Steam for the given app IDs, then compares them to find the most common tags
    1
    from requests_html import AsyncHTMLSession
    2
    import json
    3
    import re
    4
    import asyncio
    5
    import argparse