master #12

Merged
NO11 merged 149 commits from VoxeLibre/VoxeLibre:master into master 2021-11-12 22:46:33 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 30ce6f8a77 - Show all commits

View File

@ -140,7 +140,7 @@ function mcl_dye.add_bone_meal_particle(pos, def)
minvel = def.minvel or vector.new(0, 0, 0),
maxvel = def.maxvel or vector.new(0, 0, 0),
minacc = def.minacc or vector.new(0, 0, 0),
minacc = def.minacc or vector.new(0, 0, 0),
maxacc = def.maxacc or vector.new(0, 0, 0),
minexptime = def.minexptime or 1,
maxexptime = def.maxexptime or 4,
minsize = def.minsize or 0.7,