mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-11 18:40:25 +01:00
Made death look like an item explosion
- Items are scattered further
This commit is contained in:
parent
ec11d33733
commit
5fc361f81f
@ -5,7 +5,7 @@ local drop = function(pos, itemstack)
|
||||
|
||||
if obj then
|
||||
|
||||
obj:setvelocity({x=math.random(-1,1), y=5, z=math.random(-1,1)})
|
||||
obj:setvelocity({x=math.random(-2.5,2.5), y=7, z=math.random(-2.5,2.5)})
|
||||
|
||||
local remi = minetest.setting_get("remove_items")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user