Move note particle to mcl_particles

This commit is contained in:
Wuzzy 2020-08-19 13:29:13 +02:00
parent f91ae540c2
commit 7f1e90ada9
3 changed files with 2 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 126 B

After

Width:  |  Height:  |  Size: 126 B

View File

@ -1 +1,2 @@
mesecons
mcl_particles

View File

@ -183,7 +183,7 @@ mesecon.noteblock_play = function (pos, param2)
local note_color = param2_to_note_color(param2)
minetest.add_particle({
texture = "mesecons_noteblock_note.png^[colorize:"..note_color..":92",
texture = "mcl_particles_note.png^[colorize:"..note_color..":92",
pos = { x = pos.x, y = pos.y + 0.35, z = pos.z },
velocity = { x = 0, y = 2, z = 0 },
acceleration = { x = 0, y = -2, z = 0 },