Skip to content

Instantly share code, notes, and snippets.

View thomas15v's full-sized avatar

Thomas Vanmellaerts thomas15v

View GitHub Profile
@thomas15v
thomas15v / ApocPluginTemplate.java
Last active August 29, 2015 13:57
ApocPluginTemplate
package apoc.template;
import apoc.core.core.handler.TickHandler;
import apoc.core.plugin.ApocPlugin;
import cpw.mods.fml.common.event.FMLPreInitializationEvent;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
/**
* Created by thomas on 3/20/14.