mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Fix comparator output
This commit is contained in:
parent
8f2a858f52
commit
ac46cdf1ad
@ -35,6 +35,9 @@ public class TileEntityGeiger extends TileEntity implements SimpleComponent, IIn
|
||||
if(timer == 10) {
|
||||
timer = 0;
|
||||
ticker = check();
|
||||
|
||||
// To update the adjacent comparators
|
||||
worldObj.notifyBlocksOfNeighborChange(this.xCoord, this.yCoord, this.zCoord, this.getBlockType());
|
||||
}
|
||||
|
||||
if(timer % 5 == 0) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user