1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02:00

Updated homedecor

- Updated homedecor
 - Updated files
 - Added missing meshes
This commit is contained in:
LeMagnesium
2015-05-27 22:12:00 +02:00
parent 90eeff383c
commit 733c69c328
34 changed files with 658 additions and 15 deletions

View File

@ -20,7 +20,7 @@ local function start_smoke(pos, node, clicker, chimney)
if above == "air" and (not id or id == 0) then
id = minetest.add_particlespawner({
amount = 4, time = 0, collisiondetection = false,
amount = 4, time = 0, collisiondetection = true,
minpos = {x=pos.x-0.25, y=pos.y+0.4, z=pos.z-0.25},
maxpos = {x=pos.x+0.25, y=pos.y+5, z=pos.z+0.25},
minvel = {x=-0.2, y=0.3, z=-0.2}, maxvel = {x=0.2, y=1, z=0.2},