How do I make an alarm clock?

Started by Tyler Kingpig on

Topic category: Help with modding (Java Edition)

Last seen on 03:18, 31. Oct 2020
Joined Jul 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make an alarm clock?

How do I make an alarm clock that goes off at morning time? I have the 3D model and alarm sound. Also, how do I make an option to change the alarm sound? Please Help.

Last seen on 19:53, 2. Jun 2021
Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
haha what a concidence i…
Sat, 07/25/2020 - 04:43

haha what a concidence i made a clock that do that couple days ago :)

i did like this; my clock is analog so i just need 12 textures, then i made a animated texture on Mcreator.

The animated texture have a tickrate of 1 in-game hour, so each in-game hour it will jump to next texture, it start at texture 6´Clock (6AM but since my clock is analog it also goes for 18H - 6PM)

Then i made 2 blocks; clock and clockringing, on clockringing i put the animated texture

Then i made a procedure to 'if time = 0' then replace block and 'when block placed' -> Play Sound *(alarm)

let me know if you need more help

Last seen on 03:18, 31. Oct 2020
Joined Jul 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok! Thanks, but how do you…
Sat, 07/25/2020 - 17:03

Ok! Thanks, but how do you make an animated texture? is it a gif?