1
0
Fork 0

Fixed mob drops not having proper description

This commit is contained in:
the-real-herowl 2024-04-27 07:37:10 +02:00 committed by the-real-herowl
parent ad1d97461c
commit d0b7d2b8b4
1 changed files with 1 additions and 0 deletions

View File

@ -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)