Started by
Gameforge
on
Topic category: Help with Minecraft modding (Java Edition)
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?
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"
This doesnt work, im trying to make a clock but it doesnt want to change on the world time.