Update mods/ITEMS/mcl_cherry_blossom/growth.lua
parent
17287f5ef8
commit
49829a3985
|
@ -31,7 +31,7 @@ local cherry_particle = {
|
|||
velocity = vector.zero(),
|
||||
acceleration = vector.new(0,-1,0),
|
||||
size = math.random(1.3,2.5),
|
||||
texture = "mcl_cherry_blossom_particle.png",
|
||||
texture = "mcl_cherry_blossom_particle_" .. math.random(1, 12) .. ".png",
|
||||
collision_removal = false,
|
||||
collisiondetection = false,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue