mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Fix pickup of dropped items when the player only takes a part of them
This commit is contained in:
parent
c61a2ef44f
commit
55097e1985
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ minetest.register_entity("__builtin:item", {
|
|||
if self.itemstring ~= '' then
|
||||
local left = hitter:get_inventory():add_item("main", self.itemstring)
|
||||
if not left:is_empty() then
|
||||
self.itemstring = left:to_string()
|
||||
return
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue