Fixes missing ore texture
This commit is contained in:
parent
a594c53718
commit
d5935af4e3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue