Skip to content
View Tonius's full-sized avatar

Organizations

@CoFH
Block or Report

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.

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. CoFH/cofh.github.io CoFH/cofh.github.io Public

    YAML 9 13

  2. minesweeper minesweeper Public

    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

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

    Python