1
0
Fork 0

Update mods/ITEMS/mcl_cherry_blossom/growth.lua

add_the_remaining_cherry_blossom_particles
Wbjitscool 2024-04-24 12:44:03 +00:00
parent 17287f5ef8
commit 49829a3985
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ local cherry_particle = {
velocity = vector.zero(), velocity = vector.zero(),
acceleration = vector.new(0,-1,0), acceleration = vector.new(0,-1,0),
size = math.random(1.3,2.5), 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, collision_removal = false,
collisiondetection = false, collisiondetection = false,
} }