1 2 3 4 5 6 7 8 9 10 11
package com.github.technus.tectech.loader; /** * Created by Tec on 06.08.2017. */ public class BloodyRecipeLoader implements Runnable { @Override public void run() { } }