-- =================================================================== local cvt = default.convert_node -- =================================================================== for stage = 1, 5 do local old = "crops:tomato_plant_" .. stage local new = "farming:tomato_" .. stage cvt (old, new) end cvt ( "crops:melon_plant_5_attached" , "farming:melon_5" ) cvt ( "crops:tomato_plant_6" , "farming:tomato_8" ) -- =================================================================== -- End of file.