Import changes from xdecor

This commit is contained in:
kilbith 2016-04-02 20:53:36 +02:00
parent 7182197a4d
commit 88f553cb5a
1 changed files with 2 additions and 2 deletions

View File

@ -146,8 +146,8 @@ function enchanting.timer(pos)
if tostring(x..z):find(2) then
minetest.add_particle({
pos = bookshelf_pos,
velocity = {x=x, y=1.7-y, z=z},
acceleration = {x=-0.6, y=-1.5, z=0},
velocity = {x=x, y=2-y, z=z},
acceleration = {x=0, y=-2.2, z=0},
expirationtime = 1,
size = 2,
texture = "glyph"..math.random(1,14)..".png"