Skip to content

Instantly share code, notes, and snippets.

View Nulcheck's full-sized avatar
🎶
Working on music

Nulcheck Nulcheck

🎶
Working on music
View GitHub Profile
@DeflatedPickle
DeflatedPickle / MinecraftEnergyTypes.md
Last active April 2, 2024 11:34
A simple table for Minecraft energy types and a matrix for conversion rates.

Minecraft Energy Types


Energy Name Abbreviation Original Mod Version
Anima AM Anima-Mundi 1.11.2
Blutricity BE (NO) Redpower 1.6.4
Charge RP (NO)/Fz? Factorization 1.7.10
Crystal Flux CF Actually Additions 1.12
@jomo
jomo / Minecraft Accounts.md
Last active April 16, 2024 21:57
Tracking down Minecraft account creation

Tracks down when a Minecraft account was created.

How it works

Mojang has an API endpoint for usernames:

https://api.mojang.com/users/profiles/minecraft/<name>?at=<timestamp>

It can be used to find the UUID of an account, by username it used at the given time.
It returns either 200 OK or 204 No Content – indicating that the username was not in use at the time.