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

Started by Gameforge on

Topic category: Help with Minecraft modding (Java Edition)

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?

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"

Joined Sep 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This doesnt work, im trying…
Fri, 06/07/2024 - 12:12

This doesnt work, im trying to make a clock but it doesnt want to change on the world time.