06-03-2013, 07:46 AM
I think rev 1542 finally has a usable cItem constructor. Now your plugins can do:
-- Create an enchanted diamond chestplate, with 5 points of damage: local Item5 = cItem(E_ITEM_DIAMOND_CHESTPLATE, 1, 5, "thorns=1;unbreaking=3");