mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-13 09:53:18 +01:00
Fixed mob drops not having proper description
This commit is contained in:
parent
7a4c1ceba5
commit
664993ca75
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ local function try_object_pickup(player, inv, object, checkpos)
|
|||
|
||||
-- Add what we can to the inventory
|
||||
local itemstack = ItemStack(le.itemstring)
|
||||
tt.reload_itemstack_description(itemstack)
|
||||
local leftovers = inv:add_item("main", itemstack )
|
||||
|
||||
check_pickup_achievements(object, player)
|
||||
|
|
Loading…
Reference in a new issue