Skip to content

Commit

Permalink
Fixed crash with Tartaric Aeroheater
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykrast committed Jul 9, 2018
1 parent 506cd4e commit 034252d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package lykrast.prodigytech.common.tileentity;

import java.util.Arrays;

import lykrast.prodigytech.common.block.BlockHotAirMachine;
import lykrast.prodigytech.common.capability.CapabilityHotAir;
import lykrast.prodigytech.common.capability.HotAirAeroheater;
Expand All @@ -15,7 +17,6 @@
import net.minecraftforge.fml.relauncher.Side;
import net.minecraftforge.fml.relauncher.SideOnly;
import net.minecraftforge.items.CapabilityItemHandler;
import scala.actors.threadpool.Arrays;

public class TileAeroheaterTartaric extends TileMachineInventory implements ITickable {
/** The number of ticks that the furnace will keep burning */
Expand Down

0 comments on commit 034252d

Please sign in to comment.