Fixes missing ore texture

This commit is contained in:
modmuss50 2016-03-19 10:10:53 +00:00
parent a594c53718
commit d5935af4e3

View file

@ -53,7 +53,7 @@ public class BlockOre2 extends BaseBlock implements ITexturedBlock, IOreNameProv
} }
public static final String[] types = new String[] public static final String[] types = new String[]
{"copper", "tin"}; {"Copper", "Tin"};
public PropertyInteger METADATA; public PropertyInteger METADATA;