Skip to content
View jord-nijhuis's full-sized avatar
Block or Report

Block or report jord-nijhuis

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

  1. Convert MCSharp .lvl savefiles to a ... Convert MCSharp .lvl savefiles to a format MCEdit understands
    1
    #!/usr/bin/env python 
    2
    import gzip
    3
    import os
    4
    import struct
    5
    import argparse
  2. [MacOS] Patch application icons [MacOS] Patch application icons
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    # USAGE: update_icons.py [path to icon directory]
    4
    #
    5
    # Patch Applications with icons that have matching names from the icon directory.