.a970 { width: 970px; margin: 0 auto; } ".ob_get_contents(); ob_end_Clean(); }elseif($mmorpgforums970Active == "yes" && $mmorpgforums970Campaign == 2){ ob_start(); include($ad970x250path .'ad970x250_2.php'); $ad970x250 = "".ob_get_contents(); ob_end_Clean(); }elseif($mmorpgforums970Active == "yes" && $mmorpgforums970Campaign == 3){ ob_start(); include($ad970x250path .'ad970x250_3.php'); $ad970x250 = "".ob_get_contents(); ob_end_Clean(); } //echo $ad970x250;

How can I extend the time/delay the time from daylight sensor?

Discussion in 'Minecraft' started by Alunny, Feb 19, 2015.

  1. Alunny

    Alunny Well-Known Member

    Joined:
    Aug 10, 2014
    Messages:
    102
    Likes Received:
    7
    So I'm using a daylight sensor to detect daylight and it's not working how I expected. What I want it to do is to power on when the sun is hot enough to burn mobs, and power off just before mobs start spawning. This happens about 30s-1m AFTER it's powering on and AFTER it's powering off....so it's powering on and off too early for me.

    Can anyone help me out? It's on a multiplayer survival server in hard mode.
     
  2. troutski

    troutski Well-Known Member
    Regular

    Joined:
    Aug 10, 2014
    Messages:
    1,383
    Likes Received:
    129
    That's a good question. Can you even do that, though? Maybe through some convoluted way of using other blocks and pistons to prevent the sensor from tripping. I don't even know, to be honest.
     
  3. Alunny

    Alunny Well-Known Member

    Joined:
    Aug 10, 2014
    Messages:
    102
    Likes Received:
    7
    Yeah that's the issue, I have to somehow "store" a pulse or current or something. Someone suggested using hoppers and pistons to count ticks but it's really difficult to wrap my head around!