From 88f553cb5a3a8141f2a224d8eb09b481eb485416 Mon Sep 17 00:00:00 2001 From: kilbith Date: Sat, 2 Apr 2016 20:53:36 +0200 Subject: [PATCH] Import changes from xdecor --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index ff142ce..230776f 100644 --- a/init.lua +++ b/init.lua @@ -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"