mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +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
|
-- Add what we can to the inventory
|
||||||
local itemstack = ItemStack(le.itemstring)
|
local itemstack = ItemStack(le.itemstring)
|
||||||
|
tt.reload_itemstack_description(itemstack)
|
||||||
local leftovers = inv:add_item("main", itemstack )
|
local leftovers = inv:add_item("main", itemstack )
|
||||||
|
|
||||||
check_pickup_achievements(object, player)
|
check_pickup_achievements(object, player)
|
||||||
|
|
Loading…
Reference in a new issue