Fix iridium stone, remove silicon ingot.
This commit is contained in:
parent
c04a98061a
commit
f07bae19bd
2 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ public class ItemIngots extends ItemTextureBase {
|
|||
public static final String[] types = new String[] { "aluminum", "brass", "bronze", "chrome", "copper", "electrum",
|
||||
"invar", "iridium", "lead", "nickel", "platinum", "silver", "steel", "tin", "titanium", "tungsten",
|
||||
"hotTungstensteel", "tungstensteel", "zinc", "refinedIron", "advancedAlloy", "mixedMetal",
|
||||
"iridiumAlloy", "silicon" };
|
||||
"iridiumAlloy"};
|
||||
|
||||
public ItemIngots() {
|
||||
setCreativeTab(TechRebornCreativeTabMisc.instance);
|
||||
|
|
Before Width: | Height: | Size: 732 B After Width: | Height: | Size: 732 B |
Loading…
Add table
Reference in a new issue