Skip to content
View Tonius's full-sized avatar

Organizations

@CoFH

Block or report Tonius

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. CoFH/cofh.github.io CoFH/cofh.github.io Public

    YAML 10 10

  2. minesweeper minesweeper Public archive

    JavaScript Minesweeper clone to practice React-TypeScript-Immutable.js

    TypeScript

  3. GIMP plugin that slices a Minecraft ... GIMP plugin that slices a Minecraft animated texture into layers; used for converting them to GIFs
    1
    #!/usr/bin/env python
    2
    
                  
    3
    import json
    4
    from gimpfu import *
    5
    
                  
  4. BiomeDataDeleter BiomeDataDeleter Public archive

    Deletes biome data from a range of Minecraft chunks. I used this to reset ocean biomes after upgrading a world to 1.13

    Python