Started by
gustavowizard123
on
Topic category: Help with Minecraft modding (Java Edition)
Im trying to make a very simple procedure here; to make my alarm clock ring in-game at the morning (set time 0 ingame)
the procedure is linked to a block on Tick Update: But it wont work, nothing happens, whats im missing here? Thanks!
try putting in print or chat code block to see if the procedure is being triggered.
Look at this https://mcreator.net/forum/63274/how-do-i-send-message-dawn-and-dusk
its not being triggered since the sound dont play at time = 0, i looked that procedure, but its to send a message i think, the part i need its just like it.. or i have to set like Get current world time > 0 AND Get current world time < 1000 for example? but would that not making the sound play over and over?
maybe i need a time interval? like 0 - 40 ticks for example, if my sound is 2 seconds long? (20 tick/sec)
yeah i was right on my code there there was not time enough to trigger the event, i changed the Get Current World Time = 0 to
Get Current World Time > 0 AND Get Current World Time < 140 (140 ticks = 7 seconds; the time of my sound), so its working perfect now ;)
I did it that way but it didn't work :(
https://ibb.co/VVjZ85W