Merge branch 'master' of https://github.com/BuildCraft/BuildCraft
This commit is contained in:
commit
5f58280e5f
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ public class EnergyPulser {
|
|||
}
|
||||
|
||||
public void update() {
|
||||
if (!isActive && hasPulsed)
|
||||
hasPulsed = false;
|
||||
|
||||
if (powerReceptor == null || !isActive || tick++ % 10 != 0)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue