I'm sorry but I guess I missed your point. I found your FARMING MOD( basicfariming &farming_vegetableconf file) build25 plants data seems to be manage by ISPlant file. and Management of object has a new. If you want to test for the time being.ISFarminginfo file -- title of the plant if false and isClient() then self:drawTextCentre(self.plant.typeOfSeed, 120, 25, title_rgb["r"], title_rgb["g"], title_rgb["b"], 1, UIFont.Normal); else if self.plant:getObject() then self:drawTextCentre(self.plant:getObject():getObjectName(), 120, 25, title_rgb["r"], title_rgb["g"], title_rgb["b"], 1, UIFont.Normal); else self:drawTextCentre("Dead " .. self.plant.typeOfSeed, 120, 25, title_rgb["r"], title_rgb["g"], title_rgb["b"], 1, UIFont.Normal); end endI think the need for modification of this part.