Started by
Krisp1k
on
Topic category: Help with Minecraft modding (Java Edition)
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 ?
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