help me please, how to replace a block after a certain time

Started by kujojotaro on

Topic category: Help with modding (Java Edition)

Last seen on 22:52, 24. Jul 2024
Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
help me please, how to replace a block after a certain time
Sun, 07/14/2024 - 15:31 (edited)

 i want my block to be replaced by another one after 1 day in Minecraft, I tried the typical thing, using the wait...tick on then on server-side procedure, but it doesn't work correctly (so it breaks the original block that should be replaced , the new block appears after the time is up) I need help please, and excuse me for my English, it is not my first language

 

 

 


 

 

 


 

Edited by kujojotaro on Sun, 07/14/2024 - 15:31
Last seen on 16:08, 7. Aug 2024
Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try using a nbt timer for…
Sun, 07/14/2024 - 18:15

Try using a nbt timer for the block instead, just set the nbt in the "On Block Added" trigger and on the Update Tick trigger set it to count up +1 or however you wish, then replace block after the given time.

Last seen on 22:52, 24. Jul 2024
Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
like this?
Sun, 07/14/2024 - 18:55

like this?