Remove a bad import that was making gradle builds fail.
Note: Things have changed in 6.1.0. If you're going to complain that I nerfed Hydrogen generation, don't update.
This commit is contained in:
parent
08c374cb99
commit
ef5737f546
1 changed files with 0 additions and 2 deletions
|
@ -9,8 +9,6 @@ import mekanism.common.block.BlockMachine.MachineType;
|
|||
import net.minecraft.item.ItemStack;
|
||||
import net.minecraft.util.ResourceLocation;
|
||||
|
||||
import com.sun.javaws.progress.Progress;
|
||||
|
||||
public class TileEntityEnergizedSmelter extends TileEntityElectricMachine
|
||||
{
|
||||
public static Map<ItemStack, ItemStack> furnaceRecipes = new HashMap<ItemStack, ItemStack>();
|
||||
|
|
Loading…
Reference in a new issue