You can change the weight by overriding the DefaultWeight property in BaseOre/IronOre/etc., if not in the script you can usually find the weight through the itemid (UOFiddler), see Item.cs:
public virtual double DefaultWeight
{
get
{
if (m_ItemID < 0 || m_ItemID >...