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
|
@ -7,7 +7,7 @@ import net.minecraft.item.ItemStack;
|
|||
public class ModParts
|
||||
{
|
||||
|
||||
public static HashMap<Integer, ItemStack> stackCable = new HashMap<Integer, ItemStack>();
|
||||
public static HashMap<Integer, ItemStack> stackCable = new HashMap<>();
|
||||
|
||||
public static void init()
|
||||
{ // TODO 1.8
|
||||
|
|
|
@ -2,7 +2,6 @@ package techreborn.init;
|
|||
|
||||
import java.security.InvalidParameterException;
|
||||
|
||||
import org.apache.commons.lang3.ArrayUtils;
|
||||
import org.apache.commons.lang3.ArrayUtils;
|
||||
|
||||
import net.minecraft.block.Block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue