lmk02 / BlockParty

BlockParty Plugin for Spigot/Bukkit servers
GNU General Public License v3.0
7 stars 17 forks source link

feat(floor): Use real block random #51

Closed jewome62 closed 7 months ago

jewome62 commented 2 years ago

Currently, the block random choose a block into the floor.

But tatistically, if there is more than one type of block, it will be chosen more often. Exemple : If a floor have 50% of snow_block, there are 50% the random choose snow_block ...

My PR list all block and make a random on this list. IHMO this is a real random

jewome62 commented 2 years ago

@syldium Review Fixed I ping because the button re-request review did not work for me