mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Fun fact: I am not qualified for this
This commit is contained in:
parent
a85f8455f7
commit
c528d96e7a
@ -212,7 +212,10 @@ public class TileEntityReactorResearch extends TileEntityMachineBase implements
|
||||
|
||||
Block b = worldObj.getBlock(x, y, z);
|
||||
|
||||
if(b == ModBlocks.block_lead || b == ModBlocks.block_desh || b == ModBlocks.reactor_research || b == ModBlocks.machine_reactor_breeding || b == Blocks.water)
|
||||
if((b == Blocks.water || b == Blocks.flowing_water) && worldObj.getBlockMetadata(x, y, z) == 0)
|
||||
return true;
|
||||
|
||||
if(b == ModBlocks.block_lead || b == ModBlocks.block_desh || b == ModBlocks.reactor_research || b == ModBlocks.machine_reactor_breeding)
|
||||
return true;
|
||||
|
||||
if(b.getExplosionResistance(null) >= 100)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user