How to i make a auto time aduster that when activated it will ask for the time you want it to be, And if you put Day it goes to day, If you put Evening it goes to Evening, And if you but night it goes to night.

Tags
Question

10 Comments

  • Log in to leave a comment
  • Profile image
    3,209 lafario

    Try this craft out: AgeCounter

    Pinned 2 months ago
  • Profile image
    +1 2 months ago
  • Profile image

    @OrionTechnologies No, only in planet studio

    +1 2 months ago
  • Profile image
    3,209 lafario

    @OrionTechnologies idk

    3 months ago
  • Profile image

    Is it possible to reverse the time(say its evening but i want it to be afternoon again)?

    +1 3 months ago
  • Profile image
    3,209 lafario

    @TheVizzyLucky ok

    3 months ago
  • Profile image
    157 Zazo

    I'm definitely sticking to redstone 😂

    +1 3 months ago
  • Profile image

    @lafario What ChatGPT told you seems wrong. I'll have to try it myself to tell you more though.

    3 months ago
  • Profile image
    3,209 lafario

    @TheVizzyLucky this is what ChatGPT said to me.


    on start
    wait until activation group 1
    if current time < 12 then
    set variable TargetTime to 18 // Night
    else
    set variable TargetTime to 6 // Morning
    end if
    set time mode to warp
    repeat until current time = TargetTime
    set current time to current time + 0.1
    end repeat
    set time mode to normal

    3 months ago
  • Profile image
    3,209 lafario

    @TheVizzyLucky srry to be hammering you with notifications.

    3 months ago

No Upvotes

Log in in to upvote this post.