Started by zarizer on Tue, 08/01/2023 - 19:22 Topic category: Help with Minecraft modding (Java Edition) When block generates naturally it doesn't run ANY of procedures. How can I fix it? Jump to top Hello!If it's a custom block, you can enable Tick randomly in Advanced properties, and make the procedure you want run on Update tick. Hope this helps! Jump to top Permalink Log in or register to post comments Thanks a lot! It actually works finally!!! (was spending 3 days to find that ticks need to be random). Thats already cool enogh but do you know how to make those blocks not randomly ticking? Jump to top Permalink Log in or register to post comments The only other method I can think of, which is way more complicated, is using an on player tick update procedure that scans the area around the player in a certain radius and updates all the blocks in an interval of your choosing. Jump to top Permalink Log in or register to post comments that's not variant I can use in my situation but thank you Jump to top Permalink Log in or register to post comments
Hello!If it's a custom block, you can enable Tick randomly in Advanced properties, and make the procedure you want run on Update tick. Hope this helps! Jump to top Permalink Log in or register to post comments
Thanks a lot! It actually works finally!!! (was spending 3 days to find that ticks need to be random). Thats already cool enogh but do you know how to make those blocks not randomly ticking? Jump to top Permalink Log in or register to post comments
The only other method I can think of, which is way more complicated, is using an on player tick update procedure that scans the area around the player in a certain radius and updates all the blocks in an interval of your choosing. Jump to top Permalink Log in or register to post comments
that's not variant I can use in my situation but thank you Jump to top Permalink Log in or register to post comments
Hello!
If it's a custom block, you can enable Tick randomly in Advanced properties, and make the procedure you want run on Update tick.
Hope this helps!
Thanks a lot! It actually works finally!!! (was spending 3 days to find that ticks need to be random).
Thats already cool enogh but do you know how to make those blocks not randomly ticking?
The only other method I can think of, which is way more complicated, is using an on player tick update procedure that scans the area around the player in a certain radius and updates all the blocks in an interval of your choosing.
that's not variant I can use in my situation but thank you