Auto remove un needed things in the code
This commit is contained in:
parent
7e7fcf2ad9
commit
510f969c94
105 changed files with 141 additions and 348 deletions
|
@ -15,7 +15,7 @@ import java.util.HashMap;
|
|||
public class OreUnifier
|
||||
{
|
||||
|
||||
public static HashMap<String, ItemStack> oreHash = new HashMap<String, ItemStack>();
|
||||
public static HashMap<String, ItemStack> oreHash = new HashMap<>();
|
||||
|
||||
public static void registerOre(String name, ItemStack ore)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue