Started by
EtsuEunji
on
Topic category: Help with MCreator software
so i'm trying to make that when i right click the sword generates a random flower on the grass, but when i right click the flower replaces the block and is always the same flower
how can i solve this? :0
do a random variable and make a random generator each one for each flower
which procedurs should i use?
wait a moment I'll send screen shot
https://imgur.com/a/Scm9J8J
^^
Make sure to add a "If / not / is world remote (client side)" block before generating the random number, or you might get "ghost" flowers.
thanks so much :D