This commit is contained in:
JustAGenericUsername 2024-08-24 15:15:21 -04:00
parent 5e51f9187b
commit c6e738e67a
1 changed files with 4 additions and 0 deletions

View File

@ -3183,6 +3183,10 @@ elements.specific_piston_ray_emitter = {
pixel.pistonRepeat = pistonRepeat
pixel.pistonRepeatCooldown = pistonRepeatCooldown
}
if (!pixel.pistonRepeat){
pixel.pistonRepeat = pistonRepeat
pixel.pistonRepeatCooldown = pistonRepeatCooldown
}
if (!pixel.cooldown){pixel.cooldown = 0}
if (!pixel.rcooldown){pixel.rcooldown = 0}
if (!pixel.repeatAmounts){pixel.repeatAmounts = 0}