Revert "Fusion reactor fixes & rewrite, energy fixes."
This reverts commit 06fad2264f
.
This commit is contained in:
parent
22fd152ec9
commit
8a0d981018
13 changed files with 386 additions and 279 deletions
|
@ -44,7 +44,7 @@ public class BlockFusionControlComputer extends BlockMachineBase implements IAdv
|
|||
super.onEntityWalk(worldIn, pos, entityIn);
|
||||
if (worldIn.getTileEntity(pos) instanceof TileEntityFusionController)
|
||||
{
|
||||
if (((TileEntityFusionController) worldIn.getTileEntity(pos)).recipe != null
|
||||
if (((TileEntityFusionController) worldIn.getTileEntity(pos)).crafingTickTime != 0
|
||||
&& ((TileEntityFusionController) worldIn.getTileEntity(pos)).checkCoils())
|
||||
{
|
||||
entityIn.attackEntityFrom(new FusionDamageSource(), 200F);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue