How do I make a block change according to world time?

Started by Gameforge on

Topic category: Help with modding (Java Edition)

Last seen on 21:18, 30. Jul 2021
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make a block change according to world time?

I've been struggling with the code blocks recently, trying to figure out how to make a procedure were a certain type of block will change into another block when it is Night?

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
On Block Tick Update Trigger…
Thu, 04/15/2021 - 02:16

On Block Tick Update Trigger, Make This Procedure:

If: Get Time "This is the number where Time Should Be"

Do: Replace Block At X Y Z "Block That Will Convert To"