Skip to content

Instantly share code, notes, and snippets.

View Anuken's full-sized avatar
👁️

Anuken

👁️
View GitHub Profile
@Anuken
Anuken / Home.java
Last active December 15, 2016 01:28
Ancient code. Proceed with caution.
package net.pixelstatic.Home;
import java.awt.image.BufferedImage;
import java.io.File;
import java.nio.ByteBuffer;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.HashMap;
import java.util.HashSet;

THE CURRENT WIP v7 EREKIR BRANCH PORTING GUIDE

Setup

This guide is intended for Java (and sometimes JSON) mods. If you are using JS, please don't - I very rarely use JS myself, and I can't give accurate instructions for porting.

Before you do anything, read the old v7 porting guide and make sure you have no deprecation warnings in your mod, because everything that was deprecated then has since been removed. I will not be covering deprecated API here.

How do I depend on the Erekir branch from JITPack or from Gradle?