Skip to content

Instantly share code, notes, and snippets.

View Darkhax's full-sized avatar
🇨🇦
Modding everying.

Darkhax Darkhax

🇨🇦
Modding everying.
View GitHub Profile
@Darkhax
Darkhax / pr_guide.md
Created December 5, 2022 03:50
Modding PR Guide

This guide contains some helpful information on how to actively contribute to mods. This guide is targeted towards contributors that may not have much technical experience and will only require the GitHub web UI. This guide is perfect for localizations, datapack changes, and other small scale changes. Larger code changes and experienced developers should not use this guide.

Forking the Mod

To start contributing to a mod on GitHub you need to fork it first. Forking a mod simply creates a copy of the projects code and assets that you can freely modify without directly affecting the original project. This can be done by signing in to GitHub, navigating to the repository page of the project you want to contribute to, and then clicking the Fork button on the top right of the page.

The fork button

Clicking the fork button will bring you to a "Create a new fork" page that allows you to configure your fork before creating it. Make sure the owner is set to your profile and tha

@Darkhax
Darkhax / pogo_filters.md
Last active January 3, 2022 22:40
Pokémon GO Search Filters by Darkhax

Pokémon GO Search Filters

This page contains some of the Pokémon GO search filters I have put together.

Saving Filters

There is a hidden Pokémon GO feature that allows you to save search filters for easy use at a later point in time.

  1. Copy a search filter from here and enter it into the Pokémon GO search bar.
  2. Tap the back < arrow to exit search.
  3. Open the search again and tap See More below the search box.
  4. In the Recent section you will see the search filter from step 1. Tap and hold this circle for roughly 1 second, this will add it to the favourite section.

MMD Jam Submissions

This gist is used to collect submissions for MMD Jam. Please comment below with the following information and you will be added to the submission list.

NOTE: If you are part of a team, please designate one person to submit your entry. The submission only needs to be made once!

Project Name: Your project name here
Download: A link to your download. 
Dependencies: A list of all the dependencies for your project.
@Darkhax
Darkhax / 2020-04-09.md
Last active April 9, 2020 08:25
Github contributor info for various popular repos.

Open Source Contributors in MC Modding

This document is a collection of contribution stats for various open source organizations in the Minecraft Modding community. Please keep in mind that this does not include information for private repositories. Additionally anonymous contributions have been merged together as a single user. Furthermore, not all contributions are equal in quality or effort. This data can not be used to reliably compare projects or indavidual contributors.

This data was collected from the GitHub API on 2020-04-09.

A collection of 75+ open source Minecraft mods authored by Darkhax.
Total Contributors: 90
Total Contributions: 6020
Raw Data

@Darkhax
Darkhax / FabricMC.json
Last active April 9, 2020 08:24
2020-04-09-gh
{
"totalContributions": 9935,
"totalContributors": 207,
"contributors": [{
"avatar": "https://i.imgur.com/Uv65Qdq.png",
"login": "Anonymous",
"id": 0,
"contributions": 2698,
"rank": 1,
"percentage": 27.16
The following is a list of every modder that owns at least one mod project for Minecraft on
CurseForge at the time of publish. The list is sorted in order from most to least mods maintained.
This list only includes projects that you own, and not projects that you collaborate one. This is
a distinction made by the API used.
Thanks to Dries007 and NikkyAI for their work on CurseMeta which provided all the data used to
generate this list. Also a huge thanks to Jaredlll09 for writing basically all the code that
I stole to generate this list.
Several people have requested a version of this list which include the names of all the mods that

Keybase proof

I hereby claim:

  • I am darkhax on github.
  • I am darkhax (https://keybase.io/darkhax) on keybase.
  • I have a public key ASCV47UiiJOk-eJFdqUsZ_j-gsLGl0OxXdfkFelvtumGEgo

To claim this, I am signing this object:

@Darkhax
Darkhax / mods.md
Last active April 11, 2017 19:25
Darkhax's Mods
Mod Name Status Description
WAWLA 1.11.2 Waila/Hwyla addon which adds a lot of extra information
Bookshelf 1.11.2 Core mod used by a few of my things
Dark Utilities 1.11.2 A misc. content mod with really weird bits and pieces
Additional Banners 1.11.2 Lots of new banner patterns
Get Ya' Barrels Here 1.10.2 Basic barrels
Surge 1.10.2 Open source performance mod
Get Ya' Tanks Here 1.10.2 Basic tanks
Thirsty Bottles
18:17:01.352: [ERROR][RequestBuffer Retry Handler][sx.blah.discord.Discord4J] - Discord4J Internal Exception
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
at sun.security.ssl.InputRecord.read(InputRecord.java:503)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:930)
package com.mcmoddev.bot;
import java.util.logging.Logger;
import sx.blah.discord.api.ClientBuilder;
import sx.blah.discord.api.IDiscordClient;
import sx.blah.discord.handle.obj.IChannel;
import sx.blah.discord.handle.obj.IGuild;
import sx.blah.discord.util.DiscordException;
import sx.blah.discord.util.RateLimitException;