merge beacon-branch into fork beacon branch #7

Merged
chmodsayshello merged 453 commits from VoxeLibre/VoxeLibre:beacons into beacon-"fork" 2022-07-23 11:30:49 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4b95185fba - Show all commits

View File

@ -26,7 +26,7 @@ local function makegeode(pos,def,pr)
end)
if not nn[1] then return end
for i=1,math.random(#nn) do
for i=1,pr:next(1,math.max(2,#nn - math.ceil(#nn/5) )) do
set_node_no_bedrock(nn[i],{name="mcl_amethyst:amethyst_block"})
end