This code is just a sketch and is not used yet.
I don’t know much about the Java language, so I can make stupid mistakes. I am learning in the process.
While trying to figure out how to make getDrops common to all ore blocks.
While in development and not sure if I need this:
Summary
package by.lucelarius.gcaoe.common.util;
import gregapi.oredict.OreDictMaterial;
public class GT6_Drops_SmallOre {
public void setMaterail(OreDictMaterial soMaterial, int metadata) {
? = soMaterial;
? = metadata;
}
}