Random block tick speed

Started by Krisp1k on

Topic category: Help with modding (Java Edition)

Last seen on 22:37, 28. May 2021
Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Random block tick speed

So I was just wondering if there is any way how to make specified blocks tick at random speed. Ive tried using random() procedures, but it didnt seem to work.

Any ideas,please ?

Last seen on 01:26, 5. Jan 2023
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
go to advanced properties,…
Mon, 06/21/2021 - 21:13

go to advanced properties, and check the "random tick speed". This will tick your block the parameters in the gamerule RandomTickSpeed. You can then add the procedure 

if (random <= (random chance))

do

        \\ stuff