mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-10 01:33:50 +01:00
Remove enchanting particles on collision
This commit is contained in:
parent
ed738da016
commit
28239ec0fb
@ -252,7 +252,9 @@ minetest.register_abm({
|
||||
acceleration = {x = 0, y = -9.81, z = 0},
|
||||
expirationtime = 2,
|
||||
size = 2,
|
||||
texture = "mcl_enchanting_glyph_" .. math.random(18) .. ".png"
|
||||
texture = "mcl_enchanting_glyph_" .. math.random(18) .. ".png",
|
||||
collision_detection = true,
|
||||
collision_removal = true,
|
||||
})
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user