-
Bug
-
Resolution: Fixed
-
1.2.0.18
-
None
-
Confirmed
-
Android
-
80865
Phone : Asus Zenfone 2 ZE551ML (not root)
Hello,
I used the random selector (@r) to a random generation system and it seems that it works always with the same paternal (it choice every time the same entity OR like three different entities but always the sames on the same order)
Idea to fix it : add more paterns to the random selector or change the random system to be more random.
Details : I activate a command block that do
/execute @r[type=armor_stand,name=Randomer5x5] ~ ~ ~ /execute @r[type=armor_stand,name=Randomizer5x5] ~ ~ ~ /setblock ~ ~-2 ~ redstone_block 0
and this redstone block activate a command block with
/execute @r[type=armor_stand,name=Generator5x5] ~ ~ ~ /clone [coordinates] [coordinates] ~-2 ~-1 ~-2 replace
Maybe using two times the random selector is the reason but I tried to just select one entity and it's always the three same while I don't move.
- is duplicated by
-
MCPE-25510 Commands
- Resolved