Fusion reactor fixes & rewrite, energy fixes.
This commit is contained in:
parent
fe64b8ccf7
commit
06fad2264f
13 changed files with 279 additions and 386 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)).crafingTickTime != 0
|
||||
if (((TileEntityFusionController) worldIn.getTileEntity(pos)).recipe != null
|
||||
&& ((TileEntityFusionController) worldIn.getTileEntity(pos)).checkCoils())
|
||||
{
|
||||
entityIn.attackEntityFrom(new FusionDamageSource(), 200F);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue