forked from minetest-mods/item_drop
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
cae46704eb
2
init.lua
2
init.lua
@ -99,7 +99,7 @@ if legacy_setting_getbool("item_drop.enable_item_pickup",
|
|||||||
minetest.sound_play("item_drop_pickup", {
|
minetest.sound_play("item_drop_pickup", {
|
||||||
pos = pos,
|
pos = pos,
|
||||||
gain = pickup_gain,
|
gain = pickup_gain,
|
||||||
})
|
}, true)
|
||||||
if pickup_particle then
|
if pickup_particle then
|
||||||
local item = minetest.registered_nodes[
|
local item = minetest.registered_nodes[
|
||||||
ent.itemstring:gsub("(.*)%s.*$", "%1")]
|
ent.itemstring:gsub("(.*)%s.*$", "%1")]
|
||||||
|
Loading…
Reference in New Issue
Block a user