package com.detrav.utils; import cpw.mods.fml.common.Loader; import gtPlusPlus.core.block.base.BlockBaseOre; import gtPlusPlus.core.material.Material; import net.minecraft.block.Block; import java.util.HashMap; /** * Created by bartimaeusnek on 19.04.2018. */ public class GTppHelper { public static HashMap decodeoresGTpp = new HashMap(); public static HashMap encodeoresGTpp = new HashMap(); public static void generate_OreIDs() { for (short n=0;n