diff --git a/builtin/game/item_entity.lua b/builtin/game/item_entity.lua index 624fd4b11..b7b291c43 100644 --- a/builtin/game/item_entity.lua +++ b/builtin/game/item_entity.lua @@ -69,6 +69,7 @@ core.register_entity(":__builtin:item", { automatic_rotate = math.pi * 0.5 * 0.2 / size, wield_item = self.itemstring, glow = glow, + infotext = stack:get_description(), }) -- cache for usage in on_step