Fix comparator output

This commit is contained in:
abel1502 2025-05-26 15:13:57 +03:00
parent 8f2a858f52
commit ac46cdf1ad
No known key found for this signature in database
GPG Key ID: 076926596A536338

View File

@ -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) {